Html Css Color HEX #330863 Christalle

📋 copy color: '#330863'

red 51 ◦ green 8 ◦ blue 99

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

Shades of Christalle #330863

Tints of Christalle #330863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

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

R = 32.28%
G = 5.06%
B = 62.66%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330863 (or 0x330863) is known color: Christalle. HEX triplet: 33, 08 and 63. RGB value is (51,8,99). Sum of RGB (Red+Green+Blue) = 51+8+99=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #330863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330863 is #CCF79C. Grayscale: #1E1E1E. Windows color (decimal): -13432733 or 6490163. OLE color: 6490163.

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

Color convert

RGB 51 8 99 -
CMYK 0.48 0.92 0 0.61
HSL 268.35º 0.85% 0.21% -
HSV(B) 268.35º 0.92% 0.39% -
XYZ 3.7 1.78 11.95 -
YUV 31.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 51 8 99 0.48 0.92 0 0.61 268.35 0.85 0.21
Hex 33 8 63 30 5C 0 3D 10C 55 15
Octal 63 10 143 60 134 0 75 414 125 25
Binary 110011 1000 1100011 110000 1011100 0 111101 100001100 1010101 10101

Color Harmonies of #330863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330863

Black with #330863

Text Example


Text Example

White with #330863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330863; }

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

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

background-color css

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

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

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

border-color css

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

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

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