#4F1272

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

Shades of Indigo #4F1272

Tints of Indigo #4F1272

Color information

#4F1272 (or 0x4F1272) is unknown color: approx Indigo. HEX triplet: 4F, 12 and 72. RGB value is (79,18,114). Sum of RGB (Red+Green+Blue) = 79+18+114=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1272 is #B0ED8D. Grayscale: #2E2E2E. Windows color (decimal): -11595150 or 7475791. OLE color: 7475791.

HSL color Cylindrical-coordinate representation of color #4F1272: hue angle of 278.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1272 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7918114-
CMYK0.310.8400.55
HSL278.12º72.73%25.88%-
HSV(B)278.12º84.21%44.71%-
XYZ6.483.3116.22-
YUV47.18165.71150.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=37.44%
G=8.53%
B=54.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79181140.310.8400.55278.1272.7325.88
Hex4F12721F54037116491a
Octal117221623712406742611132
Binary10011111001011100101111110101000110111100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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