Shades of Indigo #450E67
Tints of Indigo #450E67
RGB
CMYK
RGB Variations
Color information
#450E67 (or 0x450E67) is known color: Indigo. HEX triplet: 45, 0E and 67. RGB value is (69,14,103). Sum of RGB (Red+Green+Blue) = 69+14+103=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #450E67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E67 is #BAF198. Grayscale: #282828. Windows color (decimal): -12251545 or 6753861. OLE color: 6753861.
HSL color Cylindrical-coordinate representation of color #450E67: hue angle of 277.08º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450E67 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 14 | 103 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.60 |
| HSL | 277.08º | 0.76% | 0.23% | - |
| HSV(B) | 277.08º | 0.86% | 0.4% | - |
| XYZ | 5.06 | 2.56 | 13.06 | - |
| YUV | 40.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 103 | 0.33 | 0.86 | 0 | 0.60 | 277.08 | 0.76 | 0.23 |
| Hex | 45 | E | 67 | 21 | 56 | 0 | 3C | 115 | 4C | 17 |
| Octal | 105 | 16 | 147 | 41 | 126 | 0 | 74 | 425 | 114 | 27 |
| Binary | 1000101 | 1110 | 1100111 | 100001 | 1010110 | 0 | 111100 | 100010101 | 1001100 | 10111 |
Color Harmonies of #450E67
Complementary color
Monochromatic Colors of #450E67
Black with #450E67
Text Example
Text Example
White with #450E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E67; }
p { color: rgb(69,14,103); }
H1.HeaderClassName
{
color: #450E67;
}
.AnyTagClassName
{
color: #450E67;
}
</style>
background-color css
<style>
a { background-color: #450E67; }
a { background-color: rgb(69,14,103); }
div.DivClassName
{
background-color: #450E67;
}
.BgClassName
{
background-color: #450E67;
}
</style>
border-color css
<style>
span { border-color: #450E67; }
span { border-color: rgb(69,14,103); }
td.TdClassName
{
border-color: #450E67;
}
.TagClassName
{
border-color: #450E67;
}
</style>