#390980

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

Shades of Persian Indigo #390980

Tints of Persian Indigo #390980

Color information

#390980 (or 0x390980) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 80. RGB value is (57,9,128). Sum of RGB (Red+Green+Blue) = 57+9+128=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #390980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390980 is #C6F67F. Grayscale: #242424. Windows color (decimal): -13039232 or 8390969. OLE color: 8390969.

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

Color convert

RGB579128-
CMYK0.550.9300.50
HSL264.2º86.86%26.86%-
HSV(B)264.2º92.97%50.2%-
XYZ5.682.6220.63-
YUV36.92179.4142.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 128 (50.39% from 255) = 65.98%
R=29.38%
G=4.64%
B=65.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5791280.550.9300.50264.286.8626.86
Hex39980375D032108571b
Octal71112006713506241012733
Binary11100110011000000011011110111010110010100001000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390980; }

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

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

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

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

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

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

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

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