Shades of Indigo #451073
Tints of Indigo #451073
RGB
CMYK
RGB Variations
Color information
#451073 (or 0x451073) is known color: Indigo. HEX triplet: 45, 10 and 73. RGB value is (69,16,115). Sum of RGB (Red+Green+Blue) = 69+16+115=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #451073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451073 is #BAEF8C. Grayscale: #2A2A2A. Windows color (decimal): -12251021 or 7540805. OLE color: 7540805.
HSL color Cylindrical-coordinate representation of color #451073: hue angle of 272.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451073 is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 16 | 115 | - |
| CMYK | 0.4 | 0.86 | 0 | 0.55 |
| HSL | 272.12º | 0.76% | 0.26% | - |
| HSV(B) | 272.12º | 0.86% | 0.45% | - |
| XYZ | 5.73 | 2.87 | 16.47 | - |
| YUV | 43.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 115 | 0.4 | 0.86 | 0 | 0.55 | 272.12 | 0.76 | 0.26 |
| Hex | 45 | 10 | 73 | 28 | 56 | 0 | 37 | 110 | 4C | 1A |
| Octal | 105 | 20 | 163 | 50 | 126 | 0 | 67 | 420 | 114 | 32 |
| Binary | 1000101 | 10000 | 1110011 | 101000 | 1010110 | 0 | 110111 | 100010000 | 1001100 | 11010 |
Color Harmonies of #451073
Complementary color
Monochromatic Colors of #451073
Black with #451073
Text Example
Text Example
White with #451073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451073; }
p { color: rgb(69,16,115); }
H1.HeaderClassName
{
color: #451073;
}
.AnyTagClassName
{
color: #451073;
}
</style>
background-color css
<style>
a { background-color: #451073; }
a { background-color: rgb(69,16,115); }
div.DivClassName
{
background-color: #451073;
}
.BgClassName
{
background-color: #451073;
}
</style>
border-color css
<style>
span { border-color: #451073; }
span { border-color: rgb(69,16,115); }
td.TdClassName
{
border-color: #451073;
}
.TagClassName
{
border-color: #451073;
}
</style>