Shades of Indigo #450267
Tints of Indigo #450267
RGB
CMYK
RGB Variations
Color information
#450267 (or 0x450267) is known color: Indigo. HEX triplet: 45, 02 and 67. RGB value is (69,2,103). Sum of RGB (Red+Green+Blue) = 69+2+103=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #450267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450267 is #BAFD98. Grayscale: #212121. Windows color (decimal): -12254617 or 6750789. OLE color: 6750789.
HSL color Cylindrical-coordinate representation of color #450267: hue angle of 279.8º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450267 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 2 | 103 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.60 |
| HSL | 279.8º | 0.96% | 0.21% | - |
| HSV(B) | 279.8º | 0.98% | 0.4% | - |
| XYZ | 4.92 | 2.29 | 13.01 | - |
| YUV | 33.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 103 | 0.33 | 0.98 | 0 | 0.60 | 279.8 | 0.96 | 0.21 |
| Hex | 45 | 2 | 67 | 21 | 62 | 0 | 3C | 118 | 60 | 15 |
| Octal | 105 | 2 | 147 | 41 | 142 | 0 | 74 | 430 | 140 | 25 |
| Binary | 1000101 | 10 | 1100111 | 100001 | 1100010 | 0 | 111100 | 100011000 | 1100000 | 10101 |
Color Harmonies of #450267
Complementary color
Monochromatic Colors of #450267
Black with #450267
Text Example
Text Example
White with #450267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450267; }
p { color: rgb(69,2,103); }
H1.HeaderClassName
{
color: #450267;
}
.AnyTagClassName
{
color: #450267;
}
</style>
background-color css
<style>
a { background-color: #450267; }
a { background-color: rgb(69,2,103); }
div.DivClassName
{
background-color: #450267;
}
.BgClassName
{
background-color: #450267;
}
</style>
border-color css
<style>
span { border-color: #450267; }
span { border-color: rgb(69,2,103); }
td.TdClassName
{
border-color: #450267;
}
.TagClassName
{
border-color: #450267;
}
</style>