#390E7C

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

Shades of Persian Indigo #390E7C

Tints of Persian Indigo #390E7C

Color information

#390E7C (or 0x390E7C) is unknown color: approx Persian Indigo. HEX triplet: 39, 0E and 7C. RGB value is (57,14,124). Sum of RGB (Red+Green+Blue) = 57+14+124=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #390E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E7C is #C6F183. Grayscale: #272727. Windows color (decimal): -13037956 or 8130105. OLE color: 8130105.

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

Color convert

RGB5714124-
CMYK0.540.8900.51
HSL263.45º79.71%27.06%-
HSV(B)263.45º88.71%48.63%-
XYZ5.482.6419.29-
YUV39.4175.75140.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=29.23%
G=7.18%
B=63.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57141240.540.8900.51263.4579.7127.06
Hex39E7C3659033107501b
Octal71161746613106340712033
Binary1110011110111110011011010110010110011100000111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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