#391A71

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

Shades of Persian Indigo #391A71

Tints of Persian Indigo #391A71

Color information

#391A71 (or 0x391A71) is unknown color: approx Persian Indigo. HEX triplet: 39, 1A and 71. RGB value is (57,26,113). Sum of RGB (Red+Green+Blue) = 57+26+113=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #391A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A71 is #C6E58E. Grayscale: #2C2C2C. Windows color (decimal): -13034895 or 7412281. OLE color: 7412281.

HSL color Cylindrical-coordinate representation of color #391A71: hue angle of 261.38º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391A71 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5726113-
CMYK0.500.7700.56
HSL261.38º62.59%27.25%-
HSV(B)261.38º76.99%44.31%-
XYZ5.042.815.9-
YUV45.19166.27136.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=29.08%
G=13.27%
B=57.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57261130.500.7700.56261.3862.5927.25
Hex391A71324D0381053f1b
Octal7132161621150704057733
Binary1110011101011100011100101001101011100010000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A71; }

 p { color: rgb(57,26,113); }

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

<style>
 a { background-color: #391A71; }

 a { background-color: rgb(57,26,113); }

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

<style>
 span { border-color: #391A71; }

 span { border-color: rgb(57,26,113); }

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