Shades of Indigo #450085
Tints of Indigo #450085
RGB
CMYK
RGB Variations
Color information
#450085 (or 0x450085) is known color: Indigo. HEX triplet: 45, 00 and 85. RGB value is (69,0,133). Sum of RGB (Red+Green+Blue) = 69+0+133=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #450085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450085 is #BAFF7A. Grayscale: #232323. Windows color (decimal): -12255099 or 8716357. OLE color: 8716357.
HSL color Cylindrical-coordinate representation of color #450085: hue angle of 271.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450085 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 0 | 133 | - |
| CMYK | 0.48 | 1 | 0 | 0.48 |
| HSL | 271.13º | 1% | 0.26% | - |
| HSV(B) | 271.13º | 1% | 0.52% | - |
| XYZ | 6.69 | 2.96 | 22.41 | - |
| YUV | 35.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 133 | 0.48 | 1 | 0 | 0.48 | 271.13 | 1 | 0.26 |
| Hex | 45 | 0 | 85 | 30 | 64 | 0 | 30 | 10F | 64 | 1A |
| Octal | 105 | 0 | 205 | 60 | 144 | 0 | 60 | 417 | 144 | 32 |
| Binary | 1000101 | 0 | 10000101 | 110000 | 1100100 | 0 | 110000 | 100001111 | 1100100 | 11010 |
Color Harmonies of #450085
Complementary color
Monochromatic Colors of #450085
Black with #450085
Text Example
Text Example
White with #450085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450085; }
p { color: rgb(69,0,133); }
H1.HeaderClassName
{
color: #450085;
}
.AnyTagClassName
{
color: #450085;
}
</style>
background-color css
<style>
a { background-color: #450085; }
a { background-color: rgb(69,0,133); }
div.DivClassName
{
background-color: #450085;
}
.BgClassName
{
background-color: #450085;
}
</style>
border-color css
<style>
span { border-color: #450085; }
span { border-color: rgb(69,0,133); }
td.TdClassName
{
border-color: #450085;
}
.TagClassName
{
border-color: #450085;
}
</style>