Shades of Indigo #451085
Tints of Indigo #451085
RGB
CMYK
RGB Variations
Color information
#451085 (or 0x451085) is known color: Indigo. HEX triplet: 45, 10 and 85. RGB value is (69,16,133). Sum of RGB (Red+Green+Blue) = 69+16+133=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #451085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451085 is #BAEF7A. Grayscale: #2C2C2C. Windows color (decimal): -12251003 or 8720453. OLE color: 8720453.
HSL color Cylindrical-coordinate representation of color #451085: hue angle of 267.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451085 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 16 | 133 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.48 |
| HSL | 267.18º | 0.79% | 0.29% | - |
| HSV(B) | 267.18º | 0.88% | 0.52% | - |
| XYZ | 6.87 | 3.33 | 22.47 | - |
| YUV | 45.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 133 | 0.48 | 0.88 | 0 | 0.48 | 267.18 | 0.79 | 0.29 |
| Hex | 45 | 10 | 85 | 30 | 58 | 0 | 30 | 10B | 4F | 1D |
| Octal | 105 | 20 | 205 | 60 | 130 | 0 | 60 | 413 | 117 | 35 |
| Binary | 1000101 | 10000 | 10000101 | 110000 | 1011000 | 0 | 110000 | 100001011 | 1001111 | 11101 |
Color Harmonies of #451085
Complementary color
Monochromatic Colors of #451085
Black with #451085
Text Example
Text Example
White with #451085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451085; }
p { color: rgb(69,16,133); }
H1.HeaderClassName
{
color: #451085;
}
.AnyTagClassName
{
color: #451085;
}
</style>
background-color css
<style>
a { background-color: #451085; }
a { background-color: rgb(69,16,133); }
div.DivClassName
{
background-color: #451085;
}
.BgClassName
{
background-color: #451085;
}
</style>
border-color css
<style>
span { border-color: #451085; }
span { border-color: rgb(69,16,133); }
td.TdClassName
{
border-color: #451085;
}
.TagClassName
{
border-color: #451085;
}
</style>