Shades of Indigo #450176
Tints of Indigo #450176
RGB
CMYK
RGB Variations
Color information
#450176 (or 0x450176) is known color: Indigo. HEX triplet: 45, 01 and 76. RGB value is (69,1,118). Sum of RGB (Red+Green+Blue) = 69+1+118=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #450176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450176 is #BAFE89. Grayscale: #222222. Windows color (decimal): -12254858 or 7733573. OLE color: 7733573.
HSL color Cylindrical-coordinate representation of color #450176: hue angle of 274.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450176 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 1 | 118 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.54 |
| HSL | 274.87º | 0.98% | 0.23% | - |
| HSV(B) | 274.87º | 0.99% | 0.46% | - |
| XYZ | 5.74 | 2.59 | 17.34 | - |
| YUV | 34.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 118 | 0.42 | 0.99 | 0 | 0.54 | 274.87 | 0.98 | 0.23 |
| Hex | 45 | 1 | 76 | 2A | 63 | 0 | 36 | 113 | 62 | 17 |
| Octal | 105 | 1 | 166 | 52 | 143 | 0 | 66 | 423 | 142 | 27 |
| Binary | 1000101 | 1 | 1110110 | 101010 | 1100011 | 0 | 110110 | 100010011 | 1100010 | 10111 |
Color Harmonies of #450176
Complementary color
Monochromatic Colors of #450176
Black with #450176
Text Example
Text Example
White with #450176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450176; }
p { color: rgb(69,1,118); }
H1.HeaderClassName
{
color: #450176;
}
.AnyTagClassName
{
color: #450176;
}
</style>
background-color css
<style>
a { background-color: #450176; }
a { background-color: rgb(69,1,118); }
div.DivClassName
{
background-color: #450176;
}
.BgClassName
{
background-color: #450176;
}
</style>
border-color css
<style>
span { border-color: #450176; }
span { border-color: rgb(69,1,118); }
td.TdClassName
{
border-color: #450176;
}
.TagClassName
{
border-color: #450176;
}
</style>