Shades of Indigo #450C7C
Tints of Indigo #450C7C
RGB
CMYK
RGB Variations
Color information
#450C7C (or 0x450C7C) is known color: Indigo. HEX triplet: 45, 0C and 7C. RGB value is (69,12,124). Sum of RGB (Red+Green+Blue) = 69+12+124=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #450C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C7C is #BAF383. Grayscale: #292929. Windows color (decimal): -12252036 or 8129605. OLE color: 8129605.
HSL color Cylindrical-coordinate representation of color #450C7C: hue angle of 270.54º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450C7C is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 12 | 124 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.51 |
| HSL | 270.54º | 0.82% | 0.27% | - |
| HSV(B) | 270.54º | 0.9% | 0.49% | - |
| XYZ | 6.22 | 2.98 | 19.32 | - |
| YUV | 41.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 124 | 0.44 | 0.90 | 0 | 0.51 | 270.54 | 0.82 | 0.27 |
| Hex | 45 | C | 7C | 2C | 5A | 0 | 33 | 10F | 52 | 1B |
| Octal | 105 | 14 | 174 | 54 | 132 | 0 | 63 | 417 | 122 | 33 |
| Binary | 1000101 | 1100 | 1111100 | 101100 | 1011010 | 0 | 110011 | 100001111 | 1010010 | 11011 |
Color Harmonies of #450C7C
Complementary color
Monochromatic Colors of #450C7C
Black with #450C7C
Text Example
Text Example
White with #450C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C7C; }
p { color: rgb(69,12,124); }
H1.HeaderClassName
{
color: #450C7C;
}
.AnyTagClassName
{
color: #450C7C;
}
</style>
background-color css
<style>
a { background-color: #450C7C; }
a { background-color: rgb(69,12,124); }
div.DivClassName
{
background-color: #450C7C;
}
.BgClassName
{
background-color: #450C7C;
}
</style>
border-color css
<style>
span { border-color: #450C7C; }
span { border-color: rgb(69,12,124); }
td.TdClassName
{
border-color: #450C7C;
}
.TagClassName
{
border-color: #450C7C;
}
</style>