Shades of Indigo #450D8A
Tints of Indigo #450D8A
RGB
CMYK
RGB Variations
Color information
#450D8A (or 0x450D8A) is known color: Indigo. HEX triplet: 45, 0D and 8A. RGB value is (69,13,138). Sum of RGB (Red+Green+Blue) = 69+13+138=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #450D8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450D8A is #BAF275. Grayscale: #2B2B2B. Windows color (decimal): -12251766 or 9047365. OLE color: 9047365.
HSL color Cylindrical-coordinate representation of color #450D8A: hue angle of 266.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450D8A is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 13 | 138 | - |
| CMYK | 0.5 | 0.91 | 0 | 0.46 |
| HSL | 266.88º | 0.83% | 0.3% | - |
| HSV(B) | 266.88º | 0.91% | 0.54% | - |
| XYZ | 7.19 | 3.39 | 24.32 | - |
| YUV | 43.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 138 | 0.5 | 0.91 | 0 | 0.46 | 266.88 | 0.83 | 0.3 |
| Hex | 45 | D | 8A | 32 | 5B | 0 | 2E | 10B | 53 | 1E |
| Octal | 105 | 15 | 212 | 62 | 133 | 0 | 56 | 413 | 123 | 36 |
| Binary | 1000101 | 1101 | 10001010 | 110010 | 1011011 | 0 | 101110 | 100001011 | 1010011 | 11110 |
Color Harmonies of #450D8A
Complementary color
Monochromatic Colors of #450D8A
Black with #450D8A
Text Example
Text Example
White with #450D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D8A; }
p { color: rgb(69,13,138); }
H1.HeaderClassName
{
color: #450D8A;
}
.AnyTagClassName
{
color: #450D8A;
}
</style>
background-color css
<style>
a { background-color: #450D8A; }
a { background-color: rgb(69,13,138); }
div.DivClassName
{
background-color: #450D8A;
}
.BgClassName
{
background-color: #450D8A;
}
</style>
border-color css
<style>
span { border-color: #450D8A; }
span { border-color: rgb(69,13,138); }
td.TdClassName
{
border-color: #450D8A;
}
.TagClassName
{
border-color: #450D8A;
}
</style>