Shades of Indigo #450666
Tints of Indigo #450666
RGB
CMYK
RGB Variations
Color information
#450666 (or 0x450666) is known color: Indigo. HEX triplet: 45, 06 and 66. RGB value is (69,6,102). Sum of RGB (Red+Green+Blue) = 69+6+102=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #450666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450666 is #BAF999. Grayscale: #232323. Windows color (decimal): -12253594 or 6686277. OLE color: 6686277.
HSL color Cylindrical-coordinate representation of color #450666: hue angle of 279.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450666 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 6 | 102 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.6 |
| HSL | 279.38º | 0.89% | 0.21% | - |
| HSV(B) | 279.38º | 0.94% | 0.4% | - |
| XYZ | 4.92 | 2.35 | 12.77 | - |
| YUV | 35.78 | 165.37 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 102 | 0.32 | 0.94 | 0 | 0.6 | 279.38 | 0.89 | 0.21 |
| Hex | 45 | 6 | 66 | 20 | 5E | 0 | 3C | 117 | 59 | 15 |
| Octal | 105 | 6 | 146 | 40 | 136 | 0 | 74 | 427 | 131 | 25 |
| Binary | 1000101 | 110 | 1100110 | 100000 | 1011110 | 0 | 111100 | 100010111 | 1011001 | 10101 |
Color Harmonies of #450666
Complementary color
Monochromatic Colors of #450666
Black with #450666
Text Example
Text Example
White with #450666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450666; }
p { color: rgb(69,6,102); }
H1.HeaderClassName
{
color: #450666;
}
.AnyTagClassName
{
color: #450666;
}
</style>
background-color css
<style>
a { background-color: #450666; }
a { background-color: rgb(69,6,102); }
div.DivClassName
{
background-color: #450666;
}
.BgClassName
{
background-color: #450666;
}
</style>
border-color css
<style>
span { border-color: #450666; }
span { border-color: rgb(69,6,102); }
td.TdClassName
{
border-color: #450666;
}
.TagClassName
{
border-color: #450666;
}
</style>