Shades of Indigo #450A9F
Tints of Indigo #450A9F
RGB
CMYK
RGB Variations
Color information
#450A9F (or 0x450A9F) is known color: Indigo. HEX triplet: 45, 0A and 9F. RGB value is (69,10,159). Sum of RGB (Red+Green+Blue) = 69+10+159=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #450A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450A9F is #BAF560. Grayscale: #2C2C2C. Windows color (decimal): -12252513 or 10422853. OLE color: 10422853.
HSL color Cylindrical-coordinate representation of color #450A9F: hue angle of 263.76º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450A9F is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 10 | 159 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.38 |
| HSL | 263.76º | 0.88% | 0.33% | - |
| HSV(B) | 263.76º | 0.94% | 0.62% | - |
| XYZ | 8.82 | 3.99 | 33.11 | - |
| YUV | 44.63 | 192.55 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 159 | 0.57 | 0.94 | 0 | 0.38 | 263.76 | 0.88 | 0.33 |
| Hex | 45 | A | 9F | 39 | 5E | 0 | 26 | 108 | 58 | 21 |
| Octal | 105 | 12 | 237 | 71 | 136 | 0 | 46 | 410 | 130 | 41 |
| Binary | 1000101 | 1010 | 10011111 | 111001 | 1011110 | 0 | 100110 | 100001000 | 1011000 | 100001 |
Color Harmonies of #450A9F
Complementary color
Monochromatic Colors of #450A9F
Black with #450A9F
Text Example
Text Example
White with #450A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A9F; }
p { color: rgb(69,10,159); }
H1.HeaderClassName
{
color: #450A9F;
}
.AnyTagClassName
{
color: #450A9F;
}
</style>
background-color css
<style>
a { background-color: #450A9F; }
a { background-color: rgb(69,10,159); }
div.DivClassName
{
background-color: #450A9F;
}
.BgClassName
{
background-color: #450A9F;
}
</style>
border-color css
<style>
span { border-color: #450A9F; }
span { border-color: rgb(69,10,159); }
td.TdClassName
{
border-color: #450A9F;
}
.TagClassName
{
border-color: #450A9F;
}
</style>