Html Css Color HEX #330C63 Christalle

📋 copy color: '#330C63'

red 51 ◦ green 12 ◦ blue 99

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

Shades of Christalle #330C63

Tints of Christalle #330C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

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

R = 31.48%
G = 7.41%
B = 61.11%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330C63 (or 0x330C63) is known color: Christalle. HEX triplet: 33, 0C and 63. RGB value is (51,12,99). Sum of RGB (Red+Green+Blue) = 51+12+99=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #330C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C63 is #CCF39C. Grayscale: #212121. Windows color (decimal): -13431709 or 6491187. OLE color: 6491187.

HSL color Cylindrical-coordinate representation of color #330C63: hue angle of 266.9º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330C63 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 12 99 -
CMYK 0.48 0.88 0 0.61
HSL 266.9º 0.78% 0.22% -
HSV(B) 266.9º 0.88% 0.39% -
XYZ 3.75 1.87 11.97 -
YUV 33.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 51 12 99 0.48 0.88 0 0.61 266.9 0.78 0.22
Hex 33 C 63 30 58 0 3D 10B 4E 16
Octal 63 14 143 60 130 0 75 413 116 26
Binary 110011 1100 1100011 110000 1011000 0 111101 100001011 1001110 10110

Color Harmonies of #330C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C63

Black with #330C63

Text Example


Text Example

White with #330C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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