Shades of Indigo #450268
Tints of Indigo #450268
RGB
CMYK
RGB Variations
Color information
#450268 (or 0x450268) is known color: Indigo. HEX triplet: 45, 02 and 68. RGB value is (69,2,104). Sum of RGB (Red+Green+Blue) = 69+2+104=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #450268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450268 is #BAFD97. Grayscale: #212121. Windows color (decimal): -12254616 or 6816325. OLE color: 6816325.
HSL color Cylindrical-coordinate representation of color #450268: hue angle of 279.41º 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 #450268 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 2 | 104 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.59 |
| HSL | 279.41º | 0.96% | 0.21% | - |
| HSV(B) | 279.41º | 0.98% | 0.41% | - |
| XYZ | 4.97 | 2.31 | 13.28 | - |
| YUV | 33.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 104 | 0.34 | 0.98 | 0 | 0.59 | 279.41 | 0.96 | 0.21 |
| Hex | 45 | 2 | 68 | 22 | 62 | 0 | 3B | 117 | 60 | 15 |
| Octal | 105 | 2 | 150 | 42 | 142 | 0 | 73 | 427 | 140 | 25 |
| Binary | 1000101 | 10 | 1101000 | 100010 | 1100010 | 0 | 111011 | 100010111 | 1100000 | 10101 |
Color Harmonies of #450268
Complementary color
Monochromatic Colors of #450268
Black with #450268
Text Example
Text Example
White with #450268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450268; }
p { color: rgb(69,2,104); }
H1.HeaderClassName
{
color: #450268;
}
.AnyTagClassName
{
color: #450268;
}
</style>
background-color css
<style>
a { background-color: #450268; }
a { background-color: rgb(69,2,104); }
div.DivClassName
{
background-color: #450268;
}
.BgClassName
{
background-color: #450268;
}
</style>
border-color css
<style>
span { border-color: #450268; }
span { border-color: rgb(69,2,104); }
td.TdClassName
{
border-color: #450268;
}
.TagClassName
{
border-color: #450268;
}
</style>