#4F0F72

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

Shades of Indigo #4F0F72

Tints of Indigo #4F0F72

Color information

#4F0F72 (or 0x4F0F72) is unknown color: approx Indigo. HEX triplet: 4F, 0F and 72. RGB value is (79,15,114). Sum of RGB (Red+Green+Blue) = 79+15+114=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0F72 is #B0F08D. Grayscale: #2D2D2D. Windows color (decimal): -11595918 or 7475023. OLE color: 7475023.

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

Color convert

RGB7915114-
CMYK0.310.8700.55
HSL278.79º76.74%25.29%-
HSV(B)278.79º86.84%44.71%-
XYZ6.433.2216.2-
YUV45.42166.7151.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=37.98%
G=7.21%
B=54.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79151140.310.8700.55278.7976.7425.29
Hex4FF721F570371174d19
Octal117171623712706742711531
Binary1001111111111100101111110101110110111100010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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