#4F06AC

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

Shades of Indigo #4F06AC

Tints of Indigo #4F06AC

Color information

#4F06AC (or 0x4F06AC) is unknown color: approx Indigo. HEX triplet: 4F, 06 and AC. RGB value is (79,6,172). Sum of RGB (Red+Green+Blue) = 79+6+172=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F06AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F06AC is #B0F953. Grayscale: #2E2E2E. Windows color (decimal): -11598164 or 11273807. OLE color: 11273807.

HSL color Cylindrical-coordinate representation of color #4F06AC: hue angle of 266.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F06AC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB796172-
CMYK0.540.9700.33
HSL266.39º93.26%34.9%-
HSV(B)266.39º96.51%67.45%-
XYZ10.744.7739.38-
YUV46.75198.68151-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 172 (67.58% from 255) = 66.93%
R=30.74%
G=2.33%
B=66.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7961720.540.9700.33266.3993.2634.9
Hex4F6AC366102110a5d23
Octal11762546614104141213543
Binary100111111010101100110110110000101000011000010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F06AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,6,172); }

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

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

 a { background-color: rgb(79,6,172); }

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

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

 span { border-color: rgb(79,6,172); }

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