Shades of Indigo #45159C
Tints of Indigo #45159C
RGB
CMYK
RGB Variations
Color information
#45159C (or 0x45159C) is known color: Indigo. HEX triplet: 45, 15 and 9C. RGB value is (69,21,156). Sum of RGB (Red+Green+Blue) = 69+21+156=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #45159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45159C is #BAEA63. Grayscale: #323232. Windows color (decimal): -12249700 or 10229061. OLE color: 10229061.
HSL color Cylindrical-coordinate representation of color #45159C: hue angle of 261.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45159C is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 21 | 156 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.39 |
| HSL | 261.33º | 0.76% | 0.35% | - |
| HSV(B) | 261.33º | 0.87% | 0.61% | - |
| XYZ | 8.72 | 4.2 | 31.8 | - |
| YUV | 50.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 156 | 0.56 | 0.87 | 0 | 0.39 | 261.33 | 0.76 | 0.35 |
| Hex | 45 | 15 | 9C | 38 | 57 | 0 | 27 | 105 | 4C | 23 |
| Octal | 105 | 25 | 234 | 70 | 127 | 0 | 47 | 405 | 114 | 43 |
| Binary | 1000101 | 10101 | 10011100 | 111000 | 1010111 | 0 | 100111 | 100000101 | 1001100 | 100011 |
Color Harmonies of #45159C
Complementary color
Monochromatic Colors of #45159C
Black with #45159C
Text Example
Text Example
White with #45159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45159C; }
p { color: rgb(69,21,156); }
H1.HeaderClassName
{
color: #45159C;
}
.AnyTagClassName
{
color: #45159C;
}
</style>
background-color css
<style>
a { background-color: #45159C; }
a { background-color: rgb(69,21,156); }
div.DivClassName
{
background-color: #45159C;
}
.BgClassName
{
background-color: #45159C;
}
</style>
border-color css
<style>
span { border-color: #45159C; }
span { border-color: rgb(69,21,156); }
td.TdClassName
{
border-color: #45159C;
}
.TagClassName
{
border-color: #45159C;
}
</style>