Shades of Indigo #4601A2
Tints of Indigo #4601A2
RGB
CMYK
RGB Variations
Color information
#4601A2 (or 0x4601A2) is known color: Indigo. HEX triplet: 46, 01 and A2. RGB value is (70,1,162). Sum of RGB (Red+Green+Blue) = 70+1+162=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #4601A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4601A2 is #B9FE5D. Grayscale: #272727. Windows color (decimal): -12189278 or 10617158. OLE color: 10617158.
HSL color Cylindrical-coordinate representation of color #4601A2: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601A2 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 1 | 162 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.36 |
| HSL | 265.71º | 0.99% | 0.32% | - |
| HSV(B) | 265.71º | 0.99% | 0.64% | - |
| XYZ | 9.06 | 3.93 | 34.46 | - |
| YUV | 39.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 162 | 0.57 | 0.99 | 0 | 0.36 | 265.71 | 0.99 | 0.32 |
| Hex | 46 | 1 | A2 | 39 | 63 | 0 | 24 | 10A | 63 | 20 |
| Octal | 106 | 1 | 242 | 71 | 143 | 0 | 44 | 412 | 143 | 40 |
| Binary | 1000110 | 1 | 10100010 | 111001 | 1100011 | 0 | 100100 | 100001010 | 1100011 | 100000 |
Color Harmonies of #4601A2
Complementary color
Monochromatic Colors of #4601A2
Black with #4601A2
Text Example
Text Example
White with #4601A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601A2; }
p { color: rgb(70,1,162); }
H1.HeaderClassName
{
color: #4601A2;
}
.AnyTagClassName
{
color: #4601A2;
}
</style>
background-color css
<style>
a { background-color: #4601A2; }
a { background-color: rgb(70,1,162); }
div.DivClassName
{
background-color: #4601A2;
}
.BgClassName
{
background-color: #4601A2;
}
</style>
border-color css
<style>
span { border-color: #4601A2; }
span { border-color: rgb(70,1,162); }
td.TdClassName
{
border-color: #4601A2;
}
.TagClassName
{
border-color: #4601A2;
}
</style>