Shades of Indigo #45139C
Tints of Indigo #45139C
RGB
CMYK
RGB Variations
Color information
#45139C (or 0x45139C) is known color: Indigo. HEX triplet: 45, 13 and 9C. RGB value is (69,19,156). Sum of RGB (Red+Green+Blue) = 69+19+156=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #45139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45139C is #BAEC63. Grayscale: #313131. Windows color (decimal): -12250212 or 10228549. OLE color: 10228549.
HSL color Cylindrical-coordinate representation of color #45139C: hue angle of 261.9º 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 #45139C is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 19 | 156 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.39 |
| HSL | 261.9º | 0.78% | 0.34% | - |
| HSV(B) | 261.9º | 0.88% | 0.61% | - |
| XYZ | 8.69 | 4.13 | 31.79 | - |
| YUV | 49.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 156 | 0.56 | 0.88 | 0 | 0.39 | 261.9 | 0.78 | 0.34 |
| Hex | 45 | 13 | 9C | 38 | 58 | 0 | 27 | 106 | 4E | 22 |
| Octal | 105 | 23 | 234 | 70 | 130 | 0 | 47 | 406 | 116 | 42 |
| Binary | 1000101 | 10011 | 10011100 | 111000 | 1011000 | 0 | 100111 | 100000110 | 1001110 | 100010 |
Color Harmonies of #45139C
Complementary color
Monochromatic Colors of #45139C
Black with #45139C
Text Example
Text Example
White with #45139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45139C; }
p { color: rgb(69,19,156); }
H1.HeaderClassName
{
color: #45139C;
}
.AnyTagClassName
{
color: #45139C;
}
</style>
background-color css
<style>
a { background-color: #45139C; }
a { background-color: rgb(69,19,156); }
div.DivClassName
{
background-color: #45139C;
}
.BgClassName
{
background-color: #45139C;
}
</style>
border-color css
<style>
span { border-color: #45139C; }
span { border-color: rgb(69,19,156); }
td.TdClassName
{
border-color: #45139C;
}
.TagClassName
{
border-color: #45139C;
}
</style>