#4C017F

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

Shades of Indigo #4C017F

Tints of Indigo #4C017F

Color information

#4C017F (or 0x4C017F) is unknown color: approx Indigo. HEX triplet: 4C, 01 and 7F. RGB value is (76,1,127). Sum of RGB (Red+Green+Blue) = 76+1+127=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C017F is #B3FE80. Grayscale: #252525. Windows color (decimal): -11796097 or 8323404. OLE color: 8323404.

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

Color convert

RGB761127-
CMYK0.400.9900.50
HSL275.71º98.44%25.1%-
HSV(B)275.71º99.21%49.8%-
XYZ6.823.0920.32-
YUV37.79178.35155.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 127 (50% from 255) = 62.25%
R=37.25%
G=0.49%
B=62.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7611270.400.9900.50275.7198.4425.1
Hex4C17F28630321146219
Octal11411775014306242414231
Binary10011001111111110100011000110110010100010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,1,127); }

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

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

 a { background-color: rgb(76,1,127); }

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

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

 span { border-color: rgb(76,1,127); }

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