Shades of Indigo #4601A3
Tints of Indigo #4601A3
RGB
CMYK
RGB Variations
Color information
#4601A3 (or 0x4601A3) is known color: Indigo. HEX triplet: 46, 01 and A3. RGB value is (70,1,163). Sum of RGB (Red+Green+Blue) = 70+1+163=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 163 (64.06% from 255 or 69.66% from 234); Max value from RGB is 163 - color contains mainly: blue. Hex color #4601A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4601A3 is #B9FE5C. Grayscale: #272727. Windows color (decimal): -12189277 or 10682694. OLE color: 10682694.
HSL color Cylindrical-coordinate representation of color #4601A3: hue angle of 265.56º 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 #4601A3 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 1 | 163 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.36 |
| HSL | 265.56º | 0.99% | 0.32% | - |
| HSV(B) | 265.56º | 0.99% | 0.64% | - |
| XYZ | 9.15 | 3.97 | 34.93 | - |
| YUV | 40.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 163 | 0.57 | 0.99 | 0 | 0.36 | 265.56 | 0.99 | 0.32 |
| Hex | 46 | 1 | A3 | 39 | 63 | 0 | 24 | 10A | 63 | 20 |
| Octal | 106 | 1 | 243 | 71 | 143 | 0 | 44 | 412 | 143 | 40 |
| Binary | 1000110 | 1 | 10100011 | 111001 | 1100011 | 0 | 100100 | 100001010 | 1100011 | 100000 |
Color Harmonies of #4601A3
Complementary color
Monochromatic Colors of #4601A3
Black with #4601A3
Text Example
Text Example
White with #4601A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601A3; }
p { color: rgb(70,1,163); }
H1.HeaderClassName
{
color: #4601A3;
}
.AnyTagClassName
{
color: #4601A3;
}
</style>
background-color css
<style>
a { background-color: #4601A3; }
a { background-color: rgb(70,1,163); }
div.DivClassName
{
background-color: #4601A3;
}
.BgClassName
{
background-color: #4601A3;
}
</style>
border-color css
<style>
span { border-color: #4601A3; }
span { border-color: rgb(70,1,163); }
td.TdClassName
{
border-color: #4601A3;
}
.TagClassName
{
border-color: #4601A3;
}
</style>