#390981

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

Shades of Persian Indigo #390981

Tints of Persian Indigo #390981

Color information

#390981 (or 0x390981) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 81. RGB value is (57,9,129). Sum of RGB (Red+Green+Blue) = 57+9+129=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #390981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390981 is #C6F67E. Grayscale: #242424. Windows color (decimal): -13039231 or 8456505. OLE color: 8456505.

HSL color Cylindrical-coordinate representation of color #390981: hue angle of 264º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390981 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB579129-
CMYK0.560.9300.49
HSL264º86.96%27.06%-
HSV(B)264º93.02%50.59%-
XYZ5.752.6520.98-
YUV37.03179.9142.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 129 (50.78% from 255) = 66.15%
R=29.23%
G=4.62%
B=66.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5791290.560.9300.4926486.9627.06
Hex39981385D031108571b
Octal71112017013506141012733
Binary11100110011000000111100010111010110001100001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390981; }

 p { color: rgb(57,9,129); }

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

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

 a { background-color: rgb(57,9,129); }

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

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

 span { border-color: rgb(57,9,129); }

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