#3a0aad

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

Shades of Persian Indigo #3A0AAD

Tints of Persian Indigo #3A0AAD

Color information

#3A0AAD (or 0x3A0AAD) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and AD. RGB value is (58,10,173). Sum of RGB (Red+Green+Blue) = 58+10+173=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0AAD is #C5F552. Grayscale: #2A2A2A. Windows color (decimal): -12973395 or 11340346. OLE color: 11340346.

HSL color Cylindrical-coordinate representation of color #3A0AAD: hue angle of 257.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0AAD is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5810173-
CMYK0.660.9400.32
HSL257.67º89.07%35.88%-
HSV(B)257.67º94.22%67.84%-
XYZ9.44.1339.84-
YUV42.93201.4138.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=24.07%
G=4.15%
B=71.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58101730.660.9400.32257.6789.0735.88
Hex3AAAD425E0201025924
Octal721225510213604040213144
Binary1110101010101011011000010101111001000001000000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a0aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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