Shades of Indigo #450C74
Tints of Indigo #450C74
RGB
CMYK
RGB Variations
Color information
#450C74 (or 0x450C74) is known color: Indigo. HEX triplet: 45, 0C and 74. RGB value is (69,12,116). Sum of RGB (Red+Green+Blue) = 69+12+116=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #450C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C74 is #BAF38B. Grayscale: #282828. Windows color (decimal): -12252044 or 7605317. OLE color: 7605317.
HSL color Cylindrical-coordinate representation of color #450C74: hue angle of 272.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450C74 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 12 | 116 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.55 |
| HSL | 272.88º | 0.81% | 0.25% | - |
| HSV(B) | 272.88º | 0.9% | 0.45% | - |
| XYZ | 5.74 | 2.79 | 16.76 | - |
| YUV | 40.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 116 | 0.41 | 0.90 | 0 | 0.55 | 272.88 | 0.81 | 0.25 |
| Hex | 45 | C | 74 | 29 | 5A | 0 | 37 | 111 | 51 | 19 |
| Octal | 105 | 14 | 164 | 51 | 132 | 0 | 67 | 421 | 121 | 31 |
| Binary | 1000101 | 1100 | 1110100 | 101001 | 1011010 | 0 | 110111 | 100010001 | 1010001 | 11001 |
Color Harmonies of #450C74
Complementary color
Monochromatic Colors of #450C74
Black with #450C74
Text Example
Text Example
White with #450C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C74; }
p { color: rgb(69,12,116); }
H1.HeaderClassName
{
color: #450C74;
}
.AnyTagClassName
{
color: #450C74;
}
</style>
background-color css
<style>
a { background-color: #450C74; }
a { background-color: rgb(69,12,116); }
div.DivClassName
{
background-color: #450C74;
}
.BgClassName
{
background-color: #450C74;
}
</style>
border-color css
<style>
span { border-color: #450C74; }
span { border-color: rgb(69,12,116); }
td.TdClassName
{
border-color: #450C74;
}
.TagClassName
{
border-color: #450C74;
}
</style>