#330559

Color #330559 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #330559

Tints of Christalle #330559

Color information

#330559 (or 0x330559) is unknown color: approx Christalle. HEX triplet: 33, 05 and 59. RGB value is (51,5,89). Sum of RGB (Red+Green+Blue) = 51+5+89=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #330559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330559 is #CCFAA6. Grayscale: #1C1C1C. Windows color (decimal): -13433511 or 5834035. OLE color: 5834035.

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

Color convert

RGB51589-
CMYK0.430.9400.65
HSL272.86º89.36%18.43%-
HSV(B)272.86º94.38%34.9%-
XYZ3.221.539.58-
YUV28.33162.24144.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=35.17%
G=3.45%
B=61.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal515890.430.9400.65272.8689.3618.43
Hex335592B5E0411115912
Octal63513153136010142113122
Binary1100111011011001101011101111001000001100010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330559; }

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

 H1.HeaderClassName
 {
   color: #330559;
 }
 .AnyTagClassName
 {
   color: #330559;
 }
</style>
background-color css

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

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

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

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

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

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