#4F1081

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

Shades of Indigo #4F1081

Tints of Indigo #4F1081

Color information

#4F1081 (or 0x4F1081) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 81. RGB value is (79,16,129). Sum of RGB (Red+Green+Blue) = 79+16+129=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F1081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1081 is #B0EF7E. Grayscale: #2F2F2F. Windows color (decimal): -11595647 or 8458319. OLE color: 8458319.

HSL color Cylindrical-coordinate representation of color #4F1081: hue angle of 273.45º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F1081 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7916129-
CMYK0.390.8800.49
HSL273.45º77.93%28.43%-
HSV(B)273.45º87.6%50.59%-
XYZ7.373.6221.08-
YUV47.72173.87150.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 129 (50.78% from 255) = 57.59%
R=35.27%
G=7.14%
B=57.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79161290.390.8800.49273.4577.9328.43
Hex4F108127580311114e1c
Octal117202014713006142111634
Binary1001111100001000000110011110110000110001100010001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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