Shades of Indigo #4601AB
Tints of Indigo #4601AB
RGB
CMYK
RGB Variations
Color information
#4601AB (or 0x4601AB) is known color: Indigo. HEX triplet: 46, 01 and AB. RGB value is (70,1,171). Sum of RGB (Red+Green+Blue) = 70+1+171=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #4601AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4601AB is #B9FE54. Grayscale: #282828. Windows color (decimal): -12189269 or 11206982. OLE color: 11206982.
HSL color Cylindrical-coordinate representation of color #4601AB: hue angle of 264.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601AB is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 1 | 171 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.33 |
| HSL | 264.35º | 0.99% | 0.34% | - |
| HSV(B) | 264.35º | 0.99% | 0.67% | - |
| XYZ | 9.89 | 4.26 | 38.83 | - |
| YUV | 41.01 | 201.36 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 171 | 0.59 | 0.99 | 0 | 0.33 | 264.35 | 0.99 | 0.34 |
| Hex | 46 | 1 | AB | 3B | 63 | 0 | 21 | 108 | 63 | 22 |
| Octal | 106 | 1 | 253 | 73 | 143 | 0 | 41 | 410 | 143 | 42 |
| Binary | 1000110 | 1 | 10101011 | 111011 | 1100011 | 0 | 100001 | 100001000 | 1100011 | 100010 |
Color Harmonies of #4601AB
Complementary color
Monochromatic Colors of #4601AB
Black with #4601AB
Text Example
Text Example
White with #4601AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601AB; }
p { color: rgb(70,1,171); }
H1.HeaderClassName
{
color: #4601AB;
}
.AnyTagClassName
{
color: #4601AB;
}
</style>
background-color css
<style>
a { background-color: #4601AB; }
a { background-color: rgb(70,1,171); }
div.DivClassName
{
background-color: #4601AB;
}
.BgClassName
{
background-color: #4601AB;
}
</style>
border-color css
<style>
span { border-color: #4601AB; }
span { border-color: rgb(70,1,171); }
td.TdClassName
{
border-color: #4601AB;
}
.TagClassName
{
border-color: #4601AB;
}
</style>