Shades of Indigo #45097E
Tints of Indigo #45097E
RGB
CMYK
RGB Variations
Color information
#45097E (or 0x45097E) is known color: Indigo. HEX triplet: 45, 09 and 7E. RGB value is (69,9,126). Sum of RGB (Red+Green+Blue) = 69+9+126=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #45097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45097E is #BAF681. Grayscale: #272727. Windows color (decimal): -12252802 or 8259909. OLE color: 8259909.
HSL color Cylindrical-coordinate representation of color #45097E: hue angle of 270.77º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45097E is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 9 | 126 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.51 |
| HSL | 270.77º | 0.87% | 0.26% | - |
| HSV(B) | 270.77º | 0.93% | 0.49% | - |
| XYZ | 6.32 | 2.97 | 19.98 | - |
| YUV | 40.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 126 | 0.45 | 0.93 | 0 | 0.51 | 270.77 | 0.87 | 0.26 |
| Hex | 45 | 9 | 7E | 2D | 5D | 0 | 33 | 10F | 57 | 1A |
| Octal | 105 | 11 | 176 | 55 | 135 | 0 | 63 | 417 | 127 | 32 |
| Binary | 1000101 | 1001 | 1111110 | 101101 | 1011101 | 0 | 110011 | 100001111 | 1010111 | 11010 |
Color Harmonies of #45097E
Complementary color
Monochromatic Colors of #45097E
Black with #45097E
Text Example
Text Example
White with #45097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45097E; }
p { color: rgb(69,9,126); }
H1.HeaderClassName
{
color: #45097E;
}
.AnyTagClassName
{
color: #45097E;
}
</style>
background-color css
<style>
a { background-color: #45097E; }
a { background-color: rgb(69,9,126); }
div.DivClassName
{
background-color: #45097E;
}
.BgClassName
{
background-color: #45097E;
}
</style>
border-color css
<style>
span { border-color: #45097E; }
span { border-color: rgb(69,9,126); }
td.TdClassName
{
border-color: #45097E;
}
.TagClassName
{
border-color: #45097E;
}
</style>