Html Css Color HEX #330660 Christalle

📋 copy color: '#330660'

red 51 ◦ green 6 ◦ blue 96

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

Shades of Christalle #330660

Tints of Christalle #330660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 33.33%
G = 3.92%
B = 62.75%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330660 (or 0x330660) is known color: Christalle. HEX triplet: 33, 06 and 60. RGB value is (51,6,96). Sum of RGB (Red+Green+Blue) = 51+6+96=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #330660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330660 is #CCF99F. Grayscale: #1D1D1D. Windows color (decimal): -13433248 or 6293043. OLE color: 6293043.

HSL color Cylindrical-coordinate representation of color #330660: hue angle of 270º 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 #330660 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 6 96 -
CMYK 0.47 0.94 0 0.62
HSL 270º 0.88% 0.2% -
HSV(B) 270º 0.94% 0.38% -
XYZ 3.54 1.68 11.2 -
YUV 29.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 51 6 96 0.47 0.94 0 0.62 270 0.88 0.2
Hex 33 6 60 2F 5E 0 3E 10E 58 14
Octal 63 6 140 57 136 0 76 416 130 24
Binary 110011 110 1100000 101111 1011110 0 111110 100001110 1011000 10100

Color Harmonies of #330660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330660

Black with #330660

Text Example


Text Example

White with #330660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330660; }

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

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

background-color css

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

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

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

border-color css

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

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

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