#4F005E

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

Shades of Indigo #4F005E

Tints of Indigo #4F005E

Color information

#4F005E (or 0x4F005E) is unknown color: approx Indigo. HEX triplet: 4F, 00 and 5E. RGB value is (79,0,94). Sum of RGB (Red+Green+Blue) = 79+0+94=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F005E is #B0FFA1. Grayscale: #222222. Windows color (decimal): -11599778 or 6160463. OLE color: 6160463.

HSL color Cylindrical-coordinate representation of color #4F005E: hue angle of 290.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F005E is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB79094-
CMYK0.16100.63
HSL290.43º100%18.43%-
HSV(B)290.43º100%36.86%-
XYZ5.242.4710.79-
YUV34.34161.67159.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=45.66%
G=0%
B=54.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal790940.16100.63290.4310018.43
Hex4F05E106403F1226412
Octal11701362014407744214422
Binary1001111010111101000011001000111111100100010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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