#4F017C

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

Shades of Indigo #4F017C

Tints of Indigo #4F017C

Color information

#4F017C (or 0x4F017C) is unknown color: approx Indigo. HEX triplet: 4F, 01 and 7C. RGB value is (79,1,124). Sum of RGB (Red+Green+Blue) = 79+1+124=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F017C is #B0FE83. Grayscale: #252525. Windows color (decimal): -11599492 or 8126799. OLE color: 8126799.

HSL color Cylindrical-coordinate representation of color #4F017C: hue angle of 278.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F017C is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB791124-
CMYK0.360.9900.51
HSL278.05º98.4%24.51%-
HSV(B)278.05º99.19%48.63%-
XYZ6.873.1419.31-
YUV38.34176.34157-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=38.73%
G=0.49%
B=60.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7911240.360.9900.51278.0598.424.51
Hex4F17C24630331166219
Octal11711744414306342614231
Binary10011111111110010010011000110110011100010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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