Shades of Indigo #451293
Tints of Indigo #451293
RGB
CMYK
RGB Variations
Color information
#451293 (or 0x451293) is known color: Indigo. HEX triplet: 45, 12 and 93. RGB value is (69,18,147). Sum of RGB (Red+Green+Blue) = 69+18+147=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #451293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451293 is #BAED6C. Grayscale: #2F2F2F. Windows color (decimal): -12250477 or 9638469. OLE color: 9638469.
HSL color Cylindrical-coordinate representation of color #451293: hue angle of 263.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451293 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 18 | 147 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.42 |
| HSL | 263.72º | 0.78% | 0.32% | - |
| HSV(B) | 263.72º | 0.88% | 0.58% | - |
| XYZ | 7.94 | 3.8 | 27.92 | - |
| YUV | 47.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 147 | 0.53 | 0.88 | 0 | 0.42 | 263.72 | 0.78 | 0.32 |
| Hex | 45 | 12 | 93 | 35 | 58 | 0 | 2A | 108 | 4E | 20 |
| Octal | 105 | 22 | 223 | 65 | 130 | 0 | 52 | 410 | 116 | 40 |
| Binary | 1000101 | 10010 | 10010011 | 110101 | 1011000 | 0 | 101010 | 100001000 | 1001110 | 100000 |
Color Harmonies of #451293
Complementary color
Monochromatic Colors of #451293
Black with #451293
Text Example
Text Example
White with #451293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451293; }
p { color: rgb(69,18,147); }
H1.HeaderClassName
{
color: #451293;
}
.AnyTagClassName
{
color: #451293;
}
</style>
background-color css
<style>
a { background-color: #451293; }
a { background-color: rgb(69,18,147); }
div.DivClassName
{
background-color: #451293;
}
.BgClassName
{
background-color: #451293;
}
</style>
border-color css
<style>
span { border-color: #451293; }
span { border-color: rgb(69,18,147); }
td.TdClassName
{
border-color: #451293;
}
.TagClassName
{
border-color: #451293;
}
</style>