#391A7F

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

Shades of Persian Indigo #391A7F

Tints of Persian Indigo #391A7F

Color information

#391A7F (or 0x391A7F) is unknown color: approx Persian Indigo. HEX triplet: 39, 1A and 7F. RGB value is (57,26,127). Sum of RGB (Red+Green+Blue) = 57+26+127=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #391A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A7F is #C6E580. Grayscale: #2E2E2E. Windows color (decimal): -13034881 or 8329785. OLE color: 8329785.

HSL color Cylindrical-coordinate representation of color #391A7F: hue angle of 258.42º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391A7F is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5726127-
CMYK0.550.8000.50
HSL258.42º66.01%30%-
HSV(B)258.42º79.53%49.8%-
XYZ5.893.1420.37-
YUV46.78173.27135.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 127 (50% from 255) = 60.48%
R=27.14%
G=12.38%
B=60.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57261270.550.8000.50258.4266.0130
Hex391A7F3750032102421e
Octal71321776712006240210236
Binary11100111010111111111011110100000110010100000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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