#32205D

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

Shades of Christalle #32205D

Tints of Christalle #32205D

Color information

#32205D (or 0x32205D) is unknown color: approx Christalle. HEX triplet: 32, 20 and 5D. RGB value is (50,32,93). Sum of RGB (Red+Green+Blue) = 50+32+93=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #32205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32205D is #CDDFA2. Grayscale: #2C2C2C. Windows color (decimal): -13492131 or 6103090. OLE color: 6103090.

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

Color convert

RGB503293-
CMYK0.460.6600.64
HSL257.7º48.8%24.51%-
HSV(B)257.7º65.59%36.47%-
XYZ3.812.510.64-
YUV44.34155.46132.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=28.57%
G=18.29%
B=53.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5032930.460.6600.64257.748.824.51
Hex32205D2E420401023119
Octal62401355610201004026131
Binary110010100000101110110111010000100100000010000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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