#332063

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

Shades of Christalle #332063

Tints of Christalle #332063

Color information

#332063 (or 0x332063) is unknown color: approx Christalle. HEX triplet: 33, 20 and 63. RGB value is (51,32,99). Sum of RGB (Red+Green+Blue) = 51+32+99=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #332063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332063 is #CCDF9C. Grayscale: #2D2D2D. Windows color (decimal): -13426589 or 6496307. OLE color: 6496307.

HSL color Cylindrical-coordinate representation of color #332063: hue angle of 257.01º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332063 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB513299-
CMYK0.480.6800.61
HSL257.01º51.15%25.69%-
HSV(B)257.01º67.68%38.82%-
XYZ4.132.6412.1-
YUV45.32158.29132.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=28.02%
G=17.58%
B=54.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5132990.480.6800.61257.0151.1525.69
Hex332063304403D101331a
Octal6340143601040754016332
Binary11001110000011000111100001000100011110110000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332063; }

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

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

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

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

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

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

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

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