Shades of Indigo #450090
Tints of Indigo #450090
RGB
CMYK
RGB Variations
Color information
#450090 (or 0x450090) is known color: Indigo. HEX triplet: 45, 00 and 90. RGB value is (69,0,144). Sum of RGB (Red+Green+Blue) = 69+0+144=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #450090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450090 is #BAFF6F. Grayscale: #242424. Windows color (decimal): -12255088 or 9437253. OLE color: 9437253.
HSL color Cylindrical-coordinate representation of color #450090: hue angle of 268.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450090 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 0 | 144 | - |
| CMYK | 0.52 | 1 | 0 | 0.44 |
| HSL | 268.75º | 1% | 0.28% | - |
| HSV(B) | 268.75º | 1% | 0.56% | - |
| XYZ | 7.49 | 3.28 | 26.62 | - |
| YUV | 37.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 144 | 0.52 | 1 | 0 | 0.44 | 268.75 | 1 | 0.28 |
| Hex | 45 | 0 | 90 | 34 | 64 | 0 | 2C | 10D | 64 | 1C |
| Octal | 105 | 0 | 220 | 64 | 144 | 0 | 54 | 415 | 144 | 34 |
| Binary | 1000101 | 0 | 10010000 | 110100 | 1100100 | 0 | 101100 | 100001101 | 1100100 | 11100 |
Color Harmonies of #450090
Complementary color
Monochromatic Colors of #450090
Black with #450090
Text Example
Text Example
White with #450090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450090; }
p { color: rgb(69,0,144); }
H1.HeaderClassName
{
color: #450090;
}
.AnyTagClassName
{
color: #450090;
}
</style>
background-color css
<style>
a { background-color: #450090; }
a { background-color: rgb(69,0,144); }
div.DivClassName
{
background-color: #450090;
}
.BgClassName
{
background-color: #450090;
}
</style>
border-color css
<style>
span { border-color: #450090; }
span { border-color: rgb(69,0,144); }
td.TdClassName
{
border-color: #450090;
}
.TagClassName
{
border-color: #450090;
}
</style>