#390973

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

Shades of Persian Indigo #390973

Tints of Persian Indigo #390973

Color information

#390973 (or 0x390973) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 73. RGB value is (57,9,115). Sum of RGB (Red+Green+Blue) = 57+9+115=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #390973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390973 is #C6F68C. Grayscale: #232323. Windows color (decimal): -13039245 or 7539001. OLE color: 7539001.

HSL color Cylindrical-coordinate representation of color #390973: hue angle of 267.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390973 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB579115-
CMYK0.500.9200.55
HSL267.17º85.48%24.31%-
HSV(B)267.17º92.17%45.1%-
XYZ4.882.316.41-
YUV35.44172.9143.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=31.49%
G=4.97%
B=63.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5791150.500.9200.55267.1785.4824.31
Hex39973325C03710b5518
Octal71111636213406741312530
Binary1110011001111001111001010111000110111100001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390973; }

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

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

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

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

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

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

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

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