#391e7f

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

Shades of Persian Indigo #391E7F

Tints of Persian Indigo #391E7F

Color information

#391E7F (or 0x391E7F) is unknown color: approx Persian Indigo. HEX triplet: 39, 1E and 7F. RGB value is (57,30,127). Sum of RGB (Red+Green+Blue) = 57+30+127=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #391E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E7F is #C6E180. Grayscale: #303030. Windows color (decimal): -13033857 or 8330809. OLE color: 8330809.

HSL color Cylindrical-coordinate representation of color #391E7F: hue angle of 256.7º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #391E7F is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5730127-
CMYK0.550.7600.50
HSL256.7º61.78%30.78%-
HSV(B)256.7º76.38%49.8%-
XYZ5.983.3320.41-
YUV49.13171.95133.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 127 (50% from 255) = 59.35%
R=26.64%
G=14.02%
B=59.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57301270.550.7600.50256.761.7830.78
Hex391E7F374C0321013e1f
Octal7136177671140624017637
Binary1110011111011111111101111001100011001010000000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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