Shades of Indigo #4C01AD
Tints of Indigo #4C01AD
RGB
CMYK
RGB Variations
Color information
#4C01AD (or 0x4C01AD) is known color: Indigo. HEX triplet: 4C, 01 and AD. RGB value is (76,1,173). Sum of RGB (Red+Green+Blue) = 76+1+173=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C01AD is #B3FE52. Grayscale: #2A2A2A. Windows color (decimal): -11796051 or 11338060. OLE color: 11338060.
HSL color Cylindrical-coordinate representation of color #4C01AD: hue angle of 266.16º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C01AD is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 1 | 173 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.32 |
| HSL | 266.16º | 0.99% | 0.34% | - |
| HSV(B) | 266.16º | 0.99% | 0.68% | - |
| XYZ | 10.53 | 4.58 | 39.86 | - |
| YUV | 43.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 173 | 0.56 | 0.99 | 0 | 0.32 | 266.16 | 0.99 | 0.34 |
| Hex | 4C | 1 | AD | 38 | 63 | 0 | 20 | 10A | 63 | 22 |
| Octal | 114 | 1 | 255 | 70 | 143 | 0 | 40 | 412 | 143 | 42 |
| Binary | 1001100 | 1 | 10101101 | 111000 | 1100011 | 0 | 100000 | 100001010 | 1100011 | 100010 |
Color Harmonies of #4C01AD
Complementary color
Monochromatic Colors of #4C01AD
Black with #4C01AD
Text Example
Text Example
White with #4C01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01AD; }
p { color: rgb(76,1,173); }
H1.HeaderClassName
{
color: #4C01AD;
}
.AnyTagClassName
{
color: #4C01AD;
}
</style>
background-color css
<style>
a { background-color: #4C01AD; }
a { background-color: rgb(76,1,173); }
div.DivClassName
{
background-color: #4C01AD;
}
.BgClassName
{
background-color: #4C01AD;
}
</style>
border-color css
<style>
span { border-color: #4C01AD; }
span { border-color: rgb(76,1,173); }
td.TdClassName
{
border-color: #4C01AD;
}
.TagClassName
{
border-color: #4C01AD;
}
</style>