#3A1593

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

Shades of Persian Indigo #3A1593

Tints of Persian Indigo #3A1593

Color information

#3A1593 (or 0x3A1593) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 93. RGB value is (58,21,147). Sum of RGB (Red+Green+Blue) = 58+21+147=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A1593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1593 is #C5EA6C. Grayscale: #2D2D2D. Windows color (decimal): -12970605 or 9639226. OLE color: 9639226.

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

Color convert

RGB5821147-
CMYK0.610.8600.42
HSL257.62º75%32.94%-
HSV(B)257.62º85.71%57.65%-
XYZ7.283.5427.9-
YUV46.43184.76136.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 147 (57.81% from 255) = 65.04%
R=25.66%
G=9.29%
B=65.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58211470.610.8600.42257.627532.94
Hex3A15933D5602A1024b21
Octal72252237512605240211341
Binary1110101010110010011111101101011001010101000000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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