#3516A0

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

Shades of Persian Indigo #3516A0

Tints of Persian Indigo #3516A0

Color information

#3516A0 (or 0x3516A0) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and A0. RGB value is (53,22,160). Sum of RGB (Red+Green+Blue) = 53+22+160=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #3516A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3516A0 is #CAE95F. Grayscale: #2E2E2E. Windows color (decimal): -13298016 or 10491445. OLE color: 10491445.

HSL color Cylindrical-coordinate representation of color #3516A0: hue angle of 253.48º 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 #3516A0 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5322160-
CMYK0.670.8600.37
HSL253.48º75.82%35.69%-
HSV(B)253.48º86.25%62.75%-
XYZ8.13.8733.58-
YUV47191.77132.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 160 (62.89% from 255) = 68.09%
R=22.55%
G=9.36%
B=68.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53221600.670.8600.37253.4875.8235.69
Hex3516A04356025fd4c24
Octal652624010312604537511444
Binary1101011011010100000100001110101100100101111111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3516A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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