Shades of Indigo #450061
Tints of Indigo #450061
RGB
CMYK
RGB Variations
Color information
#450061 (or 0x450061) is known color: Indigo. HEX triplet: 45, 00 and 61. RGB value is (69,0,97). Sum of RGB (Red+Green+Blue) = 69+0+97=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #450061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450061 is #BAFF9E. Grayscale: #1F1F1F. Windows color (decimal): -12255135 or 6357061. OLE color: 6357061.
HSL color Cylindrical-coordinate representation of color #450061: hue angle of 282.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450061 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 0 | 97 | - |
| CMYK | 0.29 | 1 | 0 | 0.62 |
| HSL | 282.68º | 1% | 0.19% | - |
| HSV(B) | 282.68º | 1% | 0.38% | - |
| XYZ | 4.61 | 2.13 | 11.48 | - |
| YUV | 31.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 97 | 0.29 | 1 | 0 | 0.62 | 282.68 | 1 | 0.19 |
| Hex | 45 | 0 | 61 | 1D | 64 | 0 | 3E | 11B | 64 | 13 |
| Octal | 105 | 0 | 141 | 35 | 144 | 0 | 76 | 433 | 144 | 23 |
| Binary | 1000101 | 0 | 1100001 | 11101 | 1100100 | 0 | 111110 | 100011011 | 1100100 | 10011 |
Color Harmonies of #450061
Complementary color
Monochromatic Colors of #450061
Black with #450061
Text Example
Text Example
White with #450061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450061; }
p { color: rgb(69,0,97); }
H1.HeaderClassName
{
color: #450061;
}
.AnyTagClassName
{
color: #450061;
}
</style>
background-color css
<style>
a { background-color: #450061; }
a { background-color: rgb(69,0,97); }
div.DivClassName
{
background-color: #450061;
}
.BgClassName
{
background-color: #450061;
}
</style>
border-color css
<style>
span { border-color: #450061; }
span { border-color: rgb(69,0,97); }
td.TdClassName
{
border-color: #450061;
}
.TagClassName
{
border-color: #450061;
}
</style>