#390591

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

Shades of Persian Indigo #390591

Tints of Persian Indigo #390591

Color information

#390591 (or 0x390591) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 91. RGB value is (57,5,145). Sum of RGB (Red+Green+Blue) = 57+5+145=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #390591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390591 is #C6FA6E. Grayscale: #242424. Windows color (decimal): -13040239 or 9504057. OLE color: 9504057.

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

Color convert

RGB575145-
CMYK0.610.9700.43
HSL262.29º93.33%29.41%-
HSV(B)262.29º96.55%56.86%-
XYZ6.853.0227.01-
YUV36.51189.23142.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=27.54%
G=2.42%
B=70.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5751450.610.9700.43262.2993.3329.41
Hex395913D6102B1065d1d
Octal7152217514105340613535
Binary1110011011001000111110111000010101011100000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390591; }

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

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

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

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

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

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

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

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