#4F037F

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

Shades of Indigo #4F037F

Tints of Indigo #4F037F

Color information

#4F037F (or 0x4F037F) is unknown color: approx Indigo. HEX triplet: 4F, 03 and 7F. RGB value is (79,3,127). Sum of RGB (Red+Green+Blue) = 79+3+127=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F037F is #B0FC80. Grayscale: #272727. Windows color (decimal): -11598977 or 8323919. OLE color: 8323919.

HSL color Cylindrical-coordinate representation of color #4F037F: hue angle of 276.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F037F is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB793127-
CMYK0.380.9800.50
HSL276.77º95.38%25.49%-
HSV(B)276.77º97.64%49.8%-
XYZ7.093.2620.33-
YUV39.86177.18155.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 127 (50% from 255) = 60.77%
R=37.80%
G=1.44%
B=60.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7931270.380.9800.50276.7795.3825.49
Hex4F37F26620321155f19
Octal11731774614206242513731
Binary100111111111111110011011000100110010100010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F037F; }

 p { color: rgb(79,3,127); }

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

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

 a { background-color: rgb(79,3,127); }

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

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

 span { border-color: rgb(79,3,127); }

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