#390D87

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

Shades of Persian Indigo #390D87

Tints of Persian Indigo #390D87

Color information

#390D87 (or 0x390D87) is unknown color: approx Persian Indigo. HEX triplet: 39, 0D and 87. RGB value is (57,13,135). Sum of RGB (Red+Green+Blue) = 57+13+135=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #390D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D87 is #C6F278. Grayscale: #272727. Windows color (decimal): -13038201 or 8850745. OLE color: 8850745.

HSL color Cylindrical-coordinate representation of color #390D87: hue angle of 261.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D87 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5713135-
CMYK0.580.9000.47
HSL261.64º82.43%29.02%-
HSV(B)261.64º90.37%52.94%-
XYZ6.22.9123.16-
YUV40.06181.58140.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 135 (53.12% from 255) = 65.85%
R=27.80%
G=6.34%
B=65.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57131350.580.9000.47261.6482.4329.02
Hex39D873A5A02F106521d
Octal71152077213205740612235
Binary11100111011000011111101010110100101111100000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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