Shades of Indigo #450765
Tints of Indigo #450765
RGB
CMYK
RGB Variations
Color information
#450765 (or 0x450765) is known color: Indigo. HEX triplet: 45, 07 and 65. RGB value is (69,7,101). Sum of RGB (Red+Green+Blue) = 69+7+101=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #450765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450765 is #BAF89A. Grayscale: #232323. Windows color (decimal): -12253339 or 6620997. OLE color: 6620997.
HSL color Cylindrical-coordinate representation of color #450765: hue angle of 279.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450765 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 7 | 101 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.60 |
| HSL | 279.57º | 0.87% | 0.21% | - |
| HSV(B) | 279.57º | 0.93% | 0.4% | - |
| XYZ | 4.88 | 2.36 | 12.51 | - |
| YUV | 36.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 101 | 0.32 | 0.93 | 0 | 0.60 | 279.57 | 0.87 | 0.21 |
| Hex | 45 | 7 | 65 | 20 | 5D | 0 | 3C | 118 | 57 | 15 |
| Octal | 105 | 7 | 145 | 40 | 135 | 0 | 74 | 430 | 127 | 25 |
| Binary | 1000101 | 111 | 1100101 | 100000 | 1011101 | 0 | 111100 | 100011000 | 1010111 | 10101 |
Color Harmonies of #450765
Complementary color
Monochromatic Colors of #450765
Black with #450765
Text Example
Text Example
White with #450765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450765; }
p { color: rgb(69,7,101); }
H1.HeaderClassName
{
color: #450765;
}
.AnyTagClassName
{
color: #450765;
}
</style>
background-color css
<style>
a { background-color: #450765; }
a { background-color: rgb(69,7,101); }
div.DivClassName
{
background-color: #450765;
}
.BgClassName
{
background-color: #450765;
}
</style>
border-color css
<style>
span { border-color: #450765; }
span { border-color: rgb(69,7,101); }
td.TdClassName
{
border-color: #450765;
}
.TagClassName
{
border-color: #450765;
}
</style>