Shades of Indigo #451080
Tints of Indigo #451080
RGB
CMYK
RGB Variations
Color information
#451080 (or 0x451080) is known color: Indigo. HEX triplet: 45, 10 and 80. RGB value is (69,16,128). Sum of RGB (Red+Green+Blue) = 69+16+128=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #451080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451080 is #BAEF7F. Grayscale: #2C2C2C. Windows color (decimal): -12251008 or 8392773. OLE color: 8392773.
HSL color Cylindrical-coordinate representation of color #451080: hue angle of 268.39º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451080 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 16 | 128 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.50 |
| HSL | 268.39º | 0.78% | 0.28% | - |
| HSV(B) | 268.39º | 0.88% | 0.5% | - |
| XYZ | 6.54 | 3.19 | 20.69 | - |
| YUV | 44.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 128 | 0.46 | 0.88 | 0 | 0.50 | 268.39 | 0.78 | 0.28 |
| Hex | 45 | 10 | 80 | 2E | 58 | 0 | 32 | 10C | 4E | 1C |
| Octal | 105 | 20 | 200 | 56 | 130 | 0 | 62 | 414 | 116 | 34 |
| Binary | 1000101 | 10000 | 10000000 | 101110 | 1011000 | 0 | 110010 | 100001100 | 1001110 | 11100 |
Color Harmonies of #451080
Complementary color
Monochromatic Colors of #451080
Black with #451080
Text Example
Text Example
White with #451080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451080; }
p { color: rgb(69,16,128); }
H1.HeaderClassName
{
color: #451080;
}
.AnyTagClassName
{
color: #451080;
}
</style>
background-color css
<style>
a { background-color: #451080; }
a { background-color: rgb(69,16,128); }
div.DivClassName
{
background-color: #451080;
}
.BgClassName
{
background-color: #451080;
}
</style>
border-color css
<style>
span { border-color: #451080; }
span { border-color: rgb(69,16,128); }
td.TdClassName
{
border-color: #451080;
}
.TagClassName
{
border-color: #451080;
}
</style>