#4F109C

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

Shades of Indigo #4F109C

Tints of Indigo #4F109C

Color information

#4F109C (or 0x4F109C) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 9C. RGB value is (79,16,156). Sum of RGB (Red+Green+Blue) = 79+16+156=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F109C is #B0EF63. Grayscale: #323232. Windows color (decimal): -11595620 or 10227791. OLE color: 10227791.

HSL color Cylindrical-coordinate representation of color #4F109C: hue angle of 267º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F109C is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7916156-
CMYK0.490.9000.39
HSL267º81.4%33.73%-
HSV(B)267º89.74%61.18%-
XYZ9.414.4331.81-
YUV50.8187.37148.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 156 (61.33% from 255) = 62.15%
R=31.47%
G=6.37%
B=62.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79161560.490.9000.3926781.433.73
Hex4F109C315A02710b5122
Octal117202346113204741312142
Binary10011111000010011100110001101101001001111000010111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,156); }

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

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

 a { background-color: rgb(79,16,156); }

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

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

 span { border-color: rgb(79,16,156); }

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