#32115D

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

Shades of Christalle #32115D

Tints of Christalle #32115D

Color information

#32115D (or 0x32115D) is unknown color: approx Christalle. HEX triplet: 32, 11 and 5D. RGB value is (50,17,93). Sum of RGB (Red+Green+Blue) = 50+17+93=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #32115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32115D is #CDEEA2. Grayscale: #232323. Windows color (decimal): -13495971 or 6099250. OLE color: 6099250.

HSL color Cylindrical-coordinate representation of color #32115D: hue angle of 266.05º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32115D is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB501793-
CMYK0.460.8200.64
HSL266.05º69.09%21.57%-
HSV(B)266.05º81.72%36.47%-
XYZ3.491.8710.53-
YUV35.53160.43138.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=31.25%
G=10.62%
B=58.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5017930.460.8200.64266.0569.0921.57
Hex32115D2E5204010a4516
Octal622113556122010041210526
Binary110010100011011101101110101001001000000100001010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32115D; }

 p { color: rgb(50,17,93); }

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

<style>
 a { background-color: #32115D; }

 a { background-color: rgb(50,17,93); }

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

<style>
 span { border-color: #32115D; }

 span { border-color: rgb(50,17,93); }

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