#390F71

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

Shades of Persian Indigo #390F71

Tints of Persian Indigo #390F71

Color information

#390F71 (or 0x390F71) is unknown color: approx Persian Indigo. HEX triplet: 39, 0F and 71. RGB value is (57,15,113). Sum of RGB (Red+Green+Blue) = 57+15+113=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #390F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F71 is #C6F08E. Grayscale: #262626. Windows color (decimal): -13037711 or 7409465. OLE color: 7409465.

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

Color convert

RGB5715113-
CMYK0.500.8700.56
HSL265.71º76.56%25.1%-
HSV(B)265.71º86.73%44.31%-
XYZ4.842.415.83-
YUV38.73169.91141.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=30.81%
G=8.11%
B=61.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57151130.500.8700.56265.7176.5625.1
Hex39F71325703810a4d19
Octal71171616212707041211531
Binary1110011111111000111001010101110111000100001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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