#3A1393

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

Shades of Persian Indigo #3A1393

Tints of Persian Indigo #3A1393

Color information

#3A1393 (or 0x3A1393) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 93. RGB value is (58,19,147). Sum of RGB (Red+Green+Blue) = 58+19+147=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1393 is #C5EC6C. Grayscale: #2C2C2C. Windows color (decimal): -12971117 or 9638714. OLE color: 9638714.

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

Color convert

RGB5819147-
CMYK0.610.8700.42
HSL258.28º77.11%32.55%-
HSV(B)258.28º87.07%57.65%-
XYZ7.243.4727.89-
YUV45.25185.42137.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 147 (57.81% from 255) = 65.62%
R=25.89%
G=8.48%
B=65.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58191470.610.8700.42258.2877.1132.55
Hex3A13933D5702A1024d21
Octal72232237512705240211541
Binary1110101001110010011111101101011101010101000000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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