Shades of Indigo #451287
Tints of Indigo #451287
RGB
CMYK
RGB Variations
Color information
#451287 (or 0x451287) is known color: Indigo. HEX triplet: 45, 12 and 87. RGB value is (69,18,135). Sum of RGB (Red+Green+Blue) = 69+18+135=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #451287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451287 is #BAED78. Grayscale: #2E2E2E. Windows color (decimal): -12250489 or 8852037. OLE color: 8852037.
HSL color Cylindrical-coordinate representation of color #451287: hue angle of 266.15º degrees, saturation: 0.76, 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 #451287 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 18 | 135 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.47 |
| HSL | 266.15º | 0.76% | 0.3% | - |
| HSV(B) | 266.15º | 0.87% | 0.53% | - |
| XYZ | 7.04 | 3.45 | 23.22 | - |
| YUV | 46.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 135 | 0.49 | 0.87 | 0 | 0.47 | 266.15 | 0.76 | 0.3 |
| Hex | 45 | 12 | 87 | 31 | 57 | 0 | 2F | 10A | 4C | 1E |
| Octal | 105 | 22 | 207 | 61 | 127 | 0 | 57 | 412 | 114 | 36 |
| Binary | 1000101 | 10010 | 10000111 | 110001 | 1010111 | 0 | 101111 | 100001010 | 1001100 | 11110 |
Color Harmonies of #451287
Complementary color
Monochromatic Colors of #451287
Black with #451287
Text Example
Text Example
White with #451287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451287; }
p { color: rgb(69,18,135); }
H1.HeaderClassName
{
color: #451287;
}
.AnyTagClassName
{
color: #451287;
}
</style>
background-color css
<style>
a { background-color: #451287; }
a { background-color: rgb(69,18,135); }
div.DivClassName
{
background-color: #451287;
}
.BgClassName
{
background-color: #451287;
}
</style>
border-color css
<style>
span { border-color: #451287; }
span { border-color: rgb(69,18,135); }
td.TdClassName
{
border-color: #451287;
}
.TagClassName
{
border-color: #451287;
}
</style>