#332062

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

Shades of Christalle #332062

Tints of Christalle #332062

Color information

#332062 (or 0x332062) is unknown color: approx Christalle. HEX triplet: 33, 20 and 62. RGB value is (51,32,98). Sum of RGB (Red+Green+Blue) = 51+32+98=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #332062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332062 is #CCDF9D. Grayscale: #2C2C2C. Windows color (decimal): -13426590 or 6430771. OLE color: 6430771.

HSL color Cylindrical-coordinate representation of color #332062: hue angle of 257.27º degrees, saturation: 0.51, 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 #332062 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB513298-
CMYK0.480.6700.62
HSL257.27º50.77%25.49%-
HSV(B)257.27º67.35%38.43%-
XYZ4.092.6211.85-
YUV45.2157.79132.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=28.18%
G=17.68%
B=54.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5132980.480.6700.62257.2750.7725.49
Hex332062304303E1013319
Octal6340142601030764016331
Binary11001110000011000101100001000011011111010000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332062; }

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

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

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

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

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

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

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

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