#4F178E

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

Shades of Indigo #4F178E

Tints of Indigo #4F178E

Color information

#4F178E (or 0x4F178E) is unknown color: approx Indigo. HEX triplet: 4F, 17 and 8E. RGB value is (79,23,142). Sum of RGB (Red+Green+Blue) = 79+23+142=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F178E is #B0E871. Grayscale: #343434. Windows color (decimal): -11593842 or 9312079. OLE color: 9312079.

HSL color Cylindrical-coordinate representation of color #4F178E: hue angle of 268.24º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F178E is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7923142-
CMYK0.440.8400.44
HSL268.24º72.12%32.35%-
HSV(B)268.24º83.8%55.69%-
XYZ8.414.2325.96-
YUV53.31178.05146.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 23 (9.38% from 255) = 9.43%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=32.38%
G=9.43%
B=58.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79231420.440.8400.44268.2472.1232.35
Hex4F178E2C5402C10c4820
Octal117272165412405441411040
Binary10011111011110001110101100101010001011001000011001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,142); }

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

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

 a { background-color: rgb(79,23,142); }

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

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

 span { border-color: rgb(79,23,142); }

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