#390E92

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

Shades of Persian Indigo #390E92

Tints of Persian Indigo #390E92

Color information

#390E92 (or 0x390E92) is unknown color: approx Persian Indigo. HEX triplet: 39, 0E and 92. RGB value is (57,14,146). Sum of RGB (Red+Green+Blue) = 57+14+146=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #390E92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390E92 is #C6F16D. Grayscale: #292929. Windows color (decimal): -13037934 or 9571897. OLE color: 9571897.

HSL color Cylindrical-coordinate representation of color #390E92: hue angle of 259.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390E92 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5714146-
CMYK0.610.9000.43
HSL259.55º82.5%31.37%-
HSV(B)259.55º90.41%57.25%-
XYZ7.033.2627.45-
YUV41.9186.75138.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=26.27%
G=6.45%
B=67.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57141460.610.9000.43259.5582.531.37
Hex39E923D5A02B104521f
Octal71162227513205340412237
Binary11100111101001001011110110110100101011100000100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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