#391586

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

Shades of Persian Indigo #391586

Tints of Persian Indigo #391586

Color information

#391586 (or 0x391586) is unknown color: approx Persian Indigo. HEX triplet: 39, 15 and 86. RGB value is (57,21,134). Sum of RGB (Red+Green+Blue) = 57+21+134=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #391586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391586 is #C6EA79. Grayscale: #2C2C2C. Windows color (decimal): -13036154 or 8787257. OLE color: 8787257.

HSL color Cylindrical-coordinate representation of color #391586: hue angle of 259.12º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391586 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5721134-
CMYK0.570.8400.47
HSL259.12º72.9%30.39%-
HSV(B)259.12º84.33%52.55%-
XYZ6.263.1322.83-
YUV44.65178.43136.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 134 (52.73% from 255) = 63.21%
R=26.89%
G=9.91%
B=63.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57211340.570.8400.47259.1272.930.39
Hex391586395402F103491e
Octal71252067112405740311136
Binary111001101011000011011100110101000101111100000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391586; }

 p { color: rgb(57,21,134); }

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

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

 a { background-color: rgb(57,21,134); }

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

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

 span { border-color: rgb(57,21,134); }

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