#391E5F

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

Shades of Christalle #391E5F

Tints of Christalle #391E5F

Color information

#391E5F (or 0x391E5F) is unknown color: approx Christalle. HEX triplet: 39, 1E and 5F. RGB value is (57,30,95). Sum of RGB (Red+Green+Blue) = 57+30+95=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #391E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E5F is #C6E1A0. Grayscale: #2D2D2D. Windows color (decimal): -13033889 or 6233657. OLE color: 6233657.

HSL color Cylindrical-coordinate representation of color #391E5F: hue angle of 264.92º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391E5F is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB573095-
CMYK0.400.6800.63
HSL264.92º52%24.51%-
HSV(B)264.92º68.42%37.25%-
XYZ4.222.6211.11-
YUV45.48155.95136.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=31.32%
G=16.48%
B=52.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5730950.400.6800.63264.925224.51
Hex391E5F284403F1093419
Octal7136137501040774116431
Binary1110011111010111111010001000100011111110000100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391E5F; }

 p { color: rgb(57,30,95); }

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

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

 a { background-color: rgb(57,30,95); }

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

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

 span { border-color: rgb(57,30,95); }

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