Shades of Indigo #45129C
Tints of Indigo #45129C
RGB
CMYK
RGB Variations
Color information
#45129C (or 0x45129C) is known color: Indigo. HEX triplet: 45, 12 and 9C. RGB value is (69,18,156). Sum of RGB (Red+Green+Blue) = 69+18+156=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #45129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129C is #BAED63. Grayscale: #303030. Windows color (decimal): -12250468 or 10228293. OLE color: 10228293.
HSL color Cylindrical-coordinate representation of color #45129C: hue angle of 262.17º degrees, saturation: 0.79, 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 #45129C is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 18 | 156 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.39 |
| HSL | 262.17º | 0.79% | 0.34% | - |
| HSV(B) | 262.17º | 0.88% | 0.61% | - |
| XYZ | 8.67 | 4.1 | 31.79 | - |
| YUV | 48.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 156 | 0.56 | 0.88 | 0 | 0.39 | 262.17 | 0.79 | 0.34 |
| Hex | 45 | 12 | 9C | 38 | 58 | 0 | 27 | 106 | 4F | 22 |
| Octal | 105 | 22 | 234 | 70 | 130 | 0 | 47 | 406 | 117 | 42 |
| Binary | 1000101 | 10010 | 10011100 | 111000 | 1011000 | 0 | 100111 | 100000110 | 1001111 | 100010 |
Color Harmonies of #45129C
Complementary color
Monochromatic Colors of #45129C
Black with #45129C
Text Example
Text Example
White with #45129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45129C; }
p { color: rgb(69,18,156); }
H1.HeaderClassName
{
color: #45129C;
}
.AnyTagClassName
{
color: #45129C;
}
</style>
background-color css
<style>
a { background-color: #45129C; }
a { background-color: rgb(69,18,156); }
div.DivClassName
{
background-color: #45129C;
}
.BgClassName
{
background-color: #45129C;
}
</style>
border-color css
<style>
span { border-color: #45129C; }
span { border-color: rgb(69,18,156); }
td.TdClassName
{
border-color: #45129C;
}
.TagClassName
{
border-color: #45129C;
}
</style>