#390580

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

Shades of Persian Indigo #390580

Tints of Persian Indigo #390580

Color information

#390580 (or 0x390580) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 80. RGB value is (57,5,128). Sum of RGB (Red+Green+Blue) = 57+5+128=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #390580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390580 is #C6FA7F. Grayscale: #222222. Windows color (decimal): -13040256 or 8389945. OLE color: 8389945.

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

Color convert

RGB575128-
CMYK0.550.9600.50
HSL265.37º92.48%26.08%-
HSV(B)265.37º96.09%50.2%-
XYZ5.642.5420.61-
YUV34.57180.73144-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 128 (50.39% from 255) = 67.37%
R=30%
G=2.63%
B=67.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5751280.550.9600.50265.3792.4826.08
Hex3958037600321095c1a
Octal7152006714006241113432
Binary1110011011000000011011111000000110010100001001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390580; }

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

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

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

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

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

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

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

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