Shades of Indigo #451298
Tints of Indigo #451298
RGB
CMYK
RGB Variations
Color information
#451298 (or 0x451298) is known color: Indigo. HEX triplet: 45, 12 and 98. RGB value is (69,18,152). Sum of RGB (Red+Green+Blue) = 69+18+152=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #451298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451298 is #BAED67. Grayscale: #303030. Windows color (decimal): -12250472 or 9966149. OLE color: 9966149.
HSL color Cylindrical-coordinate representation of color #451298: hue angle of 262.84º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451298 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 18 | 152 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.40 |
| HSL | 262.84º | 0.79% | 0.33% | - |
| HSV(B) | 262.84º | 0.88% | 0.6% | - |
| XYZ | 8.34 | 3.96 | 30.03 | - |
| YUV | 48.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 152 | 0.55 | 0.88 | 0 | 0.40 | 262.84 | 0.79 | 0.33 |
| Hex | 45 | 12 | 98 | 37 | 58 | 0 | 28 | 107 | 4F | 21 |
| Octal | 105 | 22 | 230 | 67 | 130 | 0 | 50 | 407 | 117 | 41 |
| Binary | 1000101 | 10010 | 10011000 | 110111 | 1011000 | 0 | 101000 | 100000111 | 1001111 | 100001 |
Color Harmonies of #451298
Complementary color
Monochromatic Colors of #451298
Black with #451298
Text Example
Text Example
White with #451298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451298; }
p { color: rgb(69,18,152); }
H1.HeaderClassName
{
color: #451298;
}
.AnyTagClassName
{
color: #451298;
}
</style>
background-color css
<style>
a { background-color: #451298; }
a { background-color: rgb(69,18,152); }
div.DivClassName
{
background-color: #451298;
}
.BgClassName
{
background-color: #451298;
}
</style>
border-color css
<style>
span { border-color: #451298; }
span { border-color: rgb(69,18,152); }
td.TdClassName
{
border-color: #451298;
}
.TagClassName
{
border-color: #451298;
}
</style>