#4F0D80

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

Shades of Indigo #4F0D80

Tints of Indigo #4F0D80

Color information

#4F0D80 (or 0x4F0D80) is unknown color: approx Indigo. HEX triplet: 4F, 0D and 80. RGB value is (79,13,128). Sum of RGB (Red+Green+Blue) = 79+13+128=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F0D80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0D80 is #B0F27F. Grayscale: #2D2D2D. Windows color (decimal): -11596416 or 8392015. OLE color: 8392015.

HSL color Cylindrical-coordinate representation of color #4F0D80: hue angle of 274.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0D80 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7913128-
CMYK0.380.9000.50
HSL274.43º81.56%27.65%-
HSV(B)274.43º89.84%50.2%-
XYZ7.263.5120.72-
YUV45.84174.37151.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 128 (50.39% from 255) = 58.18%
R=35.91%
G=5.91%
B=58.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79131280.380.9000.50274.4381.5627.65
Hex4FD80265A032112521c
Octal117152004613206242212234
Binary100111111011000000010011010110100110010100010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,13,128); }

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

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

 a { background-color: rgb(79,13,128); }

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

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

 span { border-color: rgb(79,13,128); }

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