#4C1999

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

Shades of Indigo #4C1999

Tints of Indigo #4C1999

Color information

#4C1999 (or 0x4C1999) is unknown color: approx Indigo. HEX triplet: 4C, 19 and 99. RGB value is (76,25,153). Sum of RGB (Red+Green+Blue) = 76+25+153=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C1999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1999 is #B3E666. Grayscale: #363636. Windows color (decimal): -11789927 or 10033484. OLE color: 10033484.

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

Color convert

RGB7625153-
CMYK0.500.8400.4
HSL263.91º71.91%34.9%-
HSV(B)263.91º83.66%60%-
XYZ9.084.5330.53-
YUV54.84183.4143.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=29.92%
G=9.84%
B=60.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76251530.500.8400.4263.9171.9134.9
Hex4C199932540281084823
Octal114312316212405041011043
Binary10011001100110011001110010101010001010001000010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,25,153); }

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

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

 a { background-color: rgb(76,25,153); }

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

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

 span { border-color: rgb(76,25,153); }

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