#3A1196

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

Shades of Persian Indigo #3A1196

Tints of Persian Indigo #3A1196

Color information

#3A1196 (or 0x3A1196) is unknown color: approx Persian Indigo. HEX triplet: 3A, 11 and 96. RGB value is (58,17,150). Sum of RGB (Red+Green+Blue) = 58+17+150=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1196 is #C5EE69. Grayscale: #2B2B2B. Windows color (decimal): -12971626 or 9834810. OLE color: 9834810.

HSL color Cylindrical-coordinate representation of color #3A1196: hue angle of 258.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1196 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5817150-
CMYK0.610.8900.41
HSL258.5º79.64%32.75%-
HSV(B)258.5º88.67%58.82%-
XYZ7.453.529.14-
YUV44.42187.58137.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=25.78%
G=7.56%
B=66.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58171500.610.8900.41258.579.6432.75
Hex3A11963D590291025021
Octal72212267513105140212041
Binary1110101000110010110111101101100101010011000000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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