#3A0AA6

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

Shades of Persian Indigo #3A0AA6

Tints of Persian Indigo #3A0AA6

Color information

#3A0AA6 (or 0x3A0AA6) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and A6. RGB value is (58,10,166). Sum of RGB (Red+Green+Blue) = 58+10+166=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 166 (65.23% from 255 or 70.94% from 234); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A0AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0AA6 is #C5F559. Grayscale: #292929. Windows color (decimal): -12973402 or 10881594. OLE color: 10881594.

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

Color convert

RGB5810166-
CMYK0.650.9400.35
HSL258.46º88.64%34.51%-
HSV(B)258.46º93.98%65.1%-
XYZ8.743.8736.36-
YUV42.14197.9139.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 166 (65.23% from 255) = 70.94%
R=24.79%
G=4.27%
B=70.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58101660.650.9400.35258.4688.6434.51
Hex3AAA6415E0231025923
Octal721224610113604340213143
Binary1110101010101001101000001101111001000111000000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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