Shades of Indigo #450DAB
Tints of Indigo #450DAB
RGB
CMYK
RGB Variations
Color information
#450DAB (or 0x450DAB) is known color: Indigo. HEX triplet: 45, 0D and AB. RGB value is (69,13,171). Sum of RGB (Red+Green+Blue) = 69+13+171=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #450DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450DAB is #BAF254. Grayscale: #2F2F2F. Windows color (decimal): -12251733 or 11210053. OLE color: 11210053.
HSL color Cylindrical-coordinate representation of color #450DAB: hue angle of 261.27º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450DAB is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 13 | 171 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.33 |
| HSL | 261.27º | 0.86% | 0.36% | - |
| HSV(B) | 261.27º | 0.92% | 0.67% | - |
| XYZ | 9.95 | 4.49 | 38.87 | - |
| YUV | 47.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 171 | 0.60 | 0.92 | 0 | 0.33 | 261.27 | 0.86 | 0.36 |
| Hex | 45 | D | AB | 3C | 5C | 0 | 21 | 105 | 56 | 24 |
| Octal | 105 | 15 | 253 | 74 | 134 | 0 | 41 | 405 | 126 | 44 |
| Binary | 1000101 | 1101 | 10101011 | 111100 | 1011100 | 0 | 100001 | 100000101 | 1010110 | 100100 |
Color Harmonies of #450DAB
Complementary color
Monochromatic Colors of #450DAB
Black with #450DAB
Text Example
Text Example
White with #450DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450DAB; }
p { color: rgb(69,13,171); }
H1.HeaderClassName
{
color: #450DAB;
}
.AnyTagClassName
{
color: #450DAB;
}
</style>
background-color css
<style>
a { background-color: #450DAB; }
a { background-color: rgb(69,13,171); }
div.DivClassName
{
background-color: #450DAB;
}
.BgClassName
{
background-color: #450DAB;
}
</style>
border-color css
<style>
span { border-color: #450DAB; }
span { border-color: rgb(69,13,171); }
td.TdClassName
{
border-color: #450DAB;
}
.TagClassName
{
border-color: #450DAB;
}
</style>