#390387

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

Shades of Persian Indigo #390387

Tints of Persian Indigo #390387

Color information

#390387 (or 0x390387) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 87. RGB value is (57,3,135). Sum of RGB (Red+Green+Blue) = 57+3+135=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #390387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390387 is #C6FC78. Grayscale: #212121. Windows color (decimal): -13040761 or 8848185. OLE color: 8848185.

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

Color convert

RGB573135-
CMYK0.580.9800.47
HSL264.55º95.65%27.06%-
HSV(B)264.55º97.78%52.94%-
XYZ6.092.6823.12-
YUV34.19184.89144.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=29.23%
G=1.54%
B=69.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5731350.580.9800.47264.5595.6527.06
Hex393873A6202F109601b
Octal7132077214205741114033
Binary111001111000011111101011000100101111100001001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390387; }

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

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

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

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

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

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

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

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