#330099

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

Shades of Persian Indigo #330099

Tints of Persian Indigo #330099

Color information

#330099 (or 0x330099) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 99. RGB value is (51,0,153). Sum of RGB (Red+Green+Blue) = 51+0+153=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #330099 is a web safe color. Inversed color of #330099 is #CCFF66. Grayscale: #202020. Windows color (decimal): -13434727 or 10027059. OLE color: 10027059.

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

Color convert

RGB510153-
CMYK0.67100.4
HSL260º100%30%-
HSV(B)260º100%60%-
XYZ7.12330.34-
YUV32.69195.9141.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5101530.67100.426010030
Hex330994364028104641e
Octal63023110314405040414436
Binary110011010011001100001111001000101000100000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330099; }

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

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

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

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

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

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

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

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