#332060

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

Shades of Christalle #332060

Tints of Christalle #332060

Color information

#332060 (or 0x332060) is unknown color: approx Christalle. HEX triplet: 33, 20 and 60. RGB value is (51,32,96). Sum of RGB (Red+Green+Blue) = 51+32+96=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #332060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332060 is #CCDF9F. Grayscale: #2C2C2C. Windows color (decimal): -13426592 or 6299699. OLE color: 6299699.

HSL color Cylindrical-coordinate representation of color #332060: hue angle of 257.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332060 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB513296-
CMYK0.470.6700.62
HSL257.81º50%25.1%-
HSV(B)257.81º66.67%37.65%-
XYZ3.992.5811.35-
YUV44.98156.79132.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=28.49%
G=17.88%
B=53.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5132960.470.6700.62257.815025.1
Hex3320602F4303E1023219
Octal6340140571030764026231
Binary11001110000011000001011111000011011111010000001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332060; }

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

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

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

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

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

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

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

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