Shades of Indigo #45019D
Tints of Indigo #45019D
RGB
CMYK
RGB Variations
Color information
#45019D (or 0x45019D) is known color: Indigo. HEX triplet: 45, 01 and 9D. RGB value is (69,1,157). Sum of RGB (Red+Green+Blue) = 69+1+157=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #45019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45019D is #BAFE62. Grayscale: #262626. Windows color (decimal): -12254819 or 10289477. OLE color: 10289477.
HSL color Cylindrical-coordinate representation of color #45019D: hue angle of 266.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45019D is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 1 | 157 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.38 |
| HSL | 266.15º | 0.99% | 0.31% | - |
| HSV(B) | 266.15º | 0.99% | 0.62% | - |
| XYZ | 8.55 | 3.72 | 32.17 | - |
| YUV | 39.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 157 | 0.56 | 0.99 | 0 | 0.38 | 266.15 | 0.99 | 0.31 |
| Hex | 45 | 1 | 9D | 38 | 63 | 0 | 26 | 10A | 63 | 1F |
| Octal | 105 | 1 | 235 | 70 | 143 | 0 | 46 | 412 | 143 | 37 |
| Binary | 1000101 | 1 | 10011101 | 111000 | 1100011 | 0 | 100110 | 100001010 | 1100011 | 11111 |
Color Harmonies of #45019D
Complementary color
Monochromatic Colors of #45019D
Black with #45019D
Text Example
Text Example
White with #45019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45019D; }
p { color: rgb(69,1,157); }
H1.HeaderClassName
{
color: #45019D;
}
.AnyTagClassName
{
color: #45019D;
}
</style>
background-color css
<style>
a { background-color: #45019D; }
a { background-color: rgb(69,1,157); }
div.DivClassName
{
background-color: #45019D;
}
.BgClassName
{
background-color: #45019D;
}
</style>
border-color css
<style>
span { border-color: #45019D; }
span { border-color: rgb(69,1,157); }
td.TdClassName
{
border-color: #45019D;
}
.TagClassName
{
border-color: #45019D;
}
</style>