Shades of Indigo #45139B
Tints of Indigo #45139B
RGB
CMYK
RGB Variations
Color information
#45139B (or 0x45139B) is known color: Indigo. HEX triplet: 45, 13 and 9B. RGB value is (69,19,155). Sum of RGB (Red+Green+Blue) = 69+19+155=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #45139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45139B is #BAEC64. Grayscale: #303030. Windows color (decimal): -12250213 or 10163013. OLE color: 10163013.
HSL color Cylindrical-coordinate representation of color #45139B: hue angle of 262.06º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45139B is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 19 | 155 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.39 |
| HSL | 262.06º | 0.78% | 0.34% | - |
| HSV(B) | 262.06º | 0.88% | 0.61% | - |
| XYZ | 8.6 | 4.1 | 31.35 | - |
| YUV | 49.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 155 | 0.55 | 0.88 | 0 | 0.39 | 262.06 | 0.78 | 0.34 |
| Hex | 45 | 13 | 9B | 37 | 58 | 0 | 27 | 106 | 4E | 22 |
| Octal | 105 | 23 | 233 | 67 | 130 | 0 | 47 | 406 | 116 | 42 |
| Binary | 1000101 | 10011 | 10011011 | 110111 | 1011000 | 0 | 100111 | 100000110 | 1001110 | 100010 |
Color Harmonies of #45139B
Complementary color
Monochromatic Colors of #45139B
Black with #45139B
Text Example
Text Example
White with #45139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45139B; }
p { color: rgb(69,19,155); }
H1.HeaderClassName
{
color: #45139B;
}
.AnyTagClassName
{
color: #45139B;
}
</style>
background-color css
<style>
a { background-color: #45139B; }
a { background-color: rgb(69,19,155); }
div.DivClassName
{
background-color: #45139B;
}
.BgClassName
{
background-color: #45139B;
}
</style>
border-color css
<style>
span { border-color: #45139B; }
span { border-color: rgb(69,19,155); }
td.TdClassName
{
border-color: #45139B;
}
.TagClassName
{
border-color: #45139B;
}
</style>