Shades of Indigo #4602A3
Tints of Indigo #4602A3
RGB
CMYK
RGB Variations
Color information
#4602A3 (or 0x4602A3) is known color: Indigo. HEX triplet: 46, 02 and A3. RGB value is (70,2,163). Sum of RGB (Red+Green+Blue) = 70+2+163=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 163 (64.06% from 255 or 69.36% from 235); Max value from RGB is 163 - color contains mainly: blue. Hex color #4602A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4602A3 is #B9FD5C. Grayscale: #282828. Windows color (decimal): -12189021 or 10682950. OLE color: 10682950.
HSL color Cylindrical-coordinate representation of color #4602A3: hue angle of 265.34º degrees, saturation: 0.98, 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 #4602A3 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 2 | 163 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.36 |
| HSL | 265.34º | 0.98% | 0.32% | - |
| HSV(B) | 265.34º | 0.99% | 0.64% | - |
| XYZ | 9.16 | 3.99 | 34.94 | - |
| YUV | 40.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 163 | 0.57 | 0.99 | 0 | 0.36 | 265.34 | 0.98 | 0.32 |
| Hex | 46 | 2 | A3 | 39 | 63 | 0 | 24 | 109 | 62 | 20 |
| Octal | 106 | 2 | 243 | 71 | 143 | 0 | 44 | 411 | 142 | 40 |
| Binary | 1000110 | 10 | 10100011 | 111001 | 1100011 | 0 | 100100 | 100001001 | 1100010 | 100000 |
Color Harmonies of #4602A3
Complementary color
Monochromatic Colors of #4602A3
Black with #4602A3
Text Example
Text Example
White with #4602A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602A3; }
p { color: rgb(70,2,163); }
H1.HeaderClassName
{
color: #4602A3;
}
.AnyTagClassName
{
color: #4602A3;
}
</style>
background-color css
<style>
a { background-color: #4602A3; }
a { background-color: rgb(70,2,163); }
div.DivClassName
{
background-color: #4602A3;
}
.BgClassName
{
background-color: #4602A3;
}
</style>
border-color css
<style>
span { border-color: #4602A3; }
span { border-color: rgb(70,2,163); }
td.TdClassName
{
border-color: #4602A3;
}
.TagClassName
{
border-color: #4602A3;
}
</style>