Shades of Indigo #45016E
Tints of Indigo #45016E
RGB
CMYK
RGB Variations
Color information
#45016E (or 0x45016E) is known color: Indigo. HEX triplet: 45, 01 and 6E. RGB value is (69,1,110). Sum of RGB (Red+Green+Blue) = 69+1+110=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #45016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45016E is #BAFE91. Grayscale: #212121. Windows color (decimal): -12254866 or 7209285. OLE color: 7209285.
HSL color Cylindrical-coordinate representation of color #45016E: hue angle of 277.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45016E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 1 | 110 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.57 |
| HSL | 277.43º | 0.98% | 0.22% | - |
| HSV(B) | 277.43º | 0.99% | 0.43% | - |
| XYZ | 5.28 | 2.41 | 14.94 | - |
| YUV | 33.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 110 | 0.37 | 0.99 | 0 | 0.57 | 277.43 | 0.98 | 0.22 |
| Hex | 45 | 1 | 6E | 25 | 63 | 0 | 39 | 115 | 62 | 16 |
| Octal | 105 | 1 | 156 | 45 | 143 | 0 | 71 | 425 | 142 | 26 |
| Binary | 1000101 | 1 | 1101110 | 100101 | 1100011 | 0 | 111001 | 100010101 | 1100010 | 10110 |
Color Harmonies of #45016E
Complementary color
Monochromatic Colors of #45016E
Black with #45016E
Text Example
Text Example
White with #45016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45016E; }
p { color: rgb(69,1,110); }
H1.HeaderClassName
{
color: #45016E;
}
.AnyTagClassName
{
color: #45016E;
}
</style>
background-color css
<style>
a { background-color: #45016E; }
a { background-color: rgb(69,1,110); }
div.DivClassName
{
background-color: #45016E;
}
.BgClassName
{
background-color: #45016E;
}
</style>
border-color css
<style>
span { border-color: #45016E; }
span { border-color: rgb(69,1,110); }
td.TdClassName
{
border-color: #45016E;
}
.TagClassName
{
border-color: #45016E;
}
</style>