Shades of Indigo #450174
Tints of Indigo #450174
RGB
CMYK
RGB Variations
Color information
#450174 (or 0x450174) is known color: Indigo. HEX triplet: 45, 01 and 74. RGB value is (69,1,116). Sum of RGB (Red+Green+Blue) = 69+1+116=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #450174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450174 is #BAFE8B. Grayscale: #222222. Windows color (decimal): -12254860 or 7602501. OLE color: 7602501.
HSL color Cylindrical-coordinate representation of color #450174: hue angle of 275.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450174 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 1 | 116 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.55 |
| HSL | 275.48º | 0.98% | 0.23% | - |
| HSV(B) | 275.48º | 0.99% | 0.45% | - |
| XYZ | 5.62 | 2.55 | 16.72 | - |
| YUV | 34.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 116 | 0.41 | 0.99 | 0 | 0.55 | 275.48 | 0.98 | 0.23 |
| Hex | 45 | 1 | 74 | 29 | 63 | 0 | 37 | 113 | 62 | 17 |
| Octal | 105 | 1 | 164 | 51 | 143 | 0 | 67 | 423 | 142 | 27 |
| Binary | 1000101 | 1 | 1110100 | 101001 | 1100011 | 0 | 110111 | 100010011 | 1100010 | 10111 |
Color Harmonies of #450174
Complementary color
Monochromatic Colors of #450174
Black with #450174
Text Example
Text Example
White with #450174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450174; }
p { color: rgb(69,1,116); }
H1.HeaderClassName
{
color: #450174;
}
.AnyTagClassName
{
color: #450174;
}
</style>
background-color css
<style>
a { background-color: #450174; }
a { background-color: rgb(69,1,116); }
div.DivClassName
{
background-color: #450174;
}
.BgClassName
{
background-color: #450174;
}
</style>
border-color css
<style>
span { border-color: #450174; }
span { border-color: rgb(69,1,116); }
td.TdClassName
{
border-color: #450174;
}
.TagClassName
{
border-color: #450174;
}
</style>