#3919A5

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

Shades of Persian Indigo #3919A5

Tints of Persian Indigo #3919A5

Color information

#3919A5 (or 0x3919A5) is unknown color: approx Persian Indigo. HEX triplet: 39, 19 and A5. RGB value is (57,25,165). Sum of RGB (Red+Green+Blue) = 57+25+165=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #3919A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3919A5 is #C6E65A. Grayscale: #323232. Windows color (decimal): -13035099 or 10819897. OLE color: 10819897.

HSL color Cylindrical-coordinate representation of color #3919A5: hue angle of 253.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3919A5 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5725165-
CMYK0.650.8500.35
HSL253.71º73.68%37.25%-
HSV(B)253.71º84.85%64.71%-
XYZ8.834.2835.96-
YUV50.53192.6132.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 165 (64.84% from 255) = 66.80%
R=23.08%
G=10.12%
B=66.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57251650.650.8500.35253.7173.6837.25
Hex3919A54155023fe4a25
Octal713124510112504337611245
Binary1110011100110100101100000110101010100011111111101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3919A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3919A5; }

 p { color: rgb(57,25,165); }

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

<style>
 a { background-color: #3919A5; }

 a { background-color: rgb(57,25,165); }

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

<style>
 span { border-color: #3919A5; }

 span { border-color: rgb(57,25,165); }

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