Shades of Indigo #45015D
Tints of Indigo #45015D
RGB
CMYK
RGB Variations
Color information
#45015D (or 0x45015D) is known color: Indigo. HEX triplet: 45, 01 and 5D. RGB value is (69,1,93). Sum of RGB (Red+Green+Blue) = 69+1+93=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #45015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015D is #BAFEA2. Grayscale: #1F1F1F. Windows color (decimal): -12254883 or 6095173. OLE color: 6095173.
HSL color Cylindrical-coordinate representation of color #45015D: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45015D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 1 | 93 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.64 |
| HSL | 284.35º | 0.98% | 0.18% | - |
| HSV(B) | 284.35º | 0.99% | 0.36% | - |
| XYZ | 4.44 | 2.08 | 10.52 | - |
| YUV | 31.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 93 | 0.26 | 0.99 | 0 | 0.64 | 284.35 | 0.98 | 0.18 |
| Hex | 45 | 1 | 5D | 1A | 63 | 0 | 40 | 11C | 62 | 12 |
| Octal | 105 | 1 | 135 | 32 | 143 | 0 | 100 | 434 | 142 | 22 |
| Binary | 1000101 | 1 | 1011101 | 11010 | 1100011 | 0 | 1000000 | 100011100 | 1100010 | 10010 |
Color Harmonies of #45015D
Complementary color
Monochromatic Colors of #45015D
Black with #45015D
Text Example
Text Example
White with #45015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45015D; }
p { color: rgb(69,1,93); }
H1.HeaderClassName
{
color: #45015D;
}
.AnyTagClassName
{
color: #45015D;
}
</style>
background-color css
<style>
a { background-color: #45015D; }
a { background-color: rgb(69,1,93); }
div.DivClassName
{
background-color: #45015D;
}
.BgClassName
{
background-color: #45015D;
}
</style>
border-color css
<style>
span { border-color: #45015D; }
span { border-color: rgb(69,1,93); }
td.TdClassName
{
border-color: #45015D;
}
.TagClassName
{
border-color: #45015D;
}
</style>