Shades of Indigo #451288
Tints of Indigo #451288
RGB
CMYK
RGB Variations
Color information
#451288 (or 0x451288) is known color: Indigo. HEX triplet: 45, 12 and 88. RGB value is (69,18,136). Sum of RGB (Red+Green+Blue) = 69+18+136=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #451288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451288 is #BAED77. Grayscale: #2E2E2E. Windows color (decimal): -12250488 or 8917573. OLE color: 8917573.
HSL color Cylindrical-coordinate representation of color #451288: hue angle of 265.93º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451288 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 18 | 136 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.47 |
| HSL | 265.93º | 0.77% | 0.3% | - |
| HSV(B) | 265.93º | 0.87% | 0.53% | - |
| XYZ | 7.11 | 3.48 | 23.59 | - |
| YUV | 46.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 136 | 0.49 | 0.87 | 0 | 0.47 | 265.93 | 0.77 | 0.3 |
| Hex | 45 | 12 | 88 | 31 | 57 | 0 | 2F | 10A | 4D | 1E |
| Octal | 105 | 22 | 210 | 61 | 127 | 0 | 57 | 412 | 115 | 36 |
| Binary | 1000101 | 10010 | 10001000 | 110001 | 1010111 | 0 | 101111 | 100001010 | 1001101 | 11110 |
Color Harmonies of #451288
Complementary color
Monochromatic Colors of #451288
Black with #451288
Text Example
Text Example
White with #451288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451288; }
p { color: rgb(69,18,136); }
H1.HeaderClassName
{
color: #451288;
}
.AnyTagClassName
{
color: #451288;
}
</style>
background-color css
<style>
a { background-color: #451288; }
a { background-color: rgb(69,18,136); }
div.DivClassName
{
background-color: #451288;
}
.BgClassName
{
background-color: #451288;
}
</style>
border-color css
<style>
span { border-color: #451288; }
span { border-color: rgb(69,18,136); }
td.TdClassName
{
border-color: #451288;
}
.TagClassName
{
border-color: #451288;
}
</style>