Html Css Color HEX #330059 Christalle

📋 copy color: '#330059'

red 51 ◦ green 0 ◦ blue 89

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

Shades of Christalle #330059

Tints of Christalle #330059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.43%
G = 0%
B = 63.57%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#330059 (or 0x330059) is known color: Christalle. HEX triplet: 33, 00 and 59. RGB value is (51,0,89). Sum of RGB (Red+Green+Blue) = 51+0+89=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #330059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330059 is #CCFFA6. Grayscale: #191919. Windows color (decimal): -13434791 or 5832755. OLE color: 5832755.

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

Color convert

RGB 51 0 89 -
CMYK 0.43 1 0 0.65
HSL 274.38º 1% 0.17% -
HSV(B) 274.38º 1% 0.35% -
XYZ 3.17 1.43 9.56 -
YUV 25.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 51 0 89 0.43 1 0 0.65 274.38 1 0.17
Hex 33 0 59 2B 64 0 41 112 64 11
Octal 63 0 131 53 144 0 101 422 144 21
Binary 110011 0 1011001 101011 1100100 0 1000001 100010010 1100100 10001

Color Harmonies of #330059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330059

Black with #330059

Text Example


Text Example

White with #330059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330059; }

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

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

background-color css

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

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

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

border-color css

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

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

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