Shades of Indigo #45016A
Tints of Indigo #45016A
RGB
CMYK
RGB Variations
Color information
#45016A (or 0x45016A) is known color: Indigo. HEX triplet: 45, 01 and 6A. RGB value is (69,1,106). Sum of RGB (Red+Green+Blue) = 69+1+106=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #45016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45016A is #BAFE95. Grayscale: #202020. Windows color (decimal): -12254870 or 6947141. OLE color: 6947141.
HSL color Cylindrical-coordinate representation of color #45016A: hue angle of 278.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45016A is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 1 | 106 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.58 |
| HSL | 278.86º | 0.98% | 0.21% | - |
| HSV(B) | 278.86º | 0.99% | 0.42% | - |
| XYZ | 5.07 | 2.33 | 13.82 | - |
| YUV | 33.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 106 | 0.35 | 0.99 | 0 | 0.58 | 278.86 | 0.98 | 0.21 |
| Hex | 45 | 1 | 6A | 23 | 63 | 0 | 3A | 117 | 62 | 15 |
| Octal | 105 | 1 | 152 | 43 | 143 | 0 | 72 | 427 | 142 | 25 |
| Binary | 1000101 | 1 | 1101010 | 100011 | 1100011 | 0 | 111010 | 100010111 | 1100010 | 10101 |
Color Harmonies of #45016A
Complementary color
Monochromatic Colors of #45016A
Black with #45016A
Text Example
Text Example
White with #45016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45016A; }
p { color: rgb(69,1,106); }
H1.HeaderClassName
{
color: #45016A;
}
.AnyTagClassName
{
color: #45016A;
}
</style>
background-color css
<style>
a { background-color: #45016A; }
a { background-color: rgb(69,1,106); }
div.DivClassName
{
background-color: #45016A;
}
.BgClassName
{
background-color: #45016A;
}
</style>
border-color css
<style>
span { border-color: #45016A; }
span { border-color: rgb(69,1,106); }
td.TdClassName
{
border-color: #45016A;
}
.TagClassName
{
border-color: #45016A;
}
</style>