#330D59

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

Shades of Christalle #330D59

Tints of Christalle #330D59

Color information

#330D59 (or 0x330D59) is unknown color: approx Christalle. HEX triplet: 33, 0D and 59. RGB value is (51,13,89). Sum of RGB (Red+Green+Blue) = 51+13+89=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #330D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D59 is #CCF2A6. Grayscale: #202020. Windows color (decimal): -13431463 or 5836083. OLE color: 5836083.

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

Color convert

RGB511389-
CMYK0.430.8500.65
HSL270º74.51%20%-
HSV(B)270º85.39%34.9%-
XYZ3.311.719.61-
YUV33.03159.59140.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=33.33%
G=8.50%
B=58.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5113890.430.8500.6527074.5120
Hex33D592B5504110e4b14
Octal631513153125010141611324
Binary11001111011011001101011101010101000001100001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330D59; }

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

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

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

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

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

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

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

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