Shades of Indigo #4603AF
Tints of Indigo #4603AF
RGB
CMYK
RGB Variations
Color information
#4603AF (or 0x4603AF) is known color: Indigo. HEX triplet: 46, 03 and AF. RGB value is (70,3,175). Sum of RGB (Red+Green+Blue) = 70+3+175=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #4603AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4603AF is #B9FC50. Grayscale: #2A2A2A. Windows color (decimal): -12188753 or 11469638. OLE color: 11469638.
HSL color Cylindrical-coordinate representation of color #4603AF: hue angle of 263.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4603AF is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 3 | 175 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.31 |
| HSL | 263.37º | 0.97% | 0.35% | - |
| HSV(B) | 263.37º | 0.98% | 0.69% | - |
| XYZ | 10.3 | 4.46 | 40.88 | - |
| YUV | 42.64 | 202.7 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 175 | 0.60 | 0.98 | 0 | 0.31 | 263.37 | 0.97 | 0.35 |
| Hex | 46 | 3 | AF | 3C | 62 | 0 | 1F | 107 | 61 | 23 |
| Octal | 106 | 3 | 257 | 74 | 142 | 0 | 37 | 407 | 141 | 43 |
| Binary | 1000110 | 11 | 10101111 | 111100 | 1100010 | 0 | 11111 | 100000111 | 1100001 | 100011 |
Color Harmonies of #4603AF
Complementary color
Monochromatic Colors of #4603AF
Black with #4603AF
Text Example
Text Example
White with #4603AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4603AF; }
p { color: rgb(70,3,175); }
H1.HeaderClassName
{
color: #4603AF;
}
.AnyTagClassName
{
color: #4603AF;
}
</style>
background-color css
<style>
a { background-color: #4603AF; }
a { background-color: rgb(70,3,175); }
div.DivClassName
{
background-color: #4603AF;
}
.BgClassName
{
background-color: #4603AF;
}
</style>
border-color css
<style>
span { border-color: #4603AF; }
span { border-color: rgb(70,3,175); }
td.TdClassName
{
border-color: #4603AF;
}
.TagClassName
{
border-color: #4603AF;
}
</style>