#391E72

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

Shades of Persian Indigo #391E72

Tints of Persian Indigo #391E72

Color information

#391E72 (or 0x391E72) is unknown color: approx Persian Indigo. HEX triplet: 39, 1E and 72. RGB value is (57,30,114). Sum of RGB (Red+Green+Blue) = 57+30+114=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #391E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E72 is #C6E18D. Grayscale: #2F2F2F. Windows color (decimal): -13033870 or 7478841. OLE color: 7478841.

HSL color Cylindrical-coordinate representation of color #391E72: hue angle of 259.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391E72 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5730114-
CMYK0.500.7400.55
HSL259.29º58.33%28.24%-
HSV(B)259.29º73.68%44.71%-
XYZ5.193.0116.23-
YUV47.65165.45134.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=28.36%
G=14.93%
B=56.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57301140.500.7400.55259.2958.3328.24
Hex391E72324A0371033a1c
Octal7136162621120674037234
Binary1110011111011100101100101001010011011110000001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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