#39235B

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

Shades of Christalle #39235B

Tints of Christalle #39235B

Color information

#39235B (or 0x39235B) is unknown color: approx Christalle. HEX triplet: 39, 23 and 5B. RGB value is (57,35,91). Sum of RGB (Red+Green+Blue) = 57+35+91=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #39235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39235B is #C6DCA4. Grayscale: #2F2F2F. Windows color (decimal): -13032613 or 5972793. OLE color: 5972793.

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

Color convert

RGB573591-
CMYK0.370.6200.64
HSL263.57º44.44%24.71%-
HSV(B)263.57º61.54%35.69%-
XYZ4.182.8310.22-
YUV47.96152.29134.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=31.15%
G=19.13%
B=49.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5735910.370.6200.64263.5744.4424.71
Hex39235B253E0401082c19
Octal7143133457601004105431
Binary11100110001110110111001011111100100000010000100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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