Shades of Indigo #45019C
Tints of Indigo #45019C
RGB
CMYK
RGB Variations
Color information
#45019C (or 0x45019C) is known color: Indigo. HEX triplet: 45, 01 and 9C. RGB value is (69,1,156). Sum of RGB (Red+Green+Blue) = 69+1+156=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #45019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45019C is #BAFE63. Grayscale: #262626. Windows color (decimal): -12254820 or 10223941. OLE color: 10223941.
HSL color Cylindrical-coordinate representation of color #45019C: hue angle of 266.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45019C is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 1 | 156 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.39 |
| HSL | 266.32º | 0.99% | 0.31% | - |
| HSV(B) | 266.32º | 0.99% | 0.61% | - |
| XYZ | 8.47 | 3.69 | 31.72 | - |
| YUV | 39 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 156 | 0.56 | 0.99 | 0 | 0.39 | 266.32 | 0.99 | 0.31 |
| Hex | 45 | 1 | 9C | 38 | 63 | 0 | 27 | 10A | 63 | 1F |
| Octal | 105 | 1 | 234 | 70 | 143 | 0 | 47 | 412 | 143 | 37 |
| Binary | 1000101 | 1 | 10011100 | 111000 | 1100011 | 0 | 100111 | 100001010 | 1100011 | 11111 |
Color Harmonies of #45019C
Complementary color
Monochromatic Colors of #45019C
Black with #45019C
Text Example
Text Example
White with #45019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45019C; }
p { color: rgb(69,1,156); }
H1.HeaderClassName
{
color: #45019C;
}
.AnyTagClassName
{
color: #45019C;
}
</style>
background-color css
<style>
a { background-color: #45019C; }
a { background-color: rgb(69,1,156); }
div.DivClassName
{
background-color: #45019C;
}
.BgClassName
{
background-color: #45019C;
}
</style>
border-color css
<style>
span { border-color: #45019C; }
span { border-color: rgb(69,1,156); }
td.TdClassName
{
border-color: #45019C;
}
.TagClassName
{
border-color: #45019C;
}
</style>