#390F8A

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

Shades of Persian Indigo #390F8A

Tints of Persian Indigo #390F8A

Color information

#390F8A (or 0x390F8A) is unknown color: approx Persian Indigo. HEX triplet: 39, 0F and 8A. RGB value is (57,15,138). Sum of RGB (Red+Green+Blue) = 57+15+138=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #390F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F8A is #C6F075. Grayscale: #292929. Windows color (decimal): -13037686 or 9047865. OLE color: 9047865.

HSL color Cylindrical-coordinate representation of color #390F8A: hue angle of 260.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390F8A is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5715138-
CMYK0.590.8900.46
HSL260.49º80.39%30%-
HSV(B)260.49º89.13%54.12%-
XYZ6.453.0524.29-
YUV41.58182.41139-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=27.14%
G=7.14%
B=65.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57151380.590.8900.46260.4980.3930
Hex39F8A3B5902E104501e
Octal71172127313105640412036
Binary11100111111000101011101110110010101110100000100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,138); }

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

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

 a { background-color: rgb(57,15,138); }

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

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

 span { border-color: rgb(57,15,138); }

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