Shades of Indigo #45099F
Tints of Indigo #45099F
RGB
CMYK
RGB Variations
Color information
#45099F (or 0x45099F) is known color: Indigo. HEX triplet: 45, 09 and 9F. RGB value is (69,9,159). Sum of RGB (Red+Green+Blue) = 69+9+159=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #45099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45099F is #BAF660. Grayscale: #2B2B2B. Windows color (decimal): -12252769 or 10422597. OLE color: 10422597.
HSL color Cylindrical-coordinate representation of color #45099F: hue angle of 264º degrees, saturation: 0.89, 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 #45099F is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 9 | 159 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.38 |
| HSL | 264º | 0.89% | 0.33% | - |
| HSV(B) | 264º | 0.94% | 0.62% | - |
| XYZ | 8.81 | 3.96 | 33.1 | - |
| YUV | 44.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 159 | 0.57 | 0.94 | 0 | 0.38 | 264 | 0.89 | 0.33 |
| Hex | 45 | 9 | 9F | 39 | 5E | 0 | 26 | 108 | 59 | 21 |
| Octal | 105 | 11 | 237 | 71 | 136 | 0 | 46 | 410 | 131 | 41 |
| Binary | 1000101 | 1001 | 10011111 | 111001 | 1011110 | 0 | 100110 | 100001000 | 1011001 | 100001 |
Color Harmonies of #45099F
Complementary color
Monochromatic Colors of #45099F
Black with #45099F
Text Example
Text Example
White with #45099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45099F; }
p { color: rgb(69,9,159); }
H1.HeaderClassName
{
color: #45099F;
}
.AnyTagClassName
{
color: #45099F;
}
</style>
background-color css
<style>
a { background-color: #45099F; }
a { background-color: rgb(69,9,159); }
div.DivClassName
{
background-color: #45099F;
}
.BgClassName
{
background-color: #45099F;
}
</style>
border-color css
<style>
span { border-color: #45099F; }
span { border-color: rgb(69,9,159); }
td.TdClassName
{
border-color: #45099F;
}
.TagClassName
{
border-color: #45099F;
}
</style>