Html Css Color HEX #330662 Christalle

📋 copy color: '#330662'

red 51 ◦ green 6 ◦ blue 98

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

Shades of Christalle #330662

Tints of Christalle #330662

RGB

 RED value IS 51 (20.31% from 255) = 32.9%

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 32.9%
G = 3.87%
B = 63.23%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330662 (or 0x330662) is known color: Christalle. HEX triplet: 33, 06 and 62. RGB value is (51,6,98). Sum of RGB (Red+Green+Blue) = 51+6+98=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #330662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330662 is #CCF99D. Grayscale: #1D1D1D. Windows color (decimal): -13433246 or 6424115. OLE color: 6424115.

HSL color Cylindrical-coordinate representation of color #330662: hue angle of 269.35º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330662 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 6 98 -
CMYK 0.48 0.94 0 0.62
HSL 269.35º 0.88% 0.2% -
HSV(B) 269.35º 0.94% 0.38% -
XYZ 3.63 1.72 11.69 -
YUV 29.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 51 6 98 0.48 0.94 0 0.62 269.35 0.88 0.2
Hex 33 6 62 30 5E 0 3E 10D 58 14
Octal 63 6 142 60 136 0 76 415 130 24
Binary 110011 110 1100010 110000 1011110 0 111110 100001101 1011000 10100

Color Harmonies of #330662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330662

Black with #330662

Text Example


Text Example

White with #330662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330662; }

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

 H1.HeaderClassName
 {
   color: #330662;
 }
 .AnyTagClassName
 {
   color: #330662;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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