#39215F

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

Shades of Christalle #39215F

Tints of Christalle #39215F

Color information

#39215F (or 0x39215F) is unknown color: approx Christalle. HEX triplet: 39, 21 and 5F. RGB value is (57,33,95). Sum of RGB (Red+Green+Blue) = 57+33+95=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #39215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39215F is #C6DEA0. Grayscale: #2F2F2F. Windows color (decimal): -13033121 or 6234425. OLE color: 6234425.

HSL color Cylindrical-coordinate representation of color #39215F: hue angle of 263.23º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39215F is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB573395-
CMYK0.400.6500.63
HSL263.23º48.44%25.1%-
HSV(B)263.23º65.26%37.25%-
XYZ4.32.7811.14-
YUV47.24154.95134.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=30.81%
G=17.84%
B=51.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5733950.400.6500.63263.2348.4425.1
Hex39215F284103F1073019
Octal7141137501010774076031
Binary11100110000110111111010001000001011111110000011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39215F; }

 p { color: rgb(57,33,95); }

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

<style>
 a { background-color: #39215F; }

 a { background-color: rgb(57,33,95); }

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

<style>
 span { border-color: #39215F; }

 span { border-color: rgb(57,33,95); }

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