#390993

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

Shades of Persian Indigo #390993

Tints of Persian Indigo #390993

Color information

#390993 (or 0x390993) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 93. RGB value is (57,9,147). Sum of RGB (Red+Green+Blue) = 57+9+147=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #390993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390993 is #C6F66C. Grayscale: #262626. Windows color (decimal): -13039213 or 9636153. OLE color: 9636153.

HSL color Cylindrical-coordinate representation of color #390993: hue angle of 260.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390993 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB579147-
CMYK0.610.9400.42
HSL260.87º88.46%30.59%-
HSV(B)260.87º93.88%57.65%-
XYZ7.053.1727.84-
YUV39.08188.9140.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 147 (57.81% from 255) = 69.01%
R=26.76%
G=4.23%
B=69.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5791470.610.9400.42260.8788.4630.59
Hex399933D5E02A105581f
Octal71112237513605240513037
Binary11100110011001001111110110111100101010100000101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390993; }

 p { color: rgb(57,9,147); }

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

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

 a { background-color: rgb(57,9,147); }

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

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

 span { border-color: rgb(57,9,147); }

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