#3A1371

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

Shades of Persian Indigo #3A1371

Tints of Persian Indigo #3A1371

Color information

#3A1371 (or 0x3A1371) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 71. RGB value is (58,19,113). Sum of RGB (Red+Green+Blue) = 58+19+113=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1371 is #C5EC8E. Grayscale: #292929. Windows color (decimal): -12971151 or 7410490. OLE color: 7410490.

HSL color Cylindrical-coordinate representation of color #3A1371: hue angle of 264.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1371 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5819113-
CMYK0.490.8300.56
HSL264.89º71.21%25.88%-
HSV(B)264.89º83.19%44.31%-
XYZ4.962.5615.86-
YUV41.38168.42139.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=30.53%
G=10%
B=59.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58191130.490.8300.56264.8971.2125.88
Hex3A13713153038109471a
Octal72231616112307041110732
Binary11101010011111000111000110100110111000100001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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