Shades of Indigo #450799
Tints of Indigo #450799
RGB
CMYK
RGB Variations
Color information
#450799 (or 0x450799) is known color: Indigo. HEX triplet: 45, 07 and 99. RGB value is (69,7,153). Sum of RGB (Red+Green+Blue) = 69+7+153=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #450799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450799 is #BAF866. Grayscale: #292929. Windows color (decimal): -12253287 or 10028869. OLE color: 10028869.
HSL color Cylindrical-coordinate representation of color #450799: hue angle of 265.48º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450799 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 7 | 153 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.4 |
| HSL | 265.48º | 0.91% | 0.31% | - |
| HSV(B) | 265.48º | 0.95% | 0.6% | - |
| XYZ | 8.28 | 3.72 | 30.42 | - |
| YUV | 42.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 153 | 0.55 | 0.95 | 0 | 0.4 | 265.48 | 0.91 | 0.31 |
| Hex | 45 | 7 | 99 | 37 | 5F | 0 | 28 | 109 | 5B | 1F |
| Octal | 105 | 7 | 231 | 67 | 137 | 0 | 50 | 411 | 133 | 37 |
| Binary | 1000101 | 111 | 10011001 | 110111 | 1011111 | 0 | 101000 | 100001001 | 1011011 | 11111 |
Color Harmonies of #450799
Complementary color
Monochromatic Colors of #450799
Black with #450799
Text Example
Text Example
White with #450799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450799; }
p { color: rgb(69,7,153); }
H1.HeaderClassName
{
color: #450799;
}
.AnyTagClassName
{
color: #450799;
}
</style>
background-color css
<style>
a { background-color: #450799; }
a { background-color: rgb(69,7,153); }
div.DivClassName
{
background-color: #450799;
}
.BgClassName
{
background-color: #450799;
}
</style>
border-color css
<style>
span { border-color: #450799; }
span { border-color: rgb(69,7,153); }
td.TdClassName
{
border-color: #450799;
}
.TagClassName
{
border-color: #450799;
}
</style>