#33205A

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

Shades of Christalle #33205A

Tints of Christalle #33205A

Color information

#33205A (or 0x33205A) is unknown color: approx Christalle. HEX triplet: 33, 20 and 5A. RGB value is (51,32,90). Sum of RGB (Red+Green+Blue) = 51+32+90=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #33205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33205A is #CCDFA5. Grayscale: #2C2C2C. Windows color (decimal): -13426598 or 5906483. OLE color: 5906483.

HSL color Cylindrical-coordinate representation of color #33205A: hue angle of 259.66º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33205A is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB513290-
CMYK0.430.6400.65
HSL259.66º47.54%23.92%-
HSV(B)259.66º64.44%35.29%-
XYZ3.732.489.95-
YUV44.29153.79132.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=29.48%
G=18.50%
B=52.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5132900.430.6400.65259.6647.5423.92
Hex33205A2B400411043018
Octal63401325310001014046030
Binary110011100000101101010101110000000100000110000010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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