#4F00AB

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

Shades of Indigo #4F00AB

Tints of Indigo #4F00AB

Color information

#4F00AB (or 0x4F00AB) is unknown color: approx Indigo. HEX triplet: 4F, 00 and AB. RGB value is (79,0,171). Sum of RGB (Red+Green+Blue) = 79+0+171=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F00AB is #B0FF54. Grayscale: #2A2A2A. Windows color (decimal): -11599701 or 11206735. OLE color: 11206735.

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

Color convert

RGB790171-
CMYK0.54100.33
HSL267.72º100%33.53%-
HSV(B)267.72º100%67.06%-
XYZ10.584.638.86-
YUV43.11200.17153.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=31.6%
G=0%
B=68.4%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7901710.54100.33267.7210033.53
Hex4F0AB366402110c6422
Octal11702536614404141414442
Binary1001111010101011110110110010001000011000011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,171); }

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

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

 a { background-color: rgb(79,0,171); }

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

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

 span { border-color: rgb(79,0,171); }

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