#382459

Color #382459 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #382459

Tints of Christalle #382459

Color information

#382459 (or 0x382459) is unknown color: approx Christalle. HEX triplet: 38, 24 and 59. RGB value is (56,36,89). Sum of RGB (Red+Green+Blue) = 56+36+89=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #382459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382459 is #C7DBA6. Grayscale: #2F2F2F. Windows color (decimal): -13097895 or 5841976. OLE color: 5841976.

HSL color Cylindrical-coordinate representation of color #382459: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382459 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB563689-
CMYK0.370.6000.65
HSL262.64º42.4%24.51%-
HSV(B)262.64º59.55%34.9%-
XYZ4.062.829.78-
YUV48.02151.13133.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=30.94%
G=19.89%
B=49.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5636890.370.6000.65262.6442.424.51
Hex382459253C0411072a19
Octal7044131457401014075231
Binary11100010010010110011001011111000100000110000011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382459; }

 p { color: rgb(56,36,89); }

 H1.HeaderClassName
 {
   color: #382459;
 }
 .AnyTagClassName
 {
   color: #382459;
 }
</style>
background-color css

<style>
 a { background-color: #382459; }

 a { background-color: rgb(56,36,89); }

 div.DivClassName
 {
   background-color: #382459;
 }
 .BgClassName
 {
   background-color: #382459;
 }
</style>
border-color css

<style>
 span { border-color: #382459; }

 span { border-color: rgb(56,36,89); }

 td.TdClassName
 {
   border-color: #382459;
 }
 .TagClassName
 {
   border-color: #382459;
 }
</style>