Shades of Indigo #450B7D
Tints of Indigo #450B7D
RGB
CMYK
RGB Variations
Color information
#450B7D (or 0x450B7D) is known color: Indigo. HEX triplet: 45, 0B and 7D. RGB value is (69,11,125). Sum of RGB (Red+Green+Blue) = 69+11+125=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #450B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B7D is #BAF482. Grayscale: #282828. Windows color (decimal): -12252291 or 8194885. OLE color: 8194885.
HSL color Cylindrical-coordinate representation of color #450B7D: hue angle of 270.53º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450B7D is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 11 | 125 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.51 |
| HSL | 270.53º | 0.84% | 0.27% | - |
| HSV(B) | 270.53º | 0.91% | 0.49% | - |
| XYZ | 6.28 | 2.99 | 19.65 | - |
| YUV | 41.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 125 | 0.45 | 0.91 | 0 | 0.51 | 270.53 | 0.84 | 0.27 |
| Hex | 45 | B | 7D | 2D | 5B | 0 | 33 | 10F | 54 | 1B |
| Octal | 105 | 13 | 175 | 55 | 133 | 0 | 63 | 417 | 124 | 33 |
| Binary | 1000101 | 1011 | 1111101 | 101101 | 1011011 | 0 | 110011 | 100001111 | 1010100 | 11011 |
Color Harmonies of #450B7D
Complementary color
Monochromatic Colors of #450B7D
Black with #450B7D
Text Example
Text Example
White with #450B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B7D; }
p { color: rgb(69,11,125); }
H1.HeaderClassName
{
color: #450B7D;
}
.AnyTagClassName
{
color: #450B7D;
}
</style>
background-color css
<style>
a { background-color: #450B7D; }
a { background-color: rgb(69,11,125); }
div.DivClassName
{
background-color: #450B7D;
}
.BgClassName
{
background-color: #450B7D;
}
</style>
border-color css
<style>
span { border-color: #450B7D; }
span { border-color: rgb(69,11,125); }
td.TdClassName
{
border-color: #450B7D;
}
.TagClassName
{
border-color: #450B7D;
}
</style>