#391F93

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

Shades of Persian Indigo #391F93

Tints of Persian Indigo #391F93

Color information

#391F93 (or 0x391F93) is unknown color: approx Persian Indigo. HEX triplet: 39, 1F and 93. RGB value is (57,31,147). Sum of RGB (Red+Green+Blue) = 57+31+147=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #391F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391F93 is #C6E06C. Grayscale: #333333. Windows color (decimal): -13033581 or 9641785. OLE color: 9641785.

HSL color Cylindrical-coordinate representation of color #391F93: hue angle of 253.45º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391F93 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5731147-
CMYK0.610.7900.42
HSL253.45º65.17%34.9%-
HSV(B)253.45º78.91%57.65%-
XYZ7.443.9627.98-
YUV52181.61131.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=24.26%
G=13.19%
B=62.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57311470.610.7900.42253.4565.1734.9
Hex391F933D4F02Afd4123
Octal71372237511705237510143
Binary111001111111001001111110110011110101010111111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,31,147); }

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

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

 a { background-color: rgb(57,31,147); }

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

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

 span { border-color: rgb(57,31,147); }

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