#3A119E

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

Shades of Persian Indigo #3A119E

Tints of Persian Indigo #3A119E

Color information

#3A119E (or 0x3A119E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 11 and 9E. RGB value is (58,17,158). Sum of RGB (Red+Green+Blue) = 58+17+158=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A119E is #C5EE61. Grayscale: #2C2C2C. Windows color (decimal): -12971618 or 10359098. OLE color: 10359098.

HSL color Cylindrical-coordinate representation of color #3A119E: hue angle of 257.45º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A119E is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5817158-
CMYK0.630.8900.38
HSL257.45º80.57%34.31%-
HSV(B)257.45º89.24%61.96%-
XYZ8.123.7732.65-
YUV45.33191.58137.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=24.89%
G=7.30%
B=67.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58171580.630.8900.38257.4580.5734.31
Hex3A119E3F590261015122
Octal72212367713104640112142
Binary1110101000110011110111111101100101001101000000011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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