#4F00A2

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

Shades of Indigo #4F00A2

Tints of Indigo #4F00A2

Color information

#4F00A2 (or 0x4F00A2) is unknown color: approx Indigo. HEX triplet: 4F, 00 and A2. RGB value is (79,0,162). Sum of RGB (Red+Green+Blue) = 79+0+162=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F00A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F00A2 is #B0FF5D. Grayscale: #292929. Windows color (decimal): -11599710 or 10616911. OLE color: 10616911.

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

Color convert

RGB790162-
CMYK0.51100.36
HSL269.26º100%31.76%-
HSV(B)269.26º100%63.53%-
XYZ9.754.2734.49-
YUV42.09195.67154.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=32.78%
G=0%
B=67.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7901620.51100.36269.2610031.76
Hex4F0A2336402410d6420
Octal11702426314404441514440
Binary1001111010100010110011110010001001001000011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F00A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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