#3A1989

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

Shades of Persian Indigo #3A1989

Tints of Persian Indigo #3A1989

Color information

#3A1989 (or 0x3A1989) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 89. RGB value is (58,25,137). Sum of RGB (Red+Green+Blue) = 58+25+137=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A1989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1989 is #C5E676. Grayscale: #2F2F2F. Windows color (decimal): -12969591 or 8984890. OLE color: 8984890.

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

Color convert

RGB5825137-
CMYK0.580.8200.46
HSL257.68º69.14%31.76%-
HSV(B)257.68º81.75%53.73%-
XYZ6.613.423.98-
YUV47.64178.43135.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 137 (53.91% from 255) = 62.27%
R=26.36%
G=11.36%
B=62.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58251370.580.8200.46257.6869.1431.76
Hex3A19893A5202E1024520
Octal72312117212205640210540
Binary1110101100110001001111010101001001011101000000101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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