Shades of Indigo #45016B
Tints of Indigo #45016B
RGB
CMYK
RGB Variations
Color information
#45016B (or 0x45016B) is known color: Indigo. HEX triplet: 45, 01 and 6B. RGB value is (69,1,107). Sum of RGB (Red+Green+Blue) = 69+1+107=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #45016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45016B is #BAFE94. Grayscale: #212121. Windows color (decimal): -12254869 or 7012677. OLE color: 7012677.
HSL color Cylindrical-coordinate representation of color #45016B: hue angle of 278.49º 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 #45016B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 1 | 107 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.58 |
| HSL | 278.49º | 0.98% | 0.21% | - |
| HSV(B) | 278.49º | 0.99% | 0.42% | - |
| XYZ | 5.12 | 2.35 | 14.09 | - |
| YUV | 33.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 107 | 0.36 | 0.99 | 0 | 0.58 | 278.49 | 0.98 | 0.21 |
| Hex | 45 | 1 | 6B | 24 | 63 | 0 | 3A | 116 | 62 | 15 |
| Octal | 105 | 1 | 153 | 44 | 143 | 0 | 72 | 426 | 142 | 25 |
| Binary | 1000101 | 1 | 1101011 | 100100 | 1100011 | 0 | 111010 | 100010110 | 1100010 | 10101 |
Color Harmonies of #45016B
Complementary color
Monochromatic Colors of #45016B
Black with #45016B
Text Example
Text Example
White with #45016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45016B; }
p { color: rgb(69,1,107); }
H1.HeaderClassName
{
color: #45016B;
}
.AnyTagClassName
{
color: #45016B;
}
</style>
background-color css
<style>
a { background-color: #45016B; }
a { background-color: rgb(69,1,107); }
div.DivClassName
{
background-color: #45016B;
}
.BgClassName
{
background-color: #45016B;
}
</style>
border-color css
<style>
span { border-color: #45016B; }
span { border-color: rgb(69,1,107); }
td.TdClassName
{
border-color: #45016B;
}
.TagClassName
{
border-color: #45016B;
}
</style>