#390d71

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

Shades of Persian Indigo #390D71

Tints of Persian Indigo #390D71

Color information

#390D71 (or 0x390D71) is unknown color: approx Persian Indigo. HEX triplet: 39, 0D and 71. RGB value is (57,13,113). Sum of RGB (Red+Green+Blue) = 57+13+113=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #390D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D71 is #C6F28E. Grayscale: #252525. Windows color (decimal): -13038223 or 7408953. OLE color: 7408953.

HSL color Cylindrical-coordinate representation of color #390D71: hue angle of 266.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D71 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5713113-
CMYK0.500.8800.56
HSL266.4º79.37%24.71%-
HSV(B)266.4º88.5%44.31%-
XYZ4.812.3515.82-
YUV37.56170.58141.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=31.15%
G=7.10%
B=61.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57131130.500.8800.56266.479.3724.71
Hex39D71325803810a4f19
Octal71151616213007041211731
Binary1110011101111000111001010110000111000100001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,113); }

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

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

 a { background-color: rgb(57,13,113); }

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

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

 span { border-color: rgb(57,13,113); }

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