Shades of Indigo #450F70
Tints of Indigo #450F70
RGB
CMYK
RGB Variations
Color information
#450F70 (or 0x450F70) is known color: Indigo. HEX triplet: 45, 0F and 70. RGB value is (69,15,112). Sum of RGB (Red+Green+Blue) = 69+15+112=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #450F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F70 is #BAF08F. Grayscale: #292929. Windows color (decimal): -12251280 or 7343941. OLE color: 7343941.
HSL color Cylindrical-coordinate representation of color #450F70: hue angle of 273.4º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450F70 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 15 | 112 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.56 |
| HSL | 273.4º | 0.76% | 0.25% | - |
| HSV(B) | 273.4º | 0.87% | 0.44% | - |
| XYZ | 5.55 | 2.78 | 15.57 | - |
| YUV | 42.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 112 | 0.38 | 0.87 | 0 | 0.56 | 273.4 | 0.76 | 0.25 |
| Hex | 45 | F | 70 | 26 | 57 | 0 | 38 | 111 | 4C | 19 |
| Octal | 105 | 17 | 160 | 46 | 127 | 0 | 70 | 421 | 114 | 31 |
| Binary | 1000101 | 1111 | 1110000 | 100110 | 1010111 | 0 | 111000 | 100010001 | 1001100 | 11001 |
Color Harmonies of #450F70
Complementary color
Monochromatic Colors of #450F70
Black with #450F70
Text Example
Text Example
White with #450F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F70; }
p { color: rgb(69,15,112); }
H1.HeaderClassName
{
color: #450F70;
}
.AnyTagClassName
{
color: #450F70;
}
</style>
background-color css
<style>
a { background-color: #450F70; }
a { background-color: rgb(69,15,112); }
div.DivClassName
{
background-color: #450F70;
}
.BgClassName
{
background-color: #450F70;
}
</style>
border-color css
<style>
span { border-color: #450F70; }
span { border-color: rgb(69,15,112); }
td.TdClassName
{
border-color: #450F70;
}
.TagClassName
{
border-color: #450F70;
}
</style>