#3A1596

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

Shades of Persian Indigo #3A1596

Tints of Persian Indigo #3A1596

Color information

#3A1596 (or 0x3A1596) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 96. RGB value is (58,21,150). Sum of RGB (Red+Green+Blue) = 58+21+150=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A1596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1596 is #C5EA69. Grayscale: #2E2E2E. Windows color (decimal): -12970602 or 9835834. OLE color: 9835834.

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

Color convert

RGB5821150-
CMYK0.610.8600.41
HSL257.21º75.44%33.53%-
HSV(B)257.21º86%58.82%-
XYZ7.523.6429.16-
YUV46.77186.26136.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=25.33%
G=9.17%
B=65.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58211500.610.8600.41257.2175.4433.53
Hex3A15963D560291014b22
Octal72252267512605140111342
Binary1110101010110010110111101101011001010011000000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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