Shades of Indigo #450F80
Tints of Indigo #450F80
RGB
CMYK
RGB Variations
Color information
#450F80 (or 0x450F80) is known color: Indigo. HEX triplet: 45, 0F and 80. RGB value is (69,15,128). Sum of RGB (Red+Green+Blue) = 69+15+128=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #450F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F80 is #BAF07F. Grayscale: #2B2B2B. Windows color (decimal): -12251264 or 8392517. OLE color: 8392517.
HSL color Cylindrical-coordinate representation of color #450F80: hue angle of 268.67º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450F80 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 15 | 128 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.50 |
| HSL | 268.67º | 0.79% | 0.28% | - |
| HSV(B) | 268.67º | 0.88% | 0.5% | - |
| XYZ | 6.52 | 3.17 | 20.69 | - |
| YUV | 44.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 128 | 0.46 | 0.88 | 0 | 0.50 | 268.67 | 0.79 | 0.28 |
| Hex | 45 | F | 80 | 2E | 58 | 0 | 32 | 10D | 4F | 1C |
| Octal | 105 | 17 | 200 | 56 | 130 | 0 | 62 | 415 | 117 | 34 |
| Binary | 1000101 | 1111 | 10000000 | 101110 | 1011000 | 0 | 110010 | 100001101 | 1001111 | 11100 |
Color Harmonies of #450F80
Complementary color
Monochromatic Colors of #450F80
Black with #450F80
Text Example
Text Example
White with #450F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F80; }
p { color: rgb(69,15,128); }
H1.HeaderClassName
{
color: #450F80;
}
.AnyTagClassName
{
color: #450F80;
}
</style>
background-color css
<style>
a { background-color: #450F80; }
a { background-color: rgb(69,15,128); }
div.DivClassName
{
background-color: #450F80;
}
.BgClassName
{
background-color: #450F80;
}
</style>
border-color css
<style>
span { border-color: #450F80; }
span { border-color: rgb(69,15,128); }
td.TdClassName
{
border-color: #450F80;
}
.TagClassName
{
border-color: #450F80;
}
</style>