#3516A3

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

Shades of Persian Indigo #3516A3

Tints of Persian Indigo #3516A3

Color information

#3516A3 (or 0x3516A3) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and A3. RGB value is (53,22,163). Sum of RGB (Red+Green+Blue) = 53+22+163=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #3516A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3516A3 is #CAE95C. Grayscale: #2E2E2E. Windows color (decimal): -13298013 or 10688053. OLE color: 10688053.

HSL color Cylindrical-coordinate representation of color #3516A3: hue angle of 253.19º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3516A3 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5322163-
CMYK0.670.8700.36
HSL253.19º76.22%36.27%-
HSV(B)253.19º86.5%63.92%-
XYZ8.373.9834.98-
YUV47.34193.27132.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 163 (64.06% from 255) = 68.49%
R=22.27%
G=9.24%
B=68.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53221630.670.8700.36253.1976.2236.27
Hex3516A34357024fd4c24
Octal652624310312704437511444
Binary1101011011010100011100001110101110100100111111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3516A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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