Shades of Indigo #451386
Tints of Indigo #451386
RGB
CMYK
RGB Variations
Color information
#451386 (or 0x451386) is known color: Indigo. HEX triplet: 45, 13 and 86. RGB value is (69,19,134). Sum of RGB (Red+Green+Blue) = 69+19+134=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #451386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451386 is #BAEC79. Grayscale: #2E2E2E. Windows color (decimal): -12250234 or 8786757. OLE color: 8786757.
HSL color Cylindrical-coordinate representation of color #451386: hue angle of 266.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451386 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 19 | 134 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.47 |
| HSL | 266.09º | 0.75% | 0.3% | - |
| HSV(B) | 266.09º | 0.86% | 0.53% | - |
| XYZ | 6.99 | 3.45 | 22.85 | - |
| YUV | 47.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 134 | 0.49 | 0.86 | 0 | 0.47 | 266.09 | 0.75 | 0.3 |
| Hex | 45 | 13 | 86 | 31 | 56 | 0 | 2F | 10A | 4B | 1E |
| Octal | 105 | 23 | 206 | 61 | 126 | 0 | 57 | 412 | 113 | 36 |
| Binary | 1000101 | 10011 | 10000110 | 110001 | 1010110 | 0 | 101111 | 100001010 | 1001011 | 11110 |
Color Harmonies of #451386
Complementary color
Monochromatic Colors of #451386
Black with #451386
Text Example
Text Example
White with #451386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451386; }
p { color: rgb(69,19,134); }
H1.HeaderClassName
{
color: #451386;
}
.AnyTagClassName
{
color: #451386;
}
</style>
background-color css
<style>
a { background-color: #451386; }
a { background-color: rgb(69,19,134); }
div.DivClassName
{
background-color: #451386;
}
.BgClassName
{
background-color: #451386;
}
</style>
border-color css
<style>
span { border-color: #451386; }
span { border-color: rgb(69,19,134); }
td.TdClassName
{
border-color: #451386;
}
.TagClassName
{
border-color: #451386;
}
</style>