Shades of Indigo #451070
Tints of Indigo #451070
RGB
CMYK
RGB Variations
Color information
#451070 (or 0x451070) is known color: Indigo. HEX triplet: 45, 10 and 70. RGB value is (69,16,112). Sum of RGB (Red+Green+Blue) = 69+16+112=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #451070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451070 is #BAEF8F. Grayscale: #2A2A2A. Windows color (decimal): -12251024 or 7344197. OLE color: 7344197.
HSL color Cylindrical-coordinate representation of color #451070: hue angle of 273.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451070 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 16 | 112 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.56 |
| HSL | 273.13º | 0.75% | 0.25% | - |
| HSV(B) | 273.13º | 0.86% | 0.44% | - |
| XYZ | 5.56 | 2.81 | 15.58 | - |
| YUV | 42.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 112 | 0.38 | 0.86 | 0 | 0.56 | 273.13 | 0.75 | 0.25 |
| Hex | 45 | 10 | 70 | 26 | 56 | 0 | 38 | 111 | 4B | 19 |
| Octal | 105 | 20 | 160 | 46 | 126 | 0 | 70 | 421 | 113 | 31 |
| Binary | 1000101 | 10000 | 1110000 | 100110 | 1010110 | 0 | 111000 | 100010001 | 1001011 | 11001 |
Color Harmonies of #451070
Complementary color
Monochromatic Colors of #451070
Black with #451070
Text Example
Text Example
White with #451070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451070; }
p { color: rgb(69,16,112); }
H1.HeaderClassName
{
color: #451070;
}
.AnyTagClassName
{
color: #451070;
}
</style>
background-color css
<style>
a { background-color: #451070; }
a { background-color: rgb(69,16,112); }
div.DivClassName
{
background-color: #451070;
}
.BgClassName
{
background-color: #451070;
}
</style>
border-color css
<style>
span { border-color: #451070; }
span { border-color: rgb(69,16,112); }
td.TdClassName
{
border-color: #451070;
}
.TagClassName
{
border-color: #451070;
}
</style>