#3A116E

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

Shades of Persian Indigo #3A116E

Tints of Persian Indigo #3A116E

Color information

#3A116E (or 0x3A116E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 11 and 6E. RGB value is (58,17,110). Sum of RGB (Red+Green+Blue) = 58+17+110=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A116E is #C5EE91. Grayscale: #272727. Windows color (decimal): -12971666 or 7213370. OLE color: 7213370.

HSL color Cylindrical-coordinate representation of color #3A116E: hue angle of 266.45º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A116E is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5817110-
CMYK0.470.8500.57
HSL266.45º73.23%24.9%-
HSV(B)266.45º84.55%43.14%-
XYZ4.762.4314.97-
YUV39.86167.58140.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=31.35%
G=9.19%
B=59.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58171100.470.8500.57266.4573.2324.9
Hex3A116E2F5503910a4919
Octal72211565712507141211131
Binary11101010001110111010111110101010111001100001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,17,110); }

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

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

 a { background-color: rgb(58,17,110); }

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

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

 span { border-color: rgb(58,17,110); }

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