#3A1590

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

Shades of Persian Indigo #3A1590

Tints of Persian Indigo #3A1590

Color information

#3A1590 (or 0x3A1590) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 90. RGB value is (58,21,144). Sum of RGB (Red+Green+Blue) = 58+21+144=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1590 is #C5EA6F. Grayscale: #2D2D2D. Windows color (decimal): -12970608 or 9442618. OLE color: 9442618.

HSL color Cylindrical-coordinate representation of color #3A1590: hue angle of 258.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1590 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5821144-
CMYK0.600.8500.44
HSL258.05º74.55%32.35%-
HSV(B)258.05º85.42%56.47%-
XYZ7.053.4526.68-
YUV46.08183.26136.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=26.01%
G=9.42%
B=64.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58211440.600.8500.44258.0574.5532.35
Hex3A15903C5502C1024b20
Octal72252207412505440211340
Binary1110101010110010000111100101010101011001000000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1590; }

 p { color: rgb(58,21,144); }

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

<style>
 a { background-color: #3A1590; }

 a { background-color: rgb(58,21,144); }

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

<style>
 span { border-color: #3A1590; }

 span { border-color: rgb(58,21,144); }

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