#3416A2

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

Shades of Persian Indigo #3416A2

Tints of Persian Indigo #3416A2

Color information

#3416A2 (or 0x3416A2) is unknown color: approx Persian Indigo. HEX triplet: 34, 16 and A2. RGB value is (52,22,162). Sum of RGB (Red+Green+Blue) = 52+22+162=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 22 (8.98% from 255 or 9.32% 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 #3416A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3416A2 is #CBE95D. Grayscale: #2E2E2E. Windows color (decimal): -13363550 or 10622516. OLE color: 10622516.

HSL color Cylindrical-coordinate representation of color #3416A2: hue angle of 252.86º degrees, saturation: 0.76, 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 #3416A2 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5222162-
CMYK0.680.8600.36
HSL252.86º76.09%36.08%-
HSV(B)252.86º86.42%63.53%-
XYZ8.223.9134.5-
YUV46.93192.94131.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 162 (63.67% from 255) = 68.64%
R=22.03%
G=9.32%
B=68.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52221620.680.8600.36252.8676.0936.08
Hex3416A24456024fd4c24
Octal642624210412604437511444
Binary1101001011010100010100010010101100100100111111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3416A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3416A2; }

 p { color: rgb(52,22,162); }

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

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

 a { background-color: rgb(52,22,162); }

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

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

 span { border-color: rgb(52,22,162); }

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