Shades of Indigo #450269
Tints of Indigo #450269
RGB
CMYK
RGB Variations
Color information
#450269 (or 0x450269) is known color: Indigo. HEX triplet: 45, 02 and 69. RGB value is (69,2,105). Sum of RGB (Red+Green+Blue) = 69+2+105=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #450269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450269 is #BAFD96. Grayscale: #212121. Windows color (decimal): -12254615 or 6881861. OLE color: 6881861.
HSL color Cylindrical-coordinate representation of color #450269: hue angle of 279.03º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450269 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 2 | 105 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.59 |
| HSL | 279.03º | 0.96% | 0.21% | - |
| HSV(B) | 279.03º | 0.98% | 0.41% | - |
| XYZ | 5.03 | 2.33 | 13.55 | - |
| YUV | 33.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 105 | 0.34 | 0.98 | 0 | 0.59 | 279.03 | 0.96 | 0.21 |
| Hex | 45 | 2 | 69 | 22 | 62 | 0 | 3B | 117 | 60 | 15 |
| Octal | 105 | 2 | 151 | 42 | 142 | 0 | 73 | 427 | 140 | 25 |
| Binary | 1000101 | 10 | 1101001 | 100010 | 1100010 | 0 | 111011 | 100010111 | 1100000 | 10101 |
Color Harmonies of #450269
Complementary color
Monochromatic Colors of #450269
Black with #450269
Text Example
Text Example
White with #450269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450269; }
p { color: rgb(69,2,105); }
H1.HeaderClassName
{
color: #450269;
}
.AnyTagClassName
{
color: #450269;
}
</style>
background-color css
<style>
a { background-color: #450269; }
a { background-color: rgb(69,2,105); }
div.DivClassName
{
background-color: #450269;
}
.BgClassName
{
background-color: #450269;
}
</style>
border-color css
<style>
span { border-color: #450269; }
span { border-color: rgb(69,2,105); }
td.TdClassName
{
border-color: #450269;
}
.TagClassName
{
border-color: #450269;
}
</style>