#39235A

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

Shades of Christalle #39235A

Tints of Christalle #39235A

Color information

#39235A (or 0x39235A) is unknown color: approx Christalle. HEX triplet: 39, 23 and 5A. RGB value is (57,35,90). Sum of RGB (Red+Green+Blue) = 57+35+90=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #39235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39235A is #C6DCA5. Grayscale: #2F2F2F. Windows color (decimal): -13032614 or 5907257. OLE color: 5907257.

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

Color convert

RGB573590-
CMYK0.370.6100.65
HSL264º44%24.51%-
HSV(B)264º61.11%35.29%-
XYZ4.132.8110-
YUV47.85151.79134.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=31.32%
G=19.23%
B=49.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5735900.370.6100.652644424.51
Hex39235A253D0411082c19
Octal7143132457501014105431
Binary11100110001110110101001011111010100000110000100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39235A; }

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

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

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

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

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

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

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

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