#3A118B

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

Shades of Persian Indigo #3A118B

Tints of Persian Indigo #3A118B

Color information

#3A118B (or 0x3A118B) is unknown color: approx Persian Indigo. HEX triplet: 3A, 11 and 8B. RGB value is (58,17,139). Sum of RGB (Red+Green+Blue) = 58+17+139=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A118B is #C5EE74. Grayscale: #2A2A2A. Windows color (decimal): -12971637 or 9113914. OLE color: 9113914.

HSL color Cylindrical-coordinate representation of color #3A118B: hue angle of 260.16º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A118B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5817139-
CMYK0.580.8800.45
HSL260.16º78.21%30.59%-
HSV(B)260.16º87.77%54.51%-
XYZ6.613.1624.69-
YUV43.17182.08138.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=27.10%
G=7.94%
B=64.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58171390.580.8800.45260.1678.2130.59
Hex3A118B3A5802D1044e1f
Octal72212137213005540411637
Binary111010100011000101111101010110000101101100000100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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