#391E5A

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

Shades of Christalle #391E5A

Tints of Christalle #391E5A

Color information

#391E5A (or 0x391E5A) is unknown color: approx Christalle. HEX triplet: 39, 1E and 5A. RGB value is (57,30,90). Sum of RGB (Red+Green+Blue) = 57+30+90=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #391E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E5A is #C6E1A5. Grayscale: #2C2C2C. Windows color (decimal): -13033894 or 5905977. OLE color: 5905977.

HSL color Cylindrical-coordinate representation of color #391E5A: hue angle of 267º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391E5A is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB573090-
CMYK0.370.6700.65
HSL267º50%23.53%-
HSV(B)267º66.67%35.29%-
XYZ42.549.95-
YUV44.91153.45136.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=32.20%
G=16.95%
B=50.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5730900.370.6700.652675023.53
Hex391E5A254304110b3218
Octal71361324510301014136230
Binary11100111110101101010010110000110100000110000101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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