Shades of Indigo #450CAC
Tints of Indigo #450CAC
RGB
CMYK
RGB Variations
Color information
#450CAC (or 0x450CAC) is known color: Indigo. HEX triplet: 45, 0C and AC. RGB value is (69,12,172). Sum of RGB (Red+Green+Blue) = 69+12+172=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #450CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450CAC is #BAF353. Grayscale: #2E2E2E. Windows color (decimal): -12251988 or 11275333. OLE color: 11275333.
HSL color Cylindrical-coordinate representation of color #450CAC: hue angle of 261.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450CAC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 12 | 172 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.33 |
| HSL | 261.38º | 0.87% | 0.36% | - |
| HSV(B) | 261.38º | 0.93% | 0.67% | - |
| XYZ | 10.03 | 4.51 | 39.37 | - |
| YUV | 47.28 | 198.38 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 172 | 0.60 | 0.93 | 0 | 0.33 | 261.38 | 0.87 | 0.36 |
| Hex | 45 | C | AC | 3C | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 105 | 14 | 254 | 74 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000101 | 1100 | 10101100 | 111100 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #450CAC
Complementary color
Monochromatic Colors of #450CAC
Black with #450CAC
Text Example
Text Example
White with #450CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CAC; }
p { color: rgb(69,12,172); }
H1.HeaderClassName
{
color: #450CAC;
}
.AnyTagClassName
{
color: #450CAC;
}
</style>
background-color css
<style>
a { background-color: #450CAC; }
a { background-color: rgb(69,12,172); }
div.DivClassName
{
background-color: #450CAC;
}
.BgClassName
{
background-color: #450CAC;
}
</style>
border-color css
<style>
span { border-color: #450CAC; }
span { border-color: rgb(69,12,172); }
td.TdClassName
{
border-color: #450CAC;
}
.TagClassName
{
border-color: #450CAC;
}
</style>