#391391

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

Shades of Persian Indigo #391391

Tints of Persian Indigo #391391

Color information

#391391 (or 0x391391) is unknown color: approx Persian Indigo. HEX triplet: 39, 13 and 91. RGB value is (57,19,145). Sum of RGB (Red+Green+Blue) = 57+19+145=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #391391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391391 is #C6EC6E. Grayscale: #2C2C2C. Windows color (decimal): -13036655 or 9507641. OLE color: 9507641.

HSL color Cylindrical-coordinate representation of color #391391: hue angle of 258.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391391 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5719145-
CMYK0.610.8700.43
HSL258.1º76.83%32.16%-
HSV(B)258.1º86.9%56.86%-
XYZ7.033.3827.07-
YUV44.73184.59136.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 145 (57.03% from 255) = 65.61%
R=25.79%
G=8.60%
B=65.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57191450.610.8700.43258.176.8332.16
Hex3913913D5702B1024d20
Octal71232217512705340211540
Binary1110011001110010001111101101011101010111000000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391391; }

 p { color: rgb(57,19,145); }

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

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

 a { background-color: rgb(57,19,145); }

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

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

 span { border-color: rgb(57,19,145); }

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