#4F106C

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

Shades of Indigo #4F106C

Tints of Indigo #4F106C

Color information

#4F106C (or 0x4F106C) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 6C. RGB value is (79,16,108). Sum of RGB (Red+Green+Blue) = 79+16+108=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F106C is #B0EF93. Grayscale: #2D2D2D. Windows color (decimal): -11595668 or 7082063. OLE color: 7082063.

HSL color Cylindrical-coordinate representation of color #4F106C: hue angle of 281.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F106C is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7916108-
CMYK0.270.8500.58
HSL281.09º74.19%24.31%-
HSV(B)281.09º85.19%42.35%-
XYZ6.123.1214.47-
YUV45.32163.37152.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=38.92%
G=7.88%
B=53.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79161080.270.8500.58281.0974.1924.31
Hex4F106C1B5503A1194a18
Octal117201543312507243111230
Binary10011111000011011001101110101010111010100011001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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