#391B71

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

Shades of Persian Indigo #391B71

Tints of Persian Indigo #391B71

Color information

#391B71 (or 0x391B71) is unknown color: approx Persian Indigo. HEX triplet: 39, 1B and 71. RGB value is (57,27,113). Sum of RGB (Red+Green+Blue) = 57+27+113=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #391B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B71 is #C6E48E. Grayscale: #2D2D2D. Windows color (decimal): -13034639 or 7412537. OLE color: 7412537.

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

Color convert

RGB5727113-
CMYK0.500.7600.56
HSL260.93º61.43%27.45%-
HSV(B)260.93º76.11%44.31%-
XYZ5.062.8515.91-
YUV45.77165.94136.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=28.93%
G=13.71%
B=57.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57271130.500.7600.56260.9361.4327.45
Hex391B71324C0381053d1b
Octal7133161621140704057533
Binary1110011101111100011100101001100011100010000010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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