Shades of Indigo #450F7F
Tints of Indigo #450F7F
RGB
CMYK
RGB Variations
Color information
#450F7F (or 0x450F7F) is known color: Indigo. HEX triplet: 45, 0F and 7F. RGB value is (69,15,127). Sum of RGB (Red+Green+Blue) = 69+15+127=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #450F7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F7F is #BAF080. Grayscale: #2B2B2B. Windows color (decimal): -12251265 or 8326981. OLE color: 8326981.
HSL color Cylindrical-coordinate representation of color #450F7F: hue angle of 268.93º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450F7F is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 15 | 127 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.50 |
| HSL | 268.93º | 0.79% | 0.28% | - |
| HSV(B) | 268.93º | 0.88% | 0.5% | - |
| XYZ | 6.46 | 3.14 | 20.34 | - |
| YUV | 43.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 127 | 0.46 | 0.88 | 0 | 0.50 | 268.93 | 0.79 | 0.28 |
| Hex | 45 | F | 7F | 2E | 58 | 0 | 32 | 10D | 4F | 1C |
| Octal | 105 | 17 | 177 | 56 | 130 | 0 | 62 | 415 | 117 | 34 |
| Binary | 1000101 | 1111 | 1111111 | 101110 | 1011000 | 0 | 110010 | 100001101 | 1001111 | 11100 |
Color Harmonies of #450F7F
Complementary color
Monochromatic Colors of #450F7F
Black with #450F7F
Text Example
Text Example
White with #450F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F7F; }
p { color: rgb(69,15,127); }
H1.HeaderClassName
{
color: #450F7F;
}
.AnyTagClassName
{
color: #450F7F;
}
</style>
background-color css
<style>
a { background-color: #450F7F; }
a { background-color: rgb(69,15,127); }
div.DivClassName
{
background-color: #450F7F;
}
.BgClassName
{
background-color: #450F7F;
}
</style>
border-color css
<style>
span { border-color: #450F7F; }
span { border-color: rgb(69,15,127); }
td.TdClassName
{
border-color: #450F7F;
}
.TagClassName
{
border-color: #450F7F;
}
</style>