Shades of Indigo #450374
Tints of Indigo #450374
RGB
CMYK
RGB Variations
Color information
#450374 (or 0x450374) is known color: Indigo. HEX triplet: 45, 03 and 74. RGB value is (69,3,116). Sum of RGB (Red+Green+Blue) = 69+3+116=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #450374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450374 is #BAFC8B. Grayscale: #232323. Windows color (decimal): -12254348 or 7603013. OLE color: 7603013.
HSL color Cylindrical-coordinate representation of color #450374: hue angle of 275.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450374 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 3 | 116 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.55 |
| HSL | 275.04º | 0.95% | 0.23% | - |
| HSV(B) | 275.04º | 0.97% | 0.45% | - |
| XYZ | 5.64 | 2.59 | 16.73 | - |
| YUV | 35.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 116 | 0.41 | 0.97 | 0 | 0.55 | 275.04 | 0.95 | 0.23 |
| Hex | 45 | 3 | 74 | 29 | 61 | 0 | 37 | 113 | 5F | 17 |
| Octal | 105 | 3 | 164 | 51 | 141 | 0 | 67 | 423 | 137 | 27 |
| Binary | 1000101 | 11 | 1110100 | 101001 | 1100001 | 0 | 110111 | 100010011 | 1011111 | 10111 |
Color Harmonies of #450374
Complementary color
Monochromatic Colors of #450374
Black with #450374
Text Example
Text Example
White with #450374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450374; }
p { color: rgb(69,3,116); }
H1.HeaderClassName
{
color: #450374;
}
.AnyTagClassName
{
color: #450374;
}
</style>
background-color css
<style>
a { background-color: #450374; }
a { background-color: rgb(69,3,116); }
div.DivClassName
{
background-color: #450374;
}
.BgClassName
{
background-color: #450374;
}
</style>
border-color css
<style>
span { border-color: #450374; }
span { border-color: rgb(69,3,116); }
td.TdClassName
{
border-color: #450374;
}
.TagClassName
{
border-color: #450374;
}
</style>