#391F5E

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

Shades of Christalle #391F5E

Tints of Christalle #391F5E

Color information

#391F5E (or 0x391F5E) is unknown color: approx Christalle. HEX triplet: 39, 1F and 5E. RGB value is (57,31,94). Sum of RGB (Red+Green+Blue) = 57+31+94=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #391F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F5E is #C6E0A1. Grayscale: #2D2D2D. Windows color (decimal): -13033634 or 6168377. OLE color: 6168377.

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

Color convert

RGB573194-
CMYK0.390.6700.63
HSL264.76º50.4%24.51%-
HSV(B)264.76º67.02%36.86%-
XYZ4.22.6610.88-
YUV45.96155.11135.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 31 (12.5% from 255) = 17.03%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=31.32%
G=17.03%
B=51.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5731940.390.6700.63264.7650.424.51
Hex391F5E274303F1093219
Octal7137136471030774116231
Binary1110011111110111101001111000011011111110000100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,31,94); }

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

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

 a { background-color: rgb(57,31,94); }

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

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

 span { border-color: rgb(57,31,94); }

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