#3316A0

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

Shades of Persian Indigo #3316A0

Tints of Persian Indigo #3316A0

Color information

#3316A0 (or 0x3316A0) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and A0. RGB value is (51,22,160). Sum of RGB (Red+Green+Blue) = 51+22+160=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3316A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3316A0 is #CCE95F. Grayscale: #2D2D2D. Windows color (decimal): -13429088 or 10491443. OLE color: 10491443.

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

Color convert

RGB5122160-
CMYK0.680.8600.37
HSL252.61º75.82%35.69%-
HSV(B)252.61º86.25%62.75%-
XYZ83.8233.57-
YUV46.4192.11131.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 160 (62.89% from 255) = 68.67%
R=21.89%
G=9.44%
B=68.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51221600.680.8600.37252.6175.8235.69
Hex3316A04456025fd4c24
Octal632624010412604537511444
Binary1100111011010100000100010010101100100101111111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3316A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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