#4C0171

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

Shades of Indigo #4C0171

Tints of Indigo #4C0171

Color information

#4C0171 (or 0x4C0171) is unknown color: approx Indigo. HEX triplet: 4C, 01 and 71. RGB value is (76,1,113). Sum of RGB (Red+Green+Blue) = 76+1+113=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0171 is #B3FE8E. Grayscale: #232323. Windows color (decimal): -11796111 or 7405900. OLE color: 7405900.

HSL color Cylindrical-coordinate representation of color #4C0171: hue angle of 280.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0171 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB761113-
CMYK0.330.9900.56
HSL280.18º98.25%22.35%-
HSV(B)280.18º99.12%44.31%-
XYZ5.972.7515.84-
YUV36.19171.35156.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=40%
G=0.53%
B=59.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7611130.330.9900.56280.1898.2522.35
Hex4C17121630381186216
Octal11411614114307043014226
Binary10011001111000110000111000110111000100011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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