#4F0180

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

Shades of Indigo #4F0180

Tints of Indigo #4F0180

Color information

#4F0180 (or 0x4F0180) is unknown color: approx Indigo. HEX triplet: 4F, 01 and 80. RGB value is (79,1,128). Sum of RGB (Red+Green+Blue) = 79+1+128=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F0180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0180 is #B0FE7F. Grayscale: #262626. Windows color (decimal): -11599488 or 8388943. OLE color: 8388943.

HSL color Cylindrical-coordinate representation of color #4F0180: hue angle of 276.85º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0180 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB791128-
CMYK0.380.9900.50
HSL276.85º98.45%25.29%-
HSV(B)276.85º99.22%50.2%-
XYZ7.133.2420.67-
YUV38.8178.34156.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=37.98%
G=0.48%
B=61.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7911280.380.9900.50276.8598.4525.29
Hex4F18026630321156219
Octal11712004614306242514231
Binary100111111000000010011011000110110010100010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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