#330981

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

Shades of Persian Indigo #330981

Tints of Persian Indigo #330981

Color information

#330981 (or 0x330981) is unknown color: approx Persian Indigo. HEX triplet: 33, 09 and 81. RGB value is (51,9,129). Sum of RGB (Red+Green+Blue) = 51+9+129=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #330981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330981 is #CCF67E. Grayscale: #222222. Windows color (decimal): -13432447 or 8456499. OLE color: 8456499.

HSL color Cylindrical-coordinate representation of color #330981: hue angle of 261º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330981 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB519129-
CMYK0.600.9300.49
HSL261º86.96%27.06%-
HSV(B)261º93.02%50.59%-
XYZ5.432.4820.96-
YUV35.24180.91139.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 129 (50.78% from 255) = 68.25%
R=26.98%
G=4.76%
B=68.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5191290.600.9300.4926186.9627.06
Hex339813C5D031105571b
Octal63112017413506140512733
Binary11001110011000000111110010111010110001100000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330981; }

 p { color: rgb(51,9,129); }

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

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

 a { background-color: rgb(51,9,129); }

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

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

 span { border-color: rgb(51,9,129); }

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