#3517A3

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

Shades of Persian Indigo #3517A3

Tints of Persian Indigo #3517A3

Color information

#3517A3 (or 0x3517A3) is unknown color: approx Persian Indigo. HEX triplet: 35, 17 and A3. RGB value is (53,23,163). Sum of RGB (Red+Green+Blue) = 53+23+163=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #3517A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3517A3 is #CAE85C. Grayscale: #2F2F2F. Windows color (decimal): -13297757 or 10688309. OLE color: 10688309.

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

Color convert

RGB5323163-
CMYK0.670.8600.36
HSL252.86º75.27%36.47%-
HSV(B)252.86º85.89%63.92%-
XYZ8.394.0134.98-
YUV47.93192.94131.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 163 (64.06% from 255) = 68.20%
R=22.18%
G=9.62%
B=68.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53231630.670.8600.36252.8675.2736.47
Hex3517A34356024fd4b24
Octal652724310312604437511344
Binary1101011011110100011100001110101100100100111111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3517A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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