#4F126C

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

Shades of Indigo #4F126C

Tints of Indigo #4F126C

Color information

#4F126C (or 0x4F126C) is unknown color: approx Indigo. HEX triplet: 4F, 12 and 6C. RGB value is (79,18,108). Sum of RGB (Red+Green+Blue) = 79+18+108=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F126C is #B0ED93. Grayscale: #2E2E2E. Windows color (decimal): -11595156 or 7082575. OLE color: 7082575.

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

Color convert

RGB7918108-
CMYK0.270.8300.58
HSL280.67º71.43%24.71%-
HSV(B)280.67º83.33%42.35%-
XYZ6.153.1814.48-
YUV46.5162.71151.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=38.54%
G=8.78%
B=52.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79181080.270.8300.58280.6771.4324.71
Hex4F126C1B5303A1194719
Octal117221543312307243110731
Binary10011111001011011001101110100110111010100011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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