Shades of Indigo #450198
Tints of Indigo #450198
RGB
CMYK
RGB Variations
Color information
#450198 (or 0x450198) is known color: Indigo. HEX triplet: 45, 01 and 98. RGB value is (69,1,152). Sum of RGB (Red+Green+Blue) = 69+1+152=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #450198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450198 is #BAFE67. Grayscale: #262626. Windows color (decimal): -12254824 or 9961797. OLE color: 9961797.
HSL color Cylindrical-coordinate representation of color #450198: hue angle of 267.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450198 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 1 | 152 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.40 |
| HSL | 267.02º | 0.99% | 0.3% | - |
| HSV(B) | 267.02º | 0.99% | 0.6% | - |
| XYZ | 8.13 | 3.55 | 29.96 | - |
| YUV | 38.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 152 | 0.55 | 0.99 | 0 | 0.40 | 267.02 | 0.99 | 0.3 |
| Hex | 45 | 1 | 98 | 37 | 63 | 0 | 28 | 10B | 63 | 1E |
| Octal | 105 | 1 | 230 | 67 | 143 | 0 | 50 | 413 | 143 | 36 |
| Binary | 1000101 | 1 | 10011000 | 110111 | 1100011 | 0 | 101000 | 100001011 | 1100011 | 11110 |
Color Harmonies of #450198
Complementary color
Monochromatic Colors of #450198
Black with #450198
Text Example
Text Example
White with #450198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450198; }
p { color: rgb(69,1,152); }
H1.HeaderClassName
{
color: #450198;
}
.AnyTagClassName
{
color: #450198;
}
</style>
background-color css
<style>
a { background-color: #450198; }
a { background-color: rgb(69,1,152); }
div.DivClassName
{
background-color: #450198;
}
.BgClassName
{
background-color: #450198;
}
</style>
border-color css
<style>
span { border-color: #450198; }
span { border-color: rgb(69,1,152); }
td.TdClassName
{
border-color: #450198;
}
.TagClassName
{
border-color: #450198;
}
</style>