#390983

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

Shades of Persian Indigo #390983

Tints of Persian Indigo #390983

Color information

#390983 (or 0x390983) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 83. RGB value is (57,9,131). Sum of RGB (Red+Green+Blue) = 57+9+131=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #390983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390983 is #C6F67C. Grayscale: #242424. Windows color (decimal): -13039229 or 8587577. OLE color: 8587577.

HSL color Cylindrical-coordinate representation of color #390983: hue angle of 263.61º 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 #390983 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB579131-
CMYK0.560.9300.49
HSL263.61º87.14%27.45%-
HSV(B)263.61º93.13%51.37%-
XYZ5.882.721.68-
YUV37.26180.9142.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=28.93%
G=4.57%
B=66.50%

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
Decimal5791310.560.9300.49263.6187.1427.45
Hex39983385D031108571b
Octal71112037013506141012733
Binary11100110011000001111100010111010110001100001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390983; }

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

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

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

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

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

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

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

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