Shades of Indigo #450A68
Tints of Indigo #450A68
RGB
CMYK
RGB Variations
Color information
#450A68 (or 0x450A68) is known color: Indigo. HEX triplet: 45, 0A and 68. RGB value is (69,10,104). Sum of RGB (Red+Green+Blue) = 69+10+104=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #450A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A68 is #BAF597. Grayscale: #262626. Windows color (decimal): -12252568 or 6818373. OLE color: 6818373.
HSL color Cylindrical-coordinate representation of color #450A68: hue angle of 277.66º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450A68 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 10 | 104 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.59 |
| HSL | 277.66º | 0.82% | 0.22% | - |
| HSV(B) | 277.66º | 0.9% | 0.41% | - |
| XYZ | 5.06 | 2.48 | 13.31 | - |
| YUV | 38.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 104 | 0.34 | 0.90 | 0 | 0.59 | 277.66 | 0.82 | 0.22 |
| Hex | 45 | A | 68 | 22 | 5A | 0 | 3B | 116 | 52 | 16 |
| Octal | 105 | 12 | 150 | 42 | 132 | 0 | 73 | 426 | 122 | 26 |
| Binary | 1000101 | 1010 | 1101000 | 100010 | 1011010 | 0 | 111011 | 100010110 | 1010010 | 10110 |
Color Harmonies of #450A68
Complementary color
Monochromatic Colors of #450A68
Black with #450A68
Text Example
Text Example
White with #450A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A68; }
p { color: rgb(69,10,104); }
H1.HeaderClassName
{
color: #450A68;
}
.AnyTagClassName
{
color: #450A68;
}
</style>
background-color css
<style>
a { background-color: #450A68; }
a { background-color: rgb(69,10,104); }
div.DivClassName
{
background-color: #450A68;
}
.BgClassName
{
background-color: #450A68;
}
</style>
border-color css
<style>
span { border-color: #450A68; }
span { border-color: rgb(69,10,104); }
td.TdClassName
{
border-color: #450A68;
}
.TagClassName
{
border-color: #450A68;
}
</style>