Html Css Color HEX #332063 Christalle

📋 copy color: '#332063'

red 51 ◦ green 32 ◦ blue 99

#332063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #332063

Tints of Christalle #332063

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.4%

R = 28.02%
G = 17.58%
B = 54.4%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#332063 (or 0x332063) is known color: 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

RGB 51 32 99 -
CMYK 0.48 0.68 0 0.61
HSL 257.01º 0.51% 0.26% -
HSV(B) 257.01º 0.68% 0.39% -
XYZ 4.13 2.64 12.1 -
YUV 45.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 51 32 99 0.48 0.68 0 0.61 257.01 0.51 0.26
Hex 33 20 63 30 44 0 3D 101 33 1A
Octal 63 40 143 60 104 0 75 401 63 32
Binary 110011 100000 1100011 110000 1000100 0 111101 100000001 110011 11010

Color Harmonies of #332063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332063

Black with #332063

Text Example


Text Example

White with #332063

Text Example


Text Example

HTML Codes & Css Web 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>