Shades of Indigo #450164
Tints of Indigo #450164
RGB
CMYK
RGB Variations
Color information
#450164 (or 0x450164) is known color: Indigo. HEX triplet: 45, 01 and 64. RGB value is (69,1,100). Sum of RGB (Red+Green+Blue) = 69+1+100=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #450164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450164 is #BAFE9B. Grayscale: #202020. Windows color (decimal): -12254876 or 6553925. OLE color: 6553925.
HSL color Cylindrical-coordinate representation of color #450164: hue angle of 281.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450164 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 1 | 100 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.61 |
| HSL | 281.21º | 0.98% | 0.2% | - |
| HSV(B) | 281.21º | 0.99% | 0.39% | - |
| XYZ | 4.77 | 2.21 | 12.23 | - |
| YUV | 32.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 100 | 0.31 | 0.99 | 0 | 0.61 | 281.21 | 0.98 | 0.2 |
| Hex | 45 | 1 | 64 | 1F | 63 | 0 | 3D | 119 | 62 | 14 |
| Octal | 105 | 1 | 144 | 37 | 143 | 0 | 75 | 431 | 142 | 24 |
| Binary | 1000101 | 1 | 1100100 | 11111 | 1100011 | 0 | 111101 | 100011001 | 1100010 | 10100 |
Color Harmonies of #450164
Complementary color
Monochromatic Colors of #450164
Black with #450164
Text Example
Text Example
White with #450164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450164; }
p { color: rgb(69,1,100); }
H1.HeaderClassName
{
color: #450164;
}
.AnyTagClassName
{
color: #450164;
}
</style>
background-color css
<style>
a { background-color: #450164; }
a { background-color: rgb(69,1,100); }
div.DivClassName
{
background-color: #450164;
}
.BgClassName
{
background-color: #450164;
}
</style>
border-color css
<style>
span { border-color: #450164; }
span { border-color: rgb(69,1,100); }
td.TdClassName
{
border-color: #450164;
}
.TagClassName
{
border-color: #450164;
}
</style>