Shades of Indigo #450FAB
Tints of Indigo #450FAB
RGB
CMYK
RGB Variations
Color information
#450FAB (or 0x450FAB) is known color: Indigo. HEX triplet: 45, 0F and AB. RGB value is (69,15,171). Sum of RGB (Red+Green+Blue) = 69+15+171=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #450FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450FAB is #BAF054. Grayscale: #303030. Windows color (decimal): -12251221 or 11210565. OLE color: 11210565.
HSL color Cylindrical-coordinate representation of color #450FAB: hue angle of 260.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450FAB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 15 | 171 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.33 |
| HSL | 260.77º | 0.84% | 0.36% | - |
| HSV(B) | 260.77º | 0.91% | 0.67% | - |
| XYZ | 9.98 | 4.55 | 38.88 | - |
| YUV | 48.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 171 | 0.60 | 0.91 | 0 | 0.33 | 260.77 | 0.84 | 0.36 |
| Hex | 45 | F | AB | 3C | 5B | 0 | 21 | 105 | 54 | 24 |
| Octal | 105 | 17 | 253 | 74 | 133 | 0 | 41 | 405 | 124 | 44 |
| Binary | 1000101 | 1111 | 10101011 | 111100 | 1011011 | 0 | 100001 | 100000101 | 1010100 | 100100 |
Color Harmonies of #450FAB
Complementary color
Monochromatic Colors of #450FAB
Black with #450FAB
Text Example
Text Example
White with #450FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FAB; }
p { color: rgb(69,15,171); }
H1.HeaderClassName
{
color: #450FAB;
}
.AnyTagClassName
{
color: #450FAB;
}
</style>
background-color css
<style>
a { background-color: #450FAB; }
a { background-color: rgb(69,15,171); }
div.DivClassName
{
background-color: #450FAB;
}
.BgClassName
{
background-color: #450FAB;
}
</style>
border-color css
<style>
span { border-color: #450FAB; }
span { border-color: rgb(69,15,171); }
td.TdClassName
{
border-color: #450FAB;
}
.TagClassName
{
border-color: #450FAB;
}
</style>