#391C7D

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

Shades of Persian Indigo #391C7D

Tints of Persian Indigo #391C7D

Color information

#391C7D (or 0x391C7D) is unknown color: approx Persian Indigo. HEX triplet: 39, 1C and 7D. RGB value is (57,28,125). Sum of RGB (Red+Green+Blue) = 57+28+125=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #391C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C7D is #C6E382. Grayscale: #2F2F2F. Windows color (decimal): -13034371 or 8199225. OLE color: 8199225.

HSL color Cylindrical-coordinate representation of color #391C7D: hue angle of 257.94º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391C7D is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5728125-
CMYK0.540.7800.51
HSL257.94º63.4%30%-
HSV(B)257.94º77.6%49.02%-
XYZ5.83.1819.71-
YUV47.73171.61134.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 125 (49.22% from 255) = 59.52%
R=27.14%
G=13.33%
B=59.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57281250.540.7800.51257.9463.430
Hex391C7D364E0331023f1e
Octal7134175661160634027736
Binary1110011110011111011101101001110011001110000001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,28,125); }

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

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

 a { background-color: rgb(57,28,125); }

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

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

 span { border-color: rgb(57,28,125); }

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