#3A1091

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

Shades of Persian Indigo #3A1091

Tints of Persian Indigo #3A1091

Color information

#3A1091 (or 0x3A1091) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 91. RGB value is (58,16,145). Sum of RGB (Red+Green+Blue) = 58+16+145=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A1091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1091 is #C5EF6E. Grayscale: #2A2A2A. Windows color (decimal): -12971887 or 9506874. OLE color: 9506874.

HSL color Cylindrical-coordinate representation of color #3A1091: hue angle of 259.53º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1091 is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5816145-
CMYK0.60.8900.43
HSL259.53º80.12%31.57%-
HSV(B)259.53º88.97%56.86%-
XYZ7.043.3127.06-
YUV43.26185.41138.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 145 (57.03% from 255) = 66.21%
R=26.48%
G=7.31%
B=66.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58161450.60.8900.43259.5380.1231.57
Hex3A10913C5902B1045020
Octal72202217413105340412040
Binary1110101000010010001111100101100101010111000001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,145); }

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

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

 a { background-color: rgb(58,16,145); }

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

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

 span { border-color: rgb(58,16,145); }

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