Shades of Indigo #45005F
Tints of Indigo #45005F
RGB
CMYK
RGB Variations
Color information
#45005F (or 0x45005F) is known color: Indigo. HEX triplet: 45, 00 and 5F. RGB value is (69,0,95). Sum of RGB (Red+Green+Blue) = 69+0+95=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #45005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45005F is #BAFFA0. Grayscale: #1F1F1F. Windows color (decimal): -12255137 or 6225989. OLE color: 6225989.
HSL color Cylindrical-coordinate representation of color #45005F: hue angle of 283.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45005F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 0 | 95 | - |
| CMYK | 0.27 | 1 | 0 | 0.63 |
| HSL | 283.58º | 1% | 0.19% | - |
| HSV(B) | 283.58º | 1% | 0.37% | - |
| XYZ | 4.52 | 2.09 | 10.99 | - |
| YUV | 31.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 95 | 0.27 | 1 | 0 | 0.63 | 283.58 | 1 | 0.19 |
| Hex | 45 | 0 | 5F | 1B | 64 | 0 | 3F | 11C | 64 | 13 |
| Octal | 105 | 0 | 137 | 33 | 144 | 0 | 77 | 434 | 144 | 23 |
| Binary | 1000101 | 0 | 1011111 | 11011 | 1100100 | 0 | 111111 | 100011100 | 1100100 | 10011 |
Color Harmonies of #45005F
Complementary color
Monochromatic Colors of #45005F
Black with #45005F
Text Example
Text Example
White with #45005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45005F; }
p { color: rgb(69,0,95); }
H1.HeaderClassName
{
color: #45005F;
}
.AnyTagClassName
{
color: #45005F;
}
</style>
background-color css
<style>
a { background-color: #45005F; }
a { background-color: rgb(69,0,95); }
div.DivClassName
{
background-color: #45005F;
}
.BgClassName
{
background-color: #45005F;
}
</style>
border-color css
<style>
span { border-color: #45005F; }
span { border-color: rgb(69,0,95); }
td.TdClassName
{
border-color: #45005F;
}
.TagClassName
{
border-color: #45005F;
}
</style>