#4C1580

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

Shades of Indigo #4C1580

Tints of Indigo #4C1580

Color information

#4C1580 (or 0x4C1580) is unknown color: approx Indigo. HEX triplet: 4C, 15 and 80. RGB value is (76,21,128). Sum of RGB (Red+Green+Blue) = 76+21+128=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1580 is #B3EA7F. Grayscale: #313131. Windows color (decimal): -11790976 or 8394060. OLE color: 8394060.

HSL color Cylindrical-coordinate representation of color #4C1580: hue angle of 270.84º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1580 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7621128-
CMYK0.410.8400.50
HSL270.84º71.81%29.22%-
HSV(B)270.84º83.59%50.2%-
XYZ7.143.6320.75-
YUV49.64172.22146.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=33.78%
G=9.33%
B=56.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76211280.410.8400.50270.8471.8129.22
Hex4C1580295403210f481d
Octal114252005112406241711035
Binary1001100101011000000010100110101000110010100001111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,21,128); }

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

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

 a { background-color: rgb(76,21,128); }

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

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

 span { border-color: rgb(76,21,128); }

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