Shades of Indigo #450194
Tints of Indigo #450194
RGB
CMYK
RGB Variations
Color information
#450194 (or 0x450194) is known color: Indigo. HEX triplet: 45, 01 and 94. RGB value is (69,1,148). Sum of RGB (Red+Green+Blue) = 69+1+148=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #450194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450194 is #BAFE6B. Grayscale: #252525. Windows color (decimal): -12254828 or 9699653. OLE color: 9699653.
HSL color Cylindrical-coordinate representation of color #450194: hue angle of 267.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450194 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 1 | 148 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.42 |
| HSL | 267.76º | 0.99% | 0.29% | - |
| HSV(B) | 267.76º | 0.99% | 0.58% | - |
| XYZ | 7.81 | 3.43 | 28.27 | - |
| YUV | 38.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 148 | 0.53 | 0.99 | 0 | 0.42 | 267.76 | 0.99 | 0.29 |
| Hex | 45 | 1 | 94 | 35 | 63 | 0 | 2A | 10C | 63 | 1D |
| Octal | 105 | 1 | 224 | 65 | 143 | 0 | 52 | 414 | 143 | 35 |
| Binary | 1000101 | 1 | 10010100 | 110101 | 1100011 | 0 | 101010 | 100001100 | 1100011 | 11101 |
Color Harmonies of #450194
Complementary color
Monochromatic Colors of #450194
Black with #450194
Text Example
Text Example
White with #450194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450194; }
p { color: rgb(69,1,148); }
H1.HeaderClassName
{
color: #450194;
}
.AnyTagClassName
{
color: #450194;
}
</style>
background-color css
<style>
a { background-color: #450194; }
a { background-color: rgb(69,1,148); }
div.DivClassName
{
background-color: #450194;
}
.BgClassName
{
background-color: #450194;
}
</style>
border-color css
<style>
span { border-color: #450194; }
span { border-color: rgb(69,1,148); }
td.TdClassName
{
border-color: #450194;
}
.TagClassName
{
border-color: #450194;
}
</style>