Shades of Indigo #450F88
Tints of Indigo #450F88
RGB
CMYK
RGB Variations
Color information
#450F88 (or 0x450F88) is known color: Indigo. HEX triplet: 45, 0F and 88. RGB value is (69,15,136). Sum of RGB (Red+Green+Blue) = 69+15+136=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #450F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F88 is #BAF077. Grayscale: #2C2C2C. Windows color (decimal): -12251256 or 8916805. OLE color: 8916805.
HSL color Cylindrical-coordinate representation of color #450F88: hue angle of 266.78º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450F88 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 15 | 136 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.47 |
| HSL | 266.78º | 0.8% | 0.3% | - |
| HSV(B) | 266.78º | 0.89% | 0.53% | - |
| XYZ | 7.07 | 3.38 | 23.57 | - |
| YUV | 44.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 136 | 0.49 | 0.89 | 0 | 0.47 | 266.78 | 0.8 | 0.3 |
| Hex | 45 | F | 88 | 31 | 59 | 0 | 2F | 10B | 50 | 1E |
| Octal | 105 | 17 | 210 | 61 | 131 | 0 | 57 | 413 | 120 | 36 |
| Binary | 1000101 | 1111 | 10001000 | 110001 | 1011001 | 0 | 101111 | 100001011 | 1010000 | 11110 |
Color Harmonies of #450F88
Complementary color
Monochromatic Colors of #450F88
Black with #450F88
Text Example
Text Example
White with #450F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F88; }
p { color: rgb(69,15,136); }
H1.HeaderClassName
{
color: #450F88;
}
.AnyTagClassName
{
color: #450F88;
}
</style>
background-color css
<style>
a { background-color: #450F88; }
a { background-color: rgb(69,15,136); }
div.DivClassName
{
background-color: #450F88;
}
.BgClassName
{
background-color: #450F88;
}
</style>
border-color css
<style>
span { border-color: #450F88; }
span { border-color: rgb(69,15,136); }
td.TdClassName
{
border-color: #450F88;
}
.TagClassName
{
border-color: #450F88;
}
</style>