Html Css Color HEX #330962 Christalle

📋 copy color: '#330962'

red 51 ◦ green 9 ◦ blue 98

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

Shades of Christalle #330962

Tints of Christalle #330962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 32.28%
G = 5.7%
B = 62.03%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330962 (or 0x330962) is known color: Christalle. HEX triplet: 33, 09 and 62. RGB value is (51,9,98). Sum of RGB (Red+Green+Blue) = 51+9+98=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #330962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330962 is #CCF69D. Grayscale: #1F1F1F. Windows color (decimal): -13432478 or 6424883. OLE color: 6424883.

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

Color convert

RGB 51 9 98 -
CMYK 0.48 0.91 0 0.62
HSL 268.31º 0.83% 0.21% -
HSV(B) 268.31º 0.91% 0.38% -
XYZ 3.67 1.78 11.71 -
YUV 31.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 51 9 98 0.48 0.91 0 0.62 268.31 0.83 0.21
Hex 33 9 62 30 5B 0 3E 10C 53 15
Octal 63 11 142 60 133 0 76 414 123 25
Binary 110011 1001 1100010 110000 1011011 0 111110 100001100 1010011 10101

Color Harmonies of #330962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330962

Black with #330962

Text Example


Text Example

White with #330962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330962; }

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

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

background-color css

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

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

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

border-color css

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

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

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