#391E70

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

Shades of Christalle #391E70

Tints of Christalle #391E70

Color information

#391E70 (or 0x391E70) is unknown color: approx Christalle. HEX triplet: 39, 1E and 70. RGB value is (57,30,112). Sum of RGB (Red+Green+Blue) = 57+30+112=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #391E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E70 is #C6E18F. Grayscale: #2F2F2F. Windows color (decimal): -13033872 or 7347769. OLE color: 7347769.

HSL color Cylindrical-coordinate representation of color #391E70: hue angle of 259.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #391E70 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5730112-
CMYK0.490.7300.56
HSL259.76º57.75%27.84%-
HSV(B)259.76º73.21%43.92%-
XYZ5.082.9715.63-
YUV47.42164.45134.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=28.64%
G=15.08%
B=56.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57301120.490.7300.56259.7657.7527.84
Hex391E7031490381043a1c
Octal7136160611110704047234
Binary1110011111011100001100011001001011100010000010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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