#4F01AA

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

Shades of Indigo #4F01AA

Tints of Indigo #4F01AA

Color information

#4F01AA (or 0x4F01AA) is unknown color: approx Indigo. HEX triplet: 4F, 01 and AA. RGB value is (79,1,170). Sum of RGB (Red+Green+Blue) = 79+1+170=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F01AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F01AA is #B0FE55. Grayscale: #2A2A2A. Windows color (decimal): -11599446 or 11141455. OLE color: 11141455.

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

Color convert

RGB791170-
CMYK0.540.9900.33
HSL267.69º98.83%33.53%-
HSV(B)267.69º99.41%66.67%-
XYZ10.494.5938.36-
YUV43.59199.34153.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 170 (66.80% from 255) = 68%
R=31.6%
G=0.4%
B=68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7911700.540.9900.33267.6998.8333.53
Hex4F1AA366302110c6322
Octal11712526614304141414342
Binary1001111110101010110110110001101000011000011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F01AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,170); }

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

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

 a { background-color: rgb(79,1,170); }

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

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

 span { border-color: rgb(79,1,170); }

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