Html Css Color HEX #330959 Christalle

📋 copy color: '#330959'

red 51 ◦ green 9 ◦ blue 89

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

Shades of Christalle #330959

Tints of Christalle #330959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 59.73%

R = 34.23%
G = 6.04%
B = 59.73%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#330959 (or 0x330959) is known color: Christalle. HEX triplet: 33, 09 and 59. RGB value is (51,9,89). Sum of RGB (Red+Green+Blue) = 51+9+89=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #330959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330959 is #CCF6A6. Grayscale: #1E1E1E. Windows color (decimal): -13432487 or 5835059. OLE color: 5835059.

HSL color Cylindrical-coordinate representation of color #330959: hue angle of 271.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330959 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 9 89 -
CMYK 0.43 0.90 0 0.65
HSL 271.5º 0.82% 0.19% -
HSV(B) 271.5º 0.9% 0.35% -
XYZ 3.27 1.62 9.59 -
YUV 30.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 51 9 89 0.43 0.90 0 0.65 271.5 0.82 0.19
Hex 33 9 59 2B 5A 0 41 110 52 13
Octal 63 11 131 53 132 0 101 420 122 23
Binary 110011 1001 1011001 101011 1011010 0 1000001 100010000 1010010 10011

Color Harmonies of #330959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330959

Black with #330959

Text Example


Text Example

White with #330959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330959; }

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

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

background-color css

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

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

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

border-color css

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

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

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