#39215B

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

Shades of Christalle #39215B

Tints of Christalle #39215B

Color information

#39215B (or 0x39215B) is unknown color: approx Christalle. HEX triplet: 39, 21 and 5B. RGB value is (57,33,91). Sum of RGB (Red+Green+Blue) = 57+33+91=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #39215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39215B is #C6DEA4. Grayscale: #2E2E2E. Windows color (decimal): -13033125 or 5972281. OLE color: 5972281.

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

Color convert

RGB573391-
CMYK0.370.6400.64
HSL264.83º46.77%24.31%-
HSV(B)264.83º63.74%35.69%-
XYZ4.122.7110.2-
YUV46.79152.95135.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=31.49%
G=18.23%
B=50.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5733910.370.6400.64264.8346.7724.31
Hex39215B25400401092f18
Octal71411334510001004115730
Binary111001100001101101110010110000000100000010000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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