Shades of Indigo #45005A
Tints of Indigo #45005A
RGB
CMYK
RGB Variations
Color information
#45005A (or 0x45005A) is known color: Indigo. HEX triplet: 45, 00 and 5A. RGB value is (69,0,90). Sum of RGB (Red+Green+Blue) = 69+0+90=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #45005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45005A is #BAFFA5. Grayscale: #1E1E1E. Windows color (decimal): -12255142 or 5898309. OLE color: 5898309.
HSL color Cylindrical-coordinate representation of color #45005A: hue angle of 286º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45005A is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 0 | 90 | - |
| CMYK | 0.23 | 1 | 0 | 0.65 |
| HSL | 286º | 1% | 0.18% | - |
| HSV(B) | 286º | 1% | 0.35% | - |
| XYZ | 4.3 | 2 | 9.83 | - |
| YUV | 30.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 90 | 0.23 | 1 | 0 | 0.65 | 286 | 1 | 0.18 |
| Hex | 45 | 0 | 5A | 17 | 64 | 0 | 41 | 11E | 64 | 12 |
| Octal | 105 | 0 | 132 | 27 | 144 | 0 | 101 | 436 | 144 | 22 |
| Binary | 1000101 | 0 | 1011010 | 10111 | 1100100 | 0 | 1000001 | 100011110 | 1100100 | 10010 |
Color Harmonies of #45005A
Complementary color
Monochromatic Colors of #45005A
Black with #45005A
Text Example
Text Example
White with #45005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45005A; }
p { color: rgb(69,0,90); }
H1.HeaderClassName
{
color: #45005A;
}
.AnyTagClassName
{
color: #45005A;
}
</style>
background-color css
<style>
a { background-color: #45005A; }
a { background-color: rgb(69,0,90); }
div.DivClassName
{
background-color: #45005A;
}
.BgClassName
{
background-color: #45005A;
}
</style>
border-color css
<style>
span { border-color: #45005A; }
span { border-color: rgb(69,0,90); }
td.TdClassName
{
border-color: #45005A;
}
.TagClassName
{
border-color: #45005A;
}
</style>