Shades of Indigo #450BAE
Tints of Indigo #450BAE
RGB
CMYK
RGB Variations
Color information
#450BAE (or 0x450BAE) is known color: Indigo. HEX triplet: 45, 0B and AE. RGB value is (69,11,174). Sum of RGB (Red+Green+Blue) = 69+11+174=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #450BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450BAE is #BAF451. Grayscale: #2E2E2E. Windows color (decimal): -12252242 or 11406149. OLE color: 11406149.
HSL color Cylindrical-coordinate representation of color #450BAE: hue angle of 261.35º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BAE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 11 | 174 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.32 |
| HSL | 261.35º | 0.88% | 0.36% | - |
| HSV(B) | 261.35º | 0.94% | 0.68% | - |
| XYZ | 10.21 | 4.56 | 40.39 | - |
| YUV | 46.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 174 | 0.60 | 0.94 | 0 | 0.32 | 261.35 | 0.88 | 0.36 |
| Hex | 45 | B | AE | 3C | 5E | 0 | 20 | 105 | 58 | 24 |
| Octal | 105 | 13 | 256 | 74 | 136 | 0 | 40 | 405 | 130 | 44 |
| Binary | 1000101 | 1011 | 10101110 | 111100 | 1011110 | 0 | 100000 | 100000101 | 1011000 | 100100 |
Color Harmonies of #450BAE
Complementary color
Monochromatic Colors of #450BAE
Black with #450BAE
Text Example
Text Example
White with #450BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BAE; }
p { color: rgb(69,11,174); }
H1.HeaderClassName
{
color: #450BAE;
}
.AnyTagClassName
{
color: #450BAE;
}
</style>
background-color css
<style>
a { background-color: #450BAE; }
a { background-color: rgb(69,11,174); }
div.DivClassName
{
background-color: #450BAE;
}
.BgClassName
{
background-color: #450BAE;
}
</style>
border-color css
<style>
span { border-color: #450BAE; }
span { border-color: rgb(69,11,174); }
td.TdClassName
{
border-color: #450BAE;
}
.TagClassName
{
border-color: #450BAE;
}
</style>