Shades of Indigo #450962
Tints of Indigo #450962
RGB
CMYK
RGB Variations
Color information
#450962 (or 0x450962) is known color: Indigo. HEX triplet: 45, 09 and 62. RGB value is (69,9,98). Sum of RGB (Red+Green+Blue) = 69+9+98=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #450962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450962 is #BAF69D. Grayscale: #242424. Windows color (decimal): -12252830 or 6424901. OLE color: 6424901.
HSL color Cylindrical-coordinate representation of color #450962: hue angle of 280.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450962 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 9 | 98 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.62 |
| HSL | 280.45º | 0.83% | 0.21% | - |
| HSV(B) | 280.45º | 0.91% | 0.38% | - |
| XYZ | 4.76 | 2.34 | 11.76 | - |
| YUV | 37.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 98 | 0.30 | 0.91 | 0 | 0.62 | 280.45 | 0.83 | 0.21 |
| Hex | 45 | 9 | 62 | 1E | 5B | 0 | 3E | 118 | 53 | 15 |
| Octal | 105 | 11 | 142 | 36 | 133 | 0 | 76 | 430 | 123 | 25 |
| Binary | 1000101 | 1001 | 1100010 | 11110 | 1011011 | 0 | 111110 | 100011000 | 1010011 | 10101 |
Color Harmonies of #450962
Complementary color
Monochromatic Colors of #450962
Black with #450962
Text Example
Text Example
White with #450962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450962; }
p { color: rgb(69,9,98); }
H1.HeaderClassName
{
color: #450962;
}
.AnyTagClassName
{
color: #450962;
}
</style>
background-color css
<style>
a { background-color: #450962; }
a { background-color: rgb(69,9,98); }
div.DivClassName
{
background-color: #450962;
}
.BgClassName
{
background-color: #450962;
}
</style>
border-color css
<style>
span { border-color: #450962; }
span { border-color: rgb(69,9,98); }
td.TdClassName
{
border-color: #450962;
}
.TagClassName
{
border-color: #450962;
}
</style>