Shades of Indigo #4C00AD
Tints of Indigo #4C00AD
RGB
CMYK
RGB Variations
Color information
#4C00AD (or 0x4C00AD) is known color: Indigo. HEX triplet: 4C, 00 and AD. RGB value is (76,0,173). Sum of RGB (Red+Green+Blue) = 76+0+173=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C00AD is #B3FF52. Grayscale: #292929. Windows color (decimal): -11796307 or 11337804. OLE color: 11337804.
HSL color Cylindrical-coordinate representation of color #4C00AD: hue angle of 266.36º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00AD is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 0 | 173 | - |
| CMYK | 0.56 | 1 | 0 | 0.32 |
| HSL | 266.36º | 1% | 0.34% | - |
| HSV(B) | 266.36º | 1% | 0.68% | - |
| XYZ | 10.52 | 4.55 | 39.86 | - |
| YUV | 42.45 | 201.68 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 173 | 0.56 | 1 | 0 | 0.32 | 266.36 | 1 | 0.34 |
| Hex | 4C | 0 | AD | 38 | 64 | 0 | 20 | 10A | 64 | 22 |
| Octal | 114 | 0 | 255 | 70 | 144 | 0 | 40 | 412 | 144 | 42 |
| Binary | 1001100 | 0 | 10101101 | 111000 | 1100100 | 0 | 100000 | 100001010 | 1100100 | 100010 |
Color Harmonies of #4C00AD
Complementary color
Monochromatic Colors of #4C00AD
Black with #4C00AD
Text Example
Text Example
White with #4C00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C00AD; }
p { color: rgb(76,0,173); }
H1.HeaderClassName
{
color: #4C00AD;
}
.AnyTagClassName
{
color: #4C00AD;
}
</style>
background-color css
<style>
a { background-color: #4C00AD; }
a { background-color: rgb(76,0,173); }
div.DivClassName
{
background-color: #4C00AD;
}
.BgClassName
{
background-color: #4C00AD;
}
</style>
border-color css
<style>
span { border-color: #4C00AD; }
span { border-color: rgb(76,0,173); }
td.TdClassName
{
border-color: #4C00AD;
}
.TagClassName
{
border-color: #4C00AD;
}
</style>