#4F146E

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

Shades of Indigo #4F146E

Tints of Indigo #4F146E

Color information

#4F146E (or 0x4F146E) is unknown color: approx Indigo. HEX triplet: 4F, 14 and 6E. RGB value is (79,20,110). Sum of RGB (Red+Green+Blue) = 79+20+110=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F146E is #B0EB91. Grayscale: #2F2F2F. Windows color (decimal): -11594642 or 7214159. OLE color: 7214159.

HSL color Cylindrical-coordinate representation of color #4F146E: hue angle of 279.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F146E is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7920110-
CMYK0.280.8200.57
HSL279.33º69.23%25.49%-
HSV(B)279.33º81.82%43.14%-
XYZ6.293.2915.06-
YUV47.9163.05150.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=37.80%
G=9.57%
B=52.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79201100.280.8200.57279.3369.2325.49
Hex4F146E1C520391174519
Octal117241563412207142710531
Binary10011111010011011101110010100100111001100010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,110); }

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

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

 a { background-color: rgb(79,20,110); }

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

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

 span { border-color: rgb(79,20,110); }

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