Shades of Indigo #451490
Tints of Indigo #451490
RGB
CMYK
RGB Variations
Color information
#451490 (or 0x451490) is known color: Indigo. HEX triplet: 45, 14 and 90. RGB value is (69,20,144). Sum of RGB (Red+Green+Blue) = 69+20+144=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #451490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451490 is #BAEB6F. Grayscale: #303030. Windows color (decimal): -12249968 or 9442373. OLE color: 9442373.
HSL color Cylindrical-coordinate representation of color #451490: hue angle of 263.71º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451490 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 20 | 144 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.44 |
| HSL | 263.71º | 0.76% | 0.32% | - |
| HSV(B) | 263.71º | 0.86% | 0.56% | - |
| XYZ | 7.74 | 3.78 | 26.71 | - |
| YUV | 48.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 144 | 0.52 | 0.86 | 0 | 0.44 | 263.71 | 0.76 | 0.32 |
| Hex | 45 | 14 | 90 | 34 | 56 | 0 | 2C | 108 | 4C | 20 |
| Octal | 105 | 24 | 220 | 64 | 126 | 0 | 54 | 410 | 114 | 40 |
| Binary | 1000101 | 10100 | 10010000 | 110100 | 1010110 | 0 | 101100 | 100001000 | 1001100 | 100000 |
Color Harmonies of #451490
Complementary color
Monochromatic Colors of #451490
Black with #451490
Text Example
Text Example
White with #451490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451490; }
p { color: rgb(69,20,144); }
H1.HeaderClassName
{
color: #451490;
}
.AnyTagClassName
{
color: #451490;
}
</style>
background-color css
<style>
a { background-color: #451490; }
a { background-color: rgb(69,20,144); }
div.DivClassName
{
background-color: #451490;
}
.BgClassName
{
background-color: #451490;
}
</style>
border-color css
<style>
span { border-color: #451490; }
span { border-color: rgb(69,20,144); }
td.TdClassName
{
border-color: #451490;
}
.TagClassName
{
border-color: #451490;
}
</style>