#3A0A99

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

Shades of Persian Indigo #3A0A99

Tints of Persian Indigo #3A0A99

Color information

#3A0A99 (or 0x3A0A99) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and 99. RGB value is (58,10,153). Sum of RGB (Red+Green+Blue) = 58+10+153=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A0A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A99 is #C5F566. Grayscale: #282828. Windows color (decimal): -12973415 or 10029626. OLE color: 10029626.

HSL color Cylindrical-coordinate representation of color #3A0A99: hue angle of 260.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0A99 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5810153-
CMYK0.620.9300.4
HSL260.14º87.73%31.96%-
HSV(B)260.14º93.46%60%-
XYZ7.63.4230.4-
YUV40.65191.4140.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 10 (4.30% from 255) = 4.52%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=26.24%
G=4.52%
B=69.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58101530.620.9300.4260.1487.7331.96
Hex3AA993E5D0281045820
Octal72122317613505040413040
Binary111010101010011001111110101110101010001000001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,10,153); }

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

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

 a { background-color: rgb(58,10,153); }

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

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

 span { border-color: rgb(58,10,153); }

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