#390F73

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

Shades of Persian Indigo #390F73

Tints of Persian Indigo #390F73

Color information

#390F73 (or 0x390F73) is unknown color: approx Persian Indigo. HEX triplet: 39, 0F and 73. RGB value is (57,15,115). Sum of RGB (Red+Green+Blue) = 57+15+115=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #390F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F73 is #C6F08C. Grayscale: #262626. Windows color (decimal): -13037709 or 7540537. OLE color: 7540537.

HSL color Cylindrical-coordinate representation of color #390F73: hue angle of 265.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #390F73 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5715115-
CMYK0.500.8700.55
HSL265.2º76.92%25.49%-
HSV(B)265.2º86.96%45.1%-
XYZ4.952.4516.43-
YUV38.96170.91140.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 115 (45.31% from 255) = 61.50%
R=30.48%
G=8.02%
B=61.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57151150.500.8700.55265.276.9225.49
Hex39F7332570371094d19
Octal71171636212706741111531
Binary1110011111111001111001010101110110111100001001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F73; }

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

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

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

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

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

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

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

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