#4F16A2

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

Shades of Indigo #4F16A2

Tints of Indigo #4F16A2

Color information

#4F16A2 (or 0x4F16A2) is unknown color: approx Indigo. HEX triplet: 4F, 16 and A2. RGB value is (79,22,162). Sum of RGB (Red+Green+Blue) = 79+22+162=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F16A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F16A2 is #B0E95D. Grayscale: #363636. Windows color (decimal): -11594078 or 10622543. OLE color: 10622543.

HSL color Cylindrical-coordinate representation of color #4F16A2: hue angle of 264.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F16A2 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7922162-
CMYK0.510.8600.36
HSL264.43º76.09%36.08%-
HSV(B)264.43º86.42%63.53%-
XYZ10.034.8434.59-
YUV55188.38145.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=30.04%
G=8.37%
B=61.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79221620.510.8600.36264.4376.0936.08
Hex4F16A233560241084c24
Octal117262426312604441011444
Binary10011111011010100010110011101011001001001000010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F16A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,162); }

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

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

 a { background-color: rgb(79,22,162); }

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

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

 span { border-color: rgb(79,22,162); }

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