#3317a2

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

Shades of Persian Indigo #3317A2

Tints of Persian Indigo #3317A2

Color information

#3317A2 (or 0x3317A2) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and A2. RGB value is (51,23,162). Sum of RGB (Red+Green+Blue) = 51+23+162=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #3317A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3317A2 is #CCE85D. Grayscale: #2E2E2E. Windows color (decimal): -13428830 or 10622771. OLE color: 10622771.

HSL color Cylindrical-coordinate representation of color #3317A2: hue angle of 252.09º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3317A2 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5123162-
CMYK0.690.8600.36
HSL252.09º75.14%36.27%-
HSV(B)252.09º85.8%63.53%-
XYZ8.193.9334.51-
YUV47.22192.78130.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 23 (9.38% from 255) = 9.75%
BLUE value IS 162 (63.67% from 255) = 68.64%
R=21.61%
G=9.75%
B=68.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51231620.690.8600.36252.0975.1436.27
Hex3317A24556024fc4b24
Octal632724210512604437411344
Binary1100111011110100010100010110101100100100111111001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3317a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3317a2; }

 p { color: rgb(51,23,162); }

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

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

 a { background-color: rgb(51,23,162); }

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

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

 span { border-color: rgb(51,23,162); }

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