#391E77

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

Shades of Persian Indigo #391E77

Tints of Persian Indigo #391E77

Color information

#391E77 (or 0x391E77) is unknown color: approx Persian Indigo. HEX triplet: 39, 1E and 77. RGB value is (57,30,119). Sum of RGB (Red+Green+Blue) = 57+30+119=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #391E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E77 is #C6E188. Grayscale: #2F2F2F. Windows color (decimal): -13033865 or 7806521. OLE color: 7806521.

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

Color convert

RGB5730119-
CMYK0.520.7500.53
HSL258.2º59.73%29.22%-
HSV(B)258.2º74.79%46.67%-
XYZ5.483.1317.77-
YUV48.22167.95134.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=27.67%
G=14.56%
B=57.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57301190.520.7500.53258.259.7329.22
Hex391E77344B0351023c1d
Octal7136167641130654027435
Binary1110011111011101111101001001011011010110000001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,30,119); }

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

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

 a { background-color: rgb(57,30,119); }

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

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

 span { border-color: rgb(57,30,119); }

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