#3319A0

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

Shades of Persian Indigo #3319A0

Tints of Persian Indigo #3319A0

Color information

#3319A0 (or 0x3319A0) is unknown color: approx Persian Indigo. HEX triplet: 33, 19 and A0. RGB value is (51,25,160). Sum of RGB (Red+Green+Blue) = 51+25+160=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3319A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3319A0 is #CCE65F. Grayscale: #2F2F2F. Windows color (decimal): -13428320 or 10492211. OLE color: 10492211.

HSL color Cylindrical-coordinate representation of color #3319A0: hue angle of 251.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3319A0 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5125160-
CMYK0.680.8400.37
HSL251.56º72.97%36.27%-
HSV(B)251.56º84.38%62.75%-
XYZ8.063.9433.59-
YUV48.16191.11130.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 160 (62.89% from 255) = 67.80%
R=21.61%
G=10.59%
B=67.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51251600.680.8400.37251.5672.9736.27
Hex3319A04454025fc4924
Octal633124010412404537411144
Binary1100111100110100000100010010101000100101111111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3319A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3319A0; }

 p { color: rgb(51,25,160); }

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

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

 a { background-color: rgb(51,25,160); }

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

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

 span { border-color: rgb(51,25,160); }

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