Shades of Indigo #45058B
Tints of Indigo #45058B
RGB
CMYK
RGB Variations
Color information
#45058B (or 0x45058B) is known color: Indigo. HEX triplet: 45, 05 and 8B. RGB value is (69,5,139). Sum of RGB (Red+Green+Blue) = 69+5+139=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #45058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45058B is #BAFA74. Grayscale: #262626. Windows color (decimal): -12253813 or 9110853. OLE color: 9110853.
HSL color Cylindrical-coordinate representation of color #45058B: hue angle of 268.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45058B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 5 | 139 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.45 |
| HSL | 268.66º | 0.93% | 0.28% | - |
| HSV(B) | 268.66º | 0.96% | 0.55% | - |
| XYZ | 7.17 | 3.24 | 24.67 | - |
| YUV | 39.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 139 | 0.50 | 0.96 | 0 | 0.45 | 268.66 | 0.93 | 0.28 |
| Hex | 45 | 5 | 8B | 32 | 60 | 0 | 2D | 10D | 5D | 1C |
| Octal | 105 | 5 | 213 | 62 | 140 | 0 | 55 | 415 | 135 | 34 |
| Binary | 1000101 | 101 | 10001011 | 110010 | 1100000 | 0 | 101101 | 100001101 | 1011101 | 11100 |
Color Harmonies of #45058B
Complementary color
Monochromatic Colors of #45058B
Black with #45058B
Text Example
Text Example
White with #45058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45058B; }
p { color: rgb(69,5,139); }
H1.HeaderClassName
{
color: #45058B;
}
.AnyTagClassName
{
color: #45058B;
}
</style>
background-color css
<style>
a { background-color: #45058B; }
a { background-color: rgb(69,5,139); }
div.DivClassName
{
background-color: #45058B;
}
.BgClassName
{
background-color: #45058B;
}
</style>
border-color css
<style>
span { border-color: #45058B; }
span { border-color: rgb(69,5,139); }
td.TdClassName
{
border-color: #45058B;
}
.TagClassName
{
border-color: #45058B;
}
</style>