Shades of Indigo #450674
Tints of Indigo #450674
RGB
CMYK
RGB Variations
Color information
#450674 (or 0x450674) is known color: Indigo. HEX triplet: 45, 06 and 74. RGB value is (69,6,116). Sum of RGB (Red+Green+Blue) = 69+6+116=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #450674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450674 is #BAF98B. Grayscale: #252525. Windows color (decimal): -12253580 or 7603781. OLE color: 7603781.
HSL color Cylindrical-coordinate representation of color #450674: hue angle of 274.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450674 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 6 | 116 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.55 |
| HSL | 274.36º | 0.9% | 0.24% | - |
| HSV(B) | 274.36º | 0.95% | 0.45% | - |
| XYZ | 5.67 | 2.66 | 16.74 | - |
| YUV | 37.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 116 | 0.41 | 0.95 | 0 | 0.55 | 274.36 | 0.9 | 0.24 |
| Hex | 45 | 6 | 74 | 29 | 5F | 0 | 37 | 112 | 5A | 18 |
| Octal | 105 | 6 | 164 | 51 | 137 | 0 | 67 | 422 | 132 | 30 |
| Binary | 1000101 | 110 | 1110100 | 101001 | 1011111 | 0 | 110111 | 100010010 | 1011010 | 11000 |
Color Harmonies of #450674
Complementary color
Monochromatic Colors of #450674
Black with #450674
Text Example
Text Example
White with #450674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450674; }
p { color: rgb(69,6,116); }
H1.HeaderClassName
{
color: #450674;
}
.AnyTagClassName
{
color: #450674;
}
</style>
background-color css
<style>
a { background-color: #450674; }
a { background-color: rgb(69,6,116); }
div.DivClassName
{
background-color: #450674;
}
.BgClassName
{
background-color: #450674;
}
</style>
border-color css
<style>
span { border-color: #450674; }
span { border-color: rgb(69,6,116); }
td.TdClassName
{
border-color: #450674;
}
.TagClassName
{
border-color: #450674;
}
</style>