Shades of Indigo #45055D
Tints of Indigo #45055D
RGB
CMYK
RGB Variations
Color information
#45055D (or 0x45055D) is known color: Indigo. HEX triplet: 45, 05 and 5D. RGB value is (69,5,93). Sum of RGB (Red+Green+Blue) = 69+5+93=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #45055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45055D is #BAFAA2. Grayscale: #212121. Windows color (decimal): -12253859 or 6096197. OLE color: 6096197.
HSL color Cylindrical-coordinate representation of color #45055D: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45055D is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 5 | 93 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.64 |
| HSL | 283.64º | 0.9% | 0.19% | - |
| HSV(B) | 283.64º | 0.95% | 0.36% | - |
| XYZ | 4.48 | 2.16 | 10.54 | - |
| YUV | 34.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 93 | 0.26 | 0.95 | 0 | 0.64 | 283.64 | 0.9 | 0.19 |
| Hex | 45 | 5 | 5D | 1A | 5F | 0 | 40 | 11C | 5A | 13 |
| Octal | 105 | 5 | 135 | 32 | 137 | 0 | 100 | 434 | 132 | 23 |
| Binary | 1000101 | 101 | 1011101 | 11010 | 1011111 | 0 | 1000000 | 100011100 | 1011010 | 10011 |
Color Harmonies of #45055D
Complementary color
Monochromatic Colors of #45055D
Black with #45055D
Text Example
Text Example
White with #45055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45055D; }
p { color: rgb(69,5,93); }
H1.HeaderClassName
{
color: #45055D;
}
.AnyTagClassName
{
color: #45055D;
}
</style>
background-color css
<style>
a { background-color: #45055D; }
a { background-color: rgb(69,5,93); }
div.DivClassName
{
background-color: #45055D;
}
.BgClassName
{
background-color: #45055D;
}
</style>
border-color css
<style>
span { border-color: #45055D; }
span { border-color: rgb(69,5,93); }
td.TdClassName
{
border-color: #45055D;
}
.TagClassName
{
border-color: #45055D;
}
</style>