#3A0973

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

Shades of Persian Indigo #3A0973

Tints of Persian Indigo #3A0973

Color information

#3A0973 (or 0x3A0973) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and 73. RGB value is (58,9,115). Sum of RGB (Red+Green+Blue) = 58+9+115=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A0973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0973 is #C5F68C. Grayscale: #232323. Windows color (decimal): -12973709 or 7539002. OLE color: 7539002.

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

Color convert

RGB589115-
CMYK0.500.9200.55
HSL267.74º85.48%24.31%-
HSV(B)267.74º92.17%45.1%-
XYZ4.942.3316.41-
YUV35.74172.73143.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 115 (45.31% from 255) = 63.19%
R=31.87%
G=4.95%
B=63.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5891150.500.9200.55267.7485.4824.31
Hex3A973325C03710c5518
Octal72111636213406741412530
Binary1110101001111001111001010111000110111100001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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