#3A0A8E

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

Shades of Persian Indigo #3A0A8E

Tints of Persian Indigo #3A0A8E

Color information

#3A0A8E (or 0x3A0A8E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and 8E. RGB value is (58,10,142). Sum of RGB (Red+Green+Blue) = 58+10+142=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A0A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A8E is #C5F571. Grayscale: #262626. Windows color (decimal): -12973426 or 9308730. OLE color: 9308730.

HSL color Cylindrical-coordinate representation of color #3A0A8E: hue angle of 261.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0A8E is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5810142-
CMYK0.590.9300.44
HSL261.82º86.84%29.8%-
HSV(B)261.82º92.96%55.69%-
XYZ6.743.0725.83-
YUV39.4185.9141.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=27.62%
G=4.76%
B=67.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58101420.590.9300.44261.8286.8429.8
Hex3AA8E3B5D02C106571e
Octal72122167313505440612736
Binary11101010101000111011101110111010101100100000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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