Shades of Indigo #45108B
Tints of Indigo #45108B
RGB
CMYK
RGB Variations
Color information
#45108B (or 0x45108B) is known color: Indigo. HEX triplet: 45, 10 and 8B. RGB value is (69,16,139). Sum of RGB (Red+Green+Blue) = 69+16+139=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #45108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45108B is #BAEF74. Grayscale: #2D2D2D. Windows color (decimal): -12250997 or 9113669. OLE color: 9113669.
HSL color Cylindrical-coordinate representation of color #45108B: hue angle of 265.85º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45108B is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 16 | 139 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.45 |
| HSL | 265.85º | 0.79% | 0.3% | - |
| HSV(B) | 265.85º | 0.88% | 0.55% | - |
| XYZ | 7.3 | 3.5 | 24.72 | - |
| YUV | 45.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 139 | 0.50 | 0.88 | 0 | 0.45 | 265.85 | 0.79 | 0.3 |
| Hex | 45 | 10 | 8B | 32 | 58 | 0 | 2D | 10A | 4F | 1E |
| Octal | 105 | 20 | 213 | 62 | 130 | 0 | 55 | 412 | 117 | 36 |
| Binary | 1000101 | 10000 | 10001011 | 110010 | 1011000 | 0 | 101101 | 100001010 | 1001111 | 11110 |
Color Harmonies of #45108B
Complementary color
Monochromatic Colors of #45108B
Black with #45108B
Text Example
Text Example
White with #45108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45108B; }
p { color: rgb(69,16,139); }
H1.HeaderClassName
{
color: #45108B;
}
.AnyTagClassName
{
color: #45108B;
}
</style>
background-color css
<style>
a { background-color: #45108B; }
a { background-color: rgb(69,16,139); }
div.DivClassName
{
background-color: #45108B;
}
.BgClassName
{
background-color: #45108B;
}
</style>
border-color css
<style>
span { border-color: #45108B; }
span { border-color: rgb(69,16,139); }
td.TdClassName
{
border-color: #45108B;
}
.TagClassName
{
border-color: #45108B;
}
</style>