Shades of Indigo #450474
Tints of Indigo #450474
RGB
CMYK
RGB Variations
Color information
#450474 (or 0x450474) is known color: Indigo. HEX triplet: 45, 04 and 74. RGB value is (69,4,116). Sum of RGB (Red+Green+Blue) = 69+4+116=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #450474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450474 is #BAFB8B. Grayscale: #232323. Windows color (decimal): -12254092 or 7603269. OLE color: 7603269.
HSL color Cylindrical-coordinate representation of color #450474: hue angle of 274.82º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450474 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 4 | 116 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.55 |
| HSL | 274.82º | 0.93% | 0.24% | - |
| HSV(B) | 274.82º | 0.97% | 0.45% | - |
| XYZ | 5.65 | 2.61 | 16.73 | - |
| YUV | 36.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 116 | 0.41 | 0.97 | 0 | 0.55 | 274.82 | 0.93 | 0.24 |
| Hex | 45 | 4 | 74 | 29 | 61 | 0 | 37 | 113 | 5D | 18 |
| Octal | 105 | 4 | 164 | 51 | 141 | 0 | 67 | 423 | 135 | 30 |
| Binary | 1000101 | 100 | 1110100 | 101001 | 1100001 | 0 | 110111 | 100010011 | 1011101 | 11000 |
Color Harmonies of #450474
Complementary color
Monochromatic Colors of #450474
Black with #450474
Text Example
Text Example
White with #450474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450474; }
p { color: rgb(69,4,116); }
H1.HeaderClassName
{
color: #450474;
}
.AnyTagClassName
{
color: #450474;
}
</style>
background-color css
<style>
a { background-color: #450474; }
a { background-color: rgb(69,4,116); }
div.DivClassName
{
background-color: #450474;
}
.BgClassName
{
background-color: #450474;
}
</style>
border-color css
<style>
span { border-color: #450474; }
span { border-color: rgb(69,4,116); }
td.TdClassName
{
border-color: #450474;
}
.TagClassName
{
border-color: #450474;
}
</style>