Shades of Indigo #450466
Tints of Indigo #450466
RGB
CMYK
RGB Variations
Color information
#450466 (or 0x450466) is known color: Indigo. HEX triplet: 45, 04 and 66. RGB value is (69,4,102). Sum of RGB (Red+Green+Blue) = 69+4+102=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #450466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450466 is #BAFB99. Grayscale: #222222. Windows color (decimal): -12254106 or 6685765. OLE color: 6685765.
HSL color Cylindrical-coordinate representation of color #450466: hue angle of 279.8º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450466 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 4 | 102 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.6 |
| HSL | 279.8º | 0.92% | 0.21% | - |
| HSV(B) | 279.8º | 0.96% | 0.4% | - |
| XYZ | 4.9 | 2.31 | 12.76 | - |
| YUV | 34.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 102 | 0.32 | 0.96 | 0 | 0.6 | 279.8 | 0.92 | 0.21 |
| Hex | 45 | 4 | 66 | 20 | 60 | 0 | 3C | 118 | 5C | 15 |
| Octal | 105 | 4 | 146 | 40 | 140 | 0 | 74 | 430 | 134 | 25 |
| Binary | 1000101 | 100 | 1100110 | 100000 | 1100000 | 0 | 111100 | 100011000 | 1011100 | 10101 |
Color Harmonies of #450466
Complementary color
Monochromatic Colors of #450466
Black with #450466
Text Example
Text Example
White with #450466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450466; }
p { color: rgb(69,4,102); }
H1.HeaderClassName
{
color: #450466;
}
.AnyTagClassName
{
color: #450466;
}
</style>
background-color css
<style>
a { background-color: #450466; }
a { background-color: rgb(69,4,102); }
div.DivClassName
{
background-color: #450466;
}
.BgClassName
{
background-color: #450466;
}
</style>
border-color css
<style>
span { border-color: #450466; }
span { border-color: rgb(69,4,102); }
td.TdClassName
{
border-color: #450466;
}
.TagClassName
{
border-color: #450466;
}
</style>