#390D83

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

Shades of Persian Indigo #390D83

Tints of Persian Indigo #390D83

Color information

#390D83 (or 0x390D83) is unknown color: approx Persian Indigo. HEX triplet: 39, 0D and 83. RGB value is (57,13,131). Sum of RGB (Red+Green+Blue) = 57+13+131=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #390D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D83 is #C6F27C. Grayscale: #272727. Windows color (decimal): -13038205 or 8588601. OLE color: 8588601.

HSL color Cylindrical-coordinate representation of color #390D83: hue angle of 262.37º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D83 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5713131-
CMYK0.560.9000.49
HSL262.37º81.94%28.24%-
HSV(B)262.37º90.08%51.37%-
XYZ5.932.821.7-
YUV39.61179.58140.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 131 (51.56% from 255) = 65.17%
R=28.36%
G=6.47%
B=65.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131310.560.9000.49262.3781.9428.24
Hex39D83385A031106521c
Octal71152037013206140612234
Binary11100111011000001111100010110100110001100000110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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