Shades of Indigo #450168
Tints of Indigo #450168
RGB
CMYK
RGB Variations
Color information
#450168 (or 0x450168) is known color: Indigo. HEX triplet: 45, 01 and 68. RGB value is (69,1,104). Sum of RGB (Red+Green+Blue) = 69+1+104=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #450168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450168 is #BAFE97. Grayscale: #202020. Windows color (decimal): -12254872 or 6816069. OLE color: 6816069.
HSL color Cylindrical-coordinate representation of color #450168: hue angle of 279.61º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450168 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 1 | 104 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.59 |
| HSL | 279.61º | 0.98% | 0.21% | - |
| HSV(B) | 279.61º | 0.99% | 0.41% | - |
| XYZ | 4.96 | 2.29 | 13.28 | - |
| YUV | 33.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 104 | 0.34 | 0.99 | 0 | 0.59 | 279.61 | 0.98 | 0.21 |
| Hex | 45 | 1 | 68 | 22 | 63 | 0 | 3B | 118 | 62 | 15 |
| Octal | 105 | 1 | 150 | 42 | 143 | 0 | 73 | 430 | 142 | 25 |
| Binary | 1000101 | 1 | 1101000 | 100010 | 1100011 | 0 | 111011 | 100011000 | 1100010 | 10101 |
Color Harmonies of #450168
Complementary color
Monochromatic Colors of #450168
Black with #450168
Text Example
Text Example
White with #450168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450168; }
p { color: rgb(69,1,104); }
H1.HeaderClassName
{
color: #450168;
}
.AnyTagClassName
{
color: #450168;
}
</style>
background-color css
<style>
a { background-color: #450168; }
a { background-color: rgb(69,1,104); }
div.DivClassName
{
background-color: #450168;
}
.BgClassName
{
background-color: #450168;
}
</style>
border-color css
<style>
span { border-color: #450168; }
span { border-color: rgb(69,1,104); }
td.TdClassName
{
border-color: #450168;
}
.TagClassName
{
border-color: #450168;
}
</style>