Shades of Indigo #450B62
Tints of Indigo #450B62
RGB
CMYK
RGB Variations
Color information
#450B62 (or 0x450B62) is known color: Indigo. HEX triplet: 45, 0B and 62. RGB value is (69,11,98). Sum of RGB (Red+Green+Blue) = 69+11+98=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #450B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B62 is #BAF49D. Grayscale: #252525. Windows color (decimal): -12252318 or 6425413. OLE color: 6425413.
HSL color Cylindrical-coordinate representation of color #450B62: hue angle of 280º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450B62 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 11 | 98 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.62 |
| HSL | 280º | 0.8% | 0.21% | - |
| HSV(B) | 280º | 0.89% | 0.38% | - |
| XYZ | 4.78 | 2.39 | 11.76 | - |
| YUV | 38.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 98 | 0.30 | 0.89 | 0 | 0.62 | 280 | 0.8 | 0.21 |
| Hex | 45 | B | 62 | 1E | 59 | 0 | 3E | 118 | 50 | 15 |
| Octal | 105 | 13 | 142 | 36 | 131 | 0 | 76 | 430 | 120 | 25 |
| Binary | 1000101 | 1011 | 1100010 | 11110 | 1011001 | 0 | 111110 | 100011000 | 1010000 | 10101 |
Color Harmonies of #450B62
Complementary color
Monochromatic Colors of #450B62
Black with #450B62
Text Example
Text Example
White with #450B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B62; }
p { color: rgb(69,11,98); }
H1.HeaderClassName
{
color: #450B62;
}
.AnyTagClassName
{
color: #450B62;
}
</style>
background-color css
<style>
a { background-color: #450B62; }
a { background-color: rgb(69,11,98); }
div.DivClassName
{
background-color: #450B62;
}
.BgClassName
{
background-color: #450B62;
}
</style>
border-color css
<style>
span { border-color: #450B62; }
span { border-color: rgb(69,11,98); }
td.TdClassName
{
border-color: #450B62;
}
.TagClassName
{
border-color: #450B62;
}
</style>