#33205E

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

Shades of Christalle #33205E

Tints of Christalle #33205E

Color information

#33205E (or 0x33205E) is unknown color: approx Christalle. HEX triplet: 33, 20 and 5E. RGB value is (51,32,94). Sum of RGB (Red+Green+Blue) = 51+32+94=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #33205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33205E is #CCDFA1. Grayscale: #2C2C2C. Windows color (decimal): -13426594 or 6168627. OLE color: 6168627.

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

Color convert

RGB513294-
CMYK0.460.6600.63
HSL258.39º49.21%24.71%-
HSV(B)258.39º65.96%36.86%-
XYZ3.92.5410.88-
YUV44.75155.79132.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 94 (37.11% from 255) = 53.11%
R=28.81%
G=18.08%
B=53.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5132940.460.6600.63258.3949.2124.71
Hex33205E2E4203F1023119
Octal6340136561020774026131
Binary11001110000010111101011101000010011111110000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33205E; }

 p { color: rgb(51,32,94); }

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

<style>
 a { background-color: #33205E; }

 a { background-color: rgb(51,32,94); }

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

<style>
 span { border-color: #33205E; }

 span { border-color: rgb(51,32,94); }

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