#3A1399

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

Shades of Persian Indigo #3A1399

Tints of Persian Indigo #3A1399

Color information

#3A1399 (or 0x3A1399) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 99. RGB value is (58,19,153). Sum of RGB (Red+Green+Blue) = 58+19+153=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1399 is #C5EC66. Grayscale: #2D2D2D. Windows color (decimal): -12971111 or 10031930. OLE color: 10031930.

HSL color Cylindrical-coordinate representation of color #3A1399: hue angle of 257.46º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1399 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5819153-
CMYK0.620.8800.4
HSL257.46º77.91%33.73%-
HSV(B)257.46º87.58%60%-
XYZ7.733.6730.44-
YUV45.94188.42136.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 153 (60.16% from 255) = 66.52%
R=25.22%
G=8.26%
B=66.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58191530.620.8800.4257.4677.9133.73
Hex3A13993E580281014e22
Octal72232317613005040111642
Binary1110101001110011001111110101100001010001000000011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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