#3A0AAC

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

Shades of Persian Indigo #3A0AAC

Tints of Persian Indigo #3A0AAC

Color information

#3A0AAC (or 0x3A0AAC) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and AC. RGB value is (58,10,172). Sum of RGB (Red+Green+Blue) = 58+10+172=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0AAC is #C5F553. Grayscale: #2A2A2A. Windows color (decimal): -12973396 or 11274810. OLE color: 11274810.

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

Color convert

RGB5810172-
CMYK0.660.9400.33
HSL257.78º89.01%35.69%-
HSV(B)257.78º94.19%67.45%-
XYZ9.34.139.33-
YUV42.82200.9138.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=24.17%
G=4.17%
B=71.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58101720.660.9400.33257.7889.0135.69
Hex3AAAC425E0211025924
Octal721225410213604140213144
Binary1110101010101011001000010101111001000011000000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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