#390F72

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

Shades of Persian Indigo #390F72

Tints of Persian Indigo #390F72

Color information

#390F72 (or 0x390F72) is unknown color: approx Persian Indigo. HEX triplet: 39, 0F and 72. RGB value is (57,15,114). Sum of RGB (Red+Green+Blue) = 57+15+114=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #390F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F72 is #C6F08D. Grayscale: #262626. Windows color (decimal): -13037710 or 7475001. OLE color: 7475001.

HSL color Cylindrical-coordinate representation of color #390F72: hue angle of 265.45º 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 #390F72 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5715114-
CMYK0.500.8700.55
HSL265.45º76.74%25.29%-
HSV(B)265.45º86.84%44.71%-
XYZ4.92.4316.13-
YUV38.84170.41140.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=30.65%
G=8.06%
B=61.29%

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
Decimal57151140.500.8700.55265.4576.7425.29
Hex39F7232570371094d19
Octal71171626212706741111531
Binary1110011111111001011001010101110110111100001001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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