Html Css Color HEX #330360 Christalle

📋 copy color: '#330360'

red 51 ◦ green 3 ◦ blue 96

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

Shades of Christalle #330360

Tints of Christalle #330360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 34%
G = 2%
B = 64%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330360 (or 0x330360) is known color: Christalle. HEX triplet: 33, 03 and 60. RGB value is (51,3,96). Sum of RGB (Red+Green+Blue) = 51+3+96=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #330360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330360 is #CCFC9F. Grayscale: #1B1B1B. Windows color (decimal): -13434016 or 6292275. OLE color: 6292275.

HSL color Cylindrical-coordinate representation of color #330360: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330360 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 3 96 -
CMYK 0.47 0.97 0 0.62
HSL 270.97º 0.94% 0.19% -
HSV(B) 270.97º 0.97% 0.38% -
XYZ 3.51 1.61 11.19 -
YUV 27.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 51 3 96 0.47 0.97 0 0.62 270.97 0.94 0.19
Hex 33 3 60 2F 61 0 3E 10F 5E 13
Octal 63 3 140 57 141 0 76 417 136 23
Binary 110011 11 1100000 101111 1100001 0 111110 100001111 1011110 10011

Color Harmonies of #330360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330360

Black with #330360

Text Example


Text Example

White with #330360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330360; }

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

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

background-color css

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

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

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

border-color css

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

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

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