#390877

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

Shades of Persian Indigo #390877

Tints of Persian Indigo #390877

Color information

#390877 (or 0x390877) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 77. RGB value is (57,8,119). Sum of RGB (Red+Green+Blue) = 57+8+119=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #390877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390877 is #C6F788. Grayscale: #222222. Windows color (decimal): -13039497 or 7800889. OLE color: 7800889.

HSL color Cylindrical-coordinate representation of color #390877: hue angle of 266.49º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390877 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB578119-
CMYK0.520.9300.53
HSL266.49º87.4%24.9%-
HSV(B)266.49º93.28%46.67%-
XYZ5.12.3817.64-
YUV35.3175.23143.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=30.98%
G=4.35%
B=64.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5781190.520.9300.53266.4987.424.9
Hex39877345D03510a5719
Octal71101676413506541212731
Binary1110011000111011111010010111010110101100001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390877; }

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

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

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

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

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

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

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

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