#390979

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

Shades of Persian Indigo #390979

Tints of Persian Indigo #390979

Color information

#390979 (or 0x390979) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 79. RGB value is (57,9,121). Sum of RGB (Red+Green+Blue) = 57+9+121=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #390979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390979 is #C6F686. Grayscale: #232323. Windows color (decimal): -13039239 or 7932217. OLE color: 7932217.

HSL color Cylindrical-coordinate representation of color #390979: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390979 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB579121-
CMYK0.530.9300.53
HSL265.71º86.15%25.49%-
HSV(B)265.71º92.56%47.45%-
XYZ5.242.4518.29-
YUV36.12175.9142.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=30.48%
G=4.81%
B=64.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5791210.530.9300.53265.7186.1525.49
Hex39979355D03510a5619
Octal71111716513506541212631
Binary1110011001111100111010110111010110101100001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390979; }

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

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

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

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

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

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

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

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