Html Css Color HEX #330963 Christalle

📋 copy color: '#330963'

red 51 ◦ green 9 ◦ blue 99

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

Shades of Christalle #330963

Tints of Christalle #330963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 32.08%
G = 5.66%
B = 62.26%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330963 (or 0x330963) is known color: Christalle. HEX triplet: 33, 09 and 63. RGB value is (51,9,99). Sum of RGB (Red+Green+Blue) = 51+9+99=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #330963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330963 is #CCF69C. Grayscale: #1F1F1F. Windows color (decimal): -13432477 or 6490419. OLE color: 6490419.

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

Color convert

RGB 51 9 99 -
CMYK 0.48 0.91 0 0.61
HSL 268º 0.83% 0.21% -
HSV(B) 268º 0.91% 0.39% -
XYZ 3.72 1.8 11.96 -
YUV 31.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 51 9 99 0.48 0.91 0 0.61 268 0.83 0.21
Hex 33 9 63 30 5B 0 3D 10C 53 15
Octal 63 11 143 60 133 0 75 414 123 25
Binary 110011 1001 1100011 110000 1011011 0 111101 100001100 1010011 10101

Color Harmonies of #330963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330963

Black with #330963

Text Example


Text Example

White with #330963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330963; }

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

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

background-color css

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

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

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

border-color css

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

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

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