Shades of Indigo #450E7B
Tints of Indigo #450E7B
RGB
CMYK
RGB Variations
Color information
#450E7B (or 0x450E7B) is known color: Indigo. HEX triplet: 45, 0E and 7B. RGB value is (69,14,123). Sum of RGB (Red+Green+Blue) = 69+14+123=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #450E7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E7B is #BAF184. Grayscale: #2A2A2A. Windows color (decimal): -12251525 or 8064581. OLE color: 8064581.
HSL color Cylindrical-coordinate representation of color #450E7B: hue angle of 270.28º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450E7B is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 14 | 123 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.52 |
| HSL | 270.28º | 0.8% | 0.27% | - |
| HSV(B) | 270.28º | 0.89% | 0.48% | - |
| XYZ | 6.19 | 3.01 | 18.99 | - |
| YUV | 42.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 123 | 0.44 | 0.89 | 0 | 0.52 | 270.28 | 0.8 | 0.27 |
| Hex | 45 | E | 7B | 2C | 59 | 0 | 34 | 10E | 50 | 1B |
| Octal | 105 | 16 | 173 | 54 | 131 | 0 | 64 | 416 | 120 | 33 |
| Binary | 1000101 | 1110 | 1111011 | 101100 | 1011001 | 0 | 110100 | 100001110 | 1010000 | 11011 |
Color Harmonies of #450E7B
Complementary color
Monochromatic Colors of #450E7B
Black with #450E7B
Text Example
Text Example
White with #450E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E7B; }
p { color: rgb(69,14,123); }
H1.HeaderClassName
{
color: #450E7B;
}
.AnyTagClassName
{
color: #450E7B;
}
</style>
background-color css
<style>
a { background-color: #450E7B; }
a { background-color: rgb(69,14,123); }
div.DivClassName
{
background-color: #450E7B;
}
.BgClassName
{
background-color: #450E7B;
}
</style>
border-color css
<style>
span { border-color: #450E7B; }
span { border-color: rgb(69,14,123); }
td.TdClassName
{
border-color: #450E7B;
}
.TagClassName
{
border-color: #450E7B;
}
</style>