Shades of Indigo #450AAF
Tints of Indigo #450AAF
RGB
CMYK
RGB Variations
Color information
#450AAF (or 0x450AAF) is known color: Indigo. HEX triplet: 45, 0A and AF. RGB value is (69,10,175). Sum of RGB (Red+Green+Blue) = 69+10+175=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #450AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AAF is #BAF550. Grayscale: #2D2D2D. Windows color (decimal): -12252497 or 11471429. OLE color: 11471429.
HSL color Cylindrical-coordinate representation of color #450AAF: hue angle of 261.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450AAF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 10 | 175 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.31 |
| HSL | 261.45º | 0.89% | 0.36% | - |
| HSV(B) | 261.45º | 0.94% | 0.69% | - |
| XYZ | 10.3 | 4.58 | 40.9 | - |
| YUV | 46.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 175 | 0.61 | 0.94 | 0 | 0.31 | 261.45 | 0.89 | 0.36 |
| Hex | 45 | A | AF | 3D | 5E | 0 | 1F | 105 | 59 | 24 |
| Octal | 105 | 12 | 257 | 75 | 136 | 0 | 37 | 405 | 131 | 44 |
| Binary | 1000101 | 1010 | 10101111 | 111101 | 1011110 | 0 | 11111 | 100000101 | 1011001 | 100100 |
Color Harmonies of #450AAF
Complementary color
Monochromatic Colors of #450AAF
Black with #450AAF
Text Example
Text Example
White with #450AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450AAF; }
p { color: rgb(69,10,175); }
H1.HeaderClassName
{
color: #450AAF;
}
.AnyTagClassName
{
color: #450AAF;
}
</style>
background-color css
<style>
a { background-color: #450AAF; }
a { background-color: rgb(69,10,175); }
div.DivClassName
{
background-color: #450AAF;
}
.BgClassName
{
background-color: #450AAF;
}
</style>
border-color css
<style>
span { border-color: #450AAF; }
span { border-color: rgb(69,10,175); }
td.TdClassName
{
border-color: #450AAF;
}
.TagClassName
{
border-color: #450AAF;
}
</style>