#3A1A89

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

Shades of Persian Indigo #3A1A89

Tints of Persian Indigo #3A1A89

Color information

#3A1A89 (or 0x3A1A89) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1A and 89. RGB value is (58,26,137). Sum of RGB (Red+Green+Blue) = 58+26+137=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A1A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A89 is #C5E576. Grayscale: #2F2F2F. Windows color (decimal): -12969335 or 8985146. OLE color: 8985146.

HSL color Cylindrical-coordinate representation of color #3A1A89: hue angle of 257.3º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1A89 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5826137-
CMYK0.580.8100.46
HSL257.3º68.1%31.96%-
HSV(B)257.3º81.02%53.73%-
XYZ6.633.4423.98-
YUV48.22178.1134.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=26.24%
G=11.76%
B=61.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58261370.580.8100.46257.368.131.96
Hex3A1A893A5102E1014420
Octal72322117212105640110440
Binary1110101101010001001111010101000101011101000000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,26,137); }

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

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

 a { background-color: rgb(58,26,137); }

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

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

 span { border-color: rgb(58,26,137); }

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