#390A9F

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

Shades of Persian Indigo #390A9F

Tints of Persian Indigo #390A9F

Color information

#390A9F (or 0x390A9F) is unknown color: approx Persian Indigo. HEX triplet: 39, 0A and 9F. RGB value is (57,10,159). Sum of RGB (Red+Green+Blue) = 57+10+159=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #390A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390A9F is #C6F560. Grayscale: #282828. Windows color (decimal): -13038945 or 10422841. OLE color: 10422841.

HSL color Cylindrical-coordinate representation of color #390A9F: hue angle of 258.93º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390A9F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5710159-
CMYK0.640.9400.38
HSL258.93º88.17%33.14%-
HSV(B)258.93º93.71%62.35%-
XYZ8.053.5933.07-
YUV41.04194.57139.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=25.22%
G=4.42%
B=70.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57101590.640.9400.38258.9388.1733.14
Hex39A9F405E0261035821
Octal711223710013604640313041
Binary1110011010100111111000000101111001001101000000111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A9F; }

 p { color: rgb(57,10,159); }

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

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

 a { background-color: rgb(57,10,159); }

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

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

 span { border-color: rgb(57,10,159); }

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