#390887

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

Shades of Persian Indigo #390887

Tints of Persian Indigo #390887

Color information

#390887 (or 0x390887) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 87. RGB value is (57,8,135). Sum of RGB (Red+Green+Blue) = 57+8+135=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #390887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390887 is #C6F778. Grayscale: #242424. Windows color (decimal): -13039481 or 8849465. OLE color: 8849465.

HSL color Cylindrical-coordinate representation of color #390887: hue angle of 263.15º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390887 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB578135-
CMYK0.580.9400.47
HSL263.15º88.81%28.04%-
HSV(B)263.15º94.07%52.94%-
XYZ6.152.7923.14-
YUV37.13183.23142.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 135 (53.12% from 255) = 67.5%
R=28.5%
G=4%
B=67.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5781350.580.9400.47263.1588.8128.04
Hex398873A5E02F107591c
Octal71102077213605740713134
Binary11100110001000011111101010111100101111100000111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390887; }

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

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

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

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

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

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

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

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