#3519A3

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

Shades of Persian Indigo #3519A3

Tints of Persian Indigo #3519A3

Color information

#3519A3 (or 0x3519A3) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and A3. RGB value is (53,25,163). Sum of RGB (Red+Green+Blue) = 53+25+163=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #3519A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3519A3 is #CAE65C. Grayscale: #303030. Windows color (decimal): -13297245 or 10688821. OLE color: 10688821.

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

Color convert

RGB5325163-
CMYK0.670.8500.36
HSL252.17º73.4%36.86%-
HSV(B)252.17º84.66%63.92%-
XYZ8.434.135-
YUV49.1192.28130.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 163 (64.06% from 255) = 67.63%
R=21.99%
G=10.37%
B=67.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53251630.670.8500.36252.1773.436.86
Hex3519A34355024fc4925
Octal653124310312504437411145
Binary1101011100110100011100001110101010100100111111001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3519A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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