Shades of Indigo #450066
Tints of Indigo #450066
RGB
CMYK
RGB Variations
Color information
#450066 (or 0x450066) is known color: Indigo. HEX triplet: 45, 00 and 66. RGB value is (69,0,102). Sum of RGB (Red+Green+Blue) = 69+0+102=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #450066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450066 is #BAFF99. Grayscale: #1F1F1F. Windows color (decimal): -12255130 or 6684741. OLE color: 6684741.
HSL color Cylindrical-coordinate representation of color #450066: hue angle of 280.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450066 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 0 | 102 | - |
| CMYK | 0.32 | 1 | 0 | 0.6 |
| HSL | 280.59º | 1% | 0.2% | - |
| HSV(B) | 280.59º | 1% | 0.4% | - |
| XYZ | 4.85 | 2.22 | 12.74 | - |
| YUV | 32.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 102 | 0.32 | 1 | 0 | 0.6 | 280.59 | 1 | 0.2 |
| Hex | 45 | 0 | 66 | 20 | 64 | 0 | 3C | 119 | 64 | 14 |
| Octal | 105 | 0 | 146 | 40 | 144 | 0 | 74 | 431 | 144 | 24 |
| Binary | 1000101 | 0 | 1100110 | 100000 | 1100100 | 0 | 111100 | 100011001 | 1100100 | 10100 |
Color Harmonies of #450066
Complementary color
Monochromatic Colors of #450066
Black with #450066
Text Example
Text Example
White with #450066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450066; }
p { color: rgb(69,0,102); }
H1.HeaderClassName
{
color: #450066;
}
.AnyTagClassName
{
color: #450066;
}
</style>
background-color css
<style>
a { background-color: #450066; }
a { background-color: rgb(69,0,102); }
div.DivClassName
{
background-color: #450066;
}
.BgClassName
{
background-color: #450066;
}
</style>
border-color css
<style>
span { border-color: #450066; }
span { border-color: rgb(69,0,102); }
td.TdClassName
{
border-color: #450066;
}
.TagClassName
{
border-color: #450066;
}
</style>