#330599

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

Shades of Persian Indigo #330599

Tints of Persian Indigo #330599

Color information

#330599 (or 0x330599) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 99. RGB value is (51,5,153). Sum of RGB (Red+Green+Blue) = 51+5+153=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #330599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330599 is #CCFA66. Grayscale: #232323. Windows color (decimal): -13433447 or 10028339. OLE color: 10028339.

HSL color Cylindrical-coordinate representation of color #330599: hue angle of 258.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330599 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB515153-
CMYK0.670.9700.4
HSL258.65º93.67%30.98%-
HSV(B)258.65º96.73%60%-
XYZ7.173.1130.36-
YUV35.63194.24138.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=24.40%
G=2.39%
B=73.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5151530.670.9700.4258.6593.6730.98
Hex3359943610281035e1f
Octal63523110314105040313637
Binary11001110110011001100001111000010101000100000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330599; }

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

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

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

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

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

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

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

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