Shades of Indigo #451198
Tints of Indigo #451198
RGB
CMYK
RGB Variations
Color information
#451198 (or 0x451198) is known color: Indigo. HEX triplet: 45, 11 and 98. RGB value is (69,17,152). Sum of RGB (Red+Green+Blue) = 69+17+152=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #451198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451198 is #BAEE67. Grayscale: #2F2F2F. Windows color (decimal): -12250728 or 9965893. OLE color: 9965893.
HSL color Cylindrical-coordinate representation of color #451198: hue angle of 263.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451198 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 17 | 152 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.40 |
| HSL | 263.11º | 0.8% | 0.33% | - |
| HSV(B) | 263.11º | 0.89% | 0.6% | - |
| XYZ | 8.32 | 3.93 | 30.03 | - |
| YUV | 47.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 152 | 0.55 | 0.89 | 0 | 0.40 | 263.11 | 0.8 | 0.33 |
| Hex | 45 | 11 | 98 | 37 | 59 | 0 | 28 | 107 | 50 | 21 |
| Octal | 105 | 21 | 230 | 67 | 131 | 0 | 50 | 407 | 120 | 41 |
| Binary | 1000101 | 10001 | 10011000 | 110111 | 1011001 | 0 | 101000 | 100000111 | 1010000 | 100001 |
Color Harmonies of #451198
Complementary color
Monochromatic Colors of #451198
Black with #451198
Text Example
Text Example
White with #451198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451198; }
p { color: rgb(69,17,152); }
H1.HeaderClassName
{
color: #451198;
}
.AnyTagClassName
{
color: #451198;
}
</style>
background-color css
<style>
a { background-color: #451198; }
a { background-color: rgb(69,17,152); }
div.DivClassName
{
background-color: #451198;
}
.BgClassName
{
background-color: #451198;
}
</style>
border-color css
<style>
span { border-color: #451198; }
span { border-color: rgb(69,17,152); }
td.TdClassName
{
border-color: #451198;
}
.TagClassName
{
border-color: #451198;
}
</style>