Shades of Indigo #45098A
Tints of Indigo #45098A
RGB
CMYK
RGB Variations
Color information
#45098A (or 0x45098A) is known color: Indigo. HEX triplet: 45, 09 and 8A. RGB value is (69,9,138). Sum of RGB (Red+Green+Blue) = 69+9+138=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #45098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45098A is #BAF675. Grayscale: #292929. Windows color (decimal): -12252790 or 9046341. OLE color: 9046341.
HSL color Cylindrical-coordinate representation of color #45098A: hue angle of 267.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45098A is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 9 | 138 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.46 |
| HSL | 267.91º | 0.88% | 0.29% | - |
| HSV(B) | 267.91º | 0.93% | 0.54% | - |
| XYZ | 7.14 | 3.3 | 24.3 | - |
| YUV | 41.65 | 182.38 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 138 | 0.5 | 0.93 | 0 | 0.46 | 267.91 | 0.88 | 0.29 |
| Hex | 45 | 9 | 8A | 32 | 5D | 0 | 2E | 10C | 58 | 1D |
| Octal | 105 | 11 | 212 | 62 | 135 | 0 | 56 | 414 | 130 | 35 |
| Binary | 1000101 | 1001 | 10001010 | 110010 | 1011101 | 0 | 101110 | 100001100 | 1011000 | 11101 |
Color Harmonies of #45098A
Complementary color
Monochromatic Colors of #45098A
Black with #45098A
Text Example
Text Example
White with #45098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45098A; }
p { color: rgb(69,9,138); }
H1.HeaderClassName
{
color: #45098A;
}
.AnyTagClassName
{
color: #45098A;
}
</style>
background-color css
<style>
a { background-color: #45098A; }
a { background-color: rgb(69,9,138); }
div.DivClassName
{
background-color: #45098A;
}
.BgClassName
{
background-color: #45098A;
}
</style>
border-color css
<style>
span { border-color: #45098A; }
span { border-color: rgb(69,9,138); }
td.TdClassName
{
border-color: #45098A;
}
.TagClassName
{
border-color: #45098A;
}
</style>