#390970

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

Shades of Persian Indigo #390970

Tints of Persian Indigo #390970

Color information

#390970 (or 0x390970) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 70. RGB value is (57,9,112). Sum of RGB (Red+Green+Blue) = 57+9+112=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #390970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390970 is #C6F68F. Grayscale: #222222. Windows color (decimal): -13039248 or 7342393. OLE color: 7342393.

HSL color Cylindrical-coordinate representation of color #390970: hue angle of 267.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390970 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB579112-
CMYK0.490.9200.56
HSL267.96º85.12%23.73%-
HSV(B)267.96º91.96%43.92%-
XYZ4.712.2415.51-
YUV35.09171.4143.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=32.02%
G=5.06%
B=62.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5791120.490.9200.56267.9685.1223.73
Hex39970315C03810c5518
Octal71111606113407041412530
Binary1110011001111000011000110111000111000100001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390970; }

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

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

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

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

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

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

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

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