Shades of Indigo #45005D
Tints of Indigo #45005D
RGB
CMYK
RGB Variations
Color information
#45005D (or 0x45005D) is known color: Indigo. HEX triplet: 45, 00 and 5D. RGB value is (69,0,93). Sum of RGB (Red+Green+Blue) = 69+0+93=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #45005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45005D is #BAFFA2. Grayscale: #1E1E1E. Windows color (decimal): -12255139 or 6094917. OLE color: 6094917.
HSL color Cylindrical-coordinate representation of color #45005D: hue angle of 284.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45005D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 0 | 93 | - |
| CMYK | 0.26 | 1 | 0 | 0.64 |
| HSL | 284.52º | 1% | 0.18% | - |
| HSV(B) | 284.52º | 1% | 0.36% | - |
| XYZ | 4.43 | 2.06 | 10.52 | - |
| YUV | 31.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 93 | 0.26 | 1 | 0 | 0.64 | 284.52 | 1 | 0.18 |
| Hex | 45 | 0 | 5D | 1A | 64 | 0 | 40 | 11D | 64 | 12 |
| Octal | 105 | 0 | 135 | 32 | 144 | 0 | 100 | 435 | 144 | 22 |
| Binary | 1000101 | 0 | 1011101 | 11010 | 1100100 | 0 | 1000000 | 100011101 | 1100100 | 10010 |
Color Harmonies of #45005D
Complementary color
Monochromatic Colors of #45005D
Black with #45005D
Text Example
Text Example
White with #45005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45005D; }
p { color: rgb(69,0,93); }
H1.HeaderClassName
{
color: #45005D;
}
.AnyTagClassName
{
color: #45005D;
}
</style>
background-color css
<style>
a { background-color: #45005D; }
a { background-color: rgb(69,0,93); }
div.DivClassName
{
background-color: #45005D;
}
.BgClassName
{
background-color: #45005D;
}
</style>
border-color css
<style>
span { border-color: #45005D; }
span { border-color: rgb(69,0,93); }
td.TdClassName
{
border-color: #45005D;
}
.TagClassName
{
border-color: #45005D;
}
</style>