Shades of Indigo #450B92
Tints of Indigo #450B92
RGB
CMYK
RGB Variations
Color information
#450B92 (or 0x450B92) is known color: Indigo. HEX triplet: 45, 0B and 92. RGB value is (69,11,146). Sum of RGB (Red+Green+Blue) = 69+11+146=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #450B92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450B92 is #BAF46D. Grayscale: #2B2B2B. Windows color (decimal): -12252270 or 9571141. OLE color: 9571141.
HSL color Cylindrical-coordinate representation of color #450B92: hue angle of 265.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450B92 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 11 | 146 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.43 |
| HSL | 265.78º | 0.86% | 0.31% | - |
| HSV(B) | 265.78º | 0.92% | 0.57% | - |
| XYZ | 7.76 | 3.58 | 27.48 | - |
| YUV | 43.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 146 | 0.53 | 0.92 | 0 | 0.43 | 265.78 | 0.86 | 0.31 |
| Hex | 45 | B | 92 | 35 | 5C | 0 | 2B | 10A | 56 | 1F |
| Octal | 105 | 13 | 222 | 65 | 134 | 0 | 53 | 412 | 126 | 37 |
| Binary | 1000101 | 1011 | 10010010 | 110101 | 1011100 | 0 | 101011 | 100001010 | 1010110 | 11111 |
Color Harmonies of #450B92
Complementary color
Monochromatic Colors of #450B92
Black with #450B92
Text Example
Text Example
White with #450B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B92; }
p { color: rgb(69,11,146); }
H1.HeaderClassName
{
color: #450B92;
}
.AnyTagClassName
{
color: #450B92;
}
</style>
background-color css
<style>
a { background-color: #450B92; }
a { background-color: rgb(69,11,146); }
div.DivClassName
{
background-color: #450B92;
}
.BgClassName
{
background-color: #450B92;
}
</style>
border-color css
<style>
span { border-color: #450B92; }
span { border-color: rgb(69,11,146); }
td.TdClassName
{
border-color: #450B92;
}
.TagClassName
{
border-color: #450B92;
}
</style>