#391B79

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

Shades of Persian Indigo #391B79

Tints of Persian Indigo #391B79

Color information

#391B79 (or 0x391B79) is unknown color: approx Persian Indigo. HEX triplet: 39, 1B and 79. RGB value is (57,27,121). Sum of RGB (Red+Green+Blue) = 57+27+121=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #391B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B79 is #C6E486. Grayscale: #2E2E2E. Windows color (decimal): -13034631 or 7936825. OLE color: 7936825.

HSL color Cylindrical-coordinate representation of color #391B79: hue angle of 259.15º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391B79 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5727121-
CMYK0.530.7800.53
HSL259.15º63.51%29.02%-
HSV(B)259.15º77.69%47.45%-
XYZ5.533.0318.38-
YUV46.69169.94135.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=27.80%
G=13.17%
B=59.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57271210.530.7800.53259.1563.5129.02
Hex391B79354E035103401d
Octal71331716511606540310035
Binary11100111011111100111010110011100110101100000011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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