#3A116F

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

Shades of Persian Indigo #3A116F

Tints of Persian Indigo #3A116F

Color information

#3A116F (or 0x3A116F) is unknown color: approx Persian Indigo. HEX triplet: 3A, 11 and 6F. RGB value is (58,17,111). Sum of RGB (Red+Green+Blue) = 58+17+111=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A116F is #C5EE90. Grayscale: #272727. Windows color (decimal): -12971665 or 7278906. OLE color: 7278906.

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

Color convert

RGB5817111-
CMYK0.480.8500.56
HSL266.17º73.44%25.1%-
HSV(B)266.17º84.68%43.53%-
XYZ4.812.4515.26-
YUV39.97168.08140.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=31.18%
G=9.14%
B=59.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58171110.480.8500.56266.1773.4425.1
Hex3A116F305503810a4919
Octal72211576012507041211131
Binary11101010001110111111000010101010111000100001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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