#3A0971

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

Shades of Persian Indigo #3A0971

Tints of Persian Indigo #3A0971

Color information

#3A0971 (or 0x3A0971) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and 71. RGB value is (58,9,113). Sum of RGB (Red+Green+Blue) = 58+9+113=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A0971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0971 is #C5F68E. Grayscale: #232323. Windows color (decimal): -12973711 or 7407930. OLE color: 7407930.

HSL color Cylindrical-coordinate representation of color #3A0971: hue angle of 268.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0971 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB589113-
CMYK0.490.9200.56
HSL268.27º85.25%23.92%-
HSV(B)268.27º92.04%44.31%-
XYZ4.822.2915.81-
YUV35.51171.73144.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 113 (44.53% from 255) = 62.78%
R=32.22%
G=5%
B=62.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5891130.490.9200.56268.2785.2523.92
Hex3A971315C03810c5518
Octal72111616113407041412530
Binary1110101001111000111000110111000111000100001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,113); }

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

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

 a { background-color: rgb(58,9,113); }

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

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

 span { border-color: rgb(58,9,113); }

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