#390E9F

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

Shades of Persian Indigo #390E9F

Tints of Persian Indigo #390E9F

Color information

#390E9F (or 0x390E9F) is unknown color: approx Persian Indigo. HEX triplet: 39, 0E and 9F. RGB value is (57,14,159). Sum of RGB (Red+Green+Blue) = 57+14+159=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #390E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390E9F is #C6F160. Grayscale: #2A2A2A. Windows color (decimal): -13037921 or 10423865. OLE color: 10423865.

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

Color convert

RGB5714159-
CMYK0.640.9100.38
HSL257.79º83.82%33.92%-
HSV(B)257.79º91.19%62.35%-
XYZ8.13.6933.09-
YUV43.39193.25137.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 159 (62.5% from 255) = 69.13%
R=24.78%
G=6.09%
B=69.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57141590.640.9100.38257.7983.8233.92
Hex39E9F405B0261025422
Octal711623710013304640212442
Binary1110011110100111111000000101101101001101000000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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