#330059

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

Shades of Christalle #330059

Tints of Christalle #330059

Color information

#330059 (or 0x330059) is unknown color: approx 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

RGB51089-
CMYK0.43100.65
HSL274.38º100%17.45%-
HSV(B)274.38º100%34.9%-
XYZ3.171.439.56-
YUV25.4163.9146.26-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal510890.43100.65274.3810017.45
Hex330592B640411126411
Octal63013153144010142214421
Binary11001101011001101011110010001000001100010010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>