Shades of Indigo #450463
Tints of Indigo #450463
RGB
CMYK
RGB Variations
Color information
#450463 (or 0x450463) is known color: Indigo. HEX triplet: 45, 04 and 63. RGB value is (69,4,99). Sum of RGB (Red+Green+Blue) = 69+4+99=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #450463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450463 is #BAFB9C. Grayscale: #212121. Windows color (decimal): -12254109 or 6489157. OLE color: 6489157.
HSL color Cylindrical-coordinate representation of color #450463: hue angle of 281.05º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450463 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 4 | 99 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.61 |
| HSL | 281.05º | 0.92% | 0.2% | - |
| HSV(B) | 281.05º | 0.96% | 0.39% | - |
| XYZ | 4.75 | 2.25 | 11.99 | - |
| YUV | 34.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 99 | 0.30 | 0.96 | 0 | 0.61 | 281.05 | 0.92 | 0.2 |
| Hex | 45 | 4 | 63 | 1E | 60 | 0 | 3D | 119 | 5C | 14 |
| Octal | 105 | 4 | 143 | 36 | 140 | 0 | 75 | 431 | 134 | 24 |
| Binary | 1000101 | 100 | 1100011 | 11110 | 1100000 | 0 | 111101 | 100011001 | 1011100 | 10100 |
Color Harmonies of #450463
Complementary color
Monochromatic Colors of #450463
Black with #450463
Text Example
Text Example
White with #450463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450463; }
p { color: rgb(69,4,99); }
H1.HeaderClassName
{
color: #450463;
}
.AnyTagClassName
{
color: #450463;
}
</style>
background-color css
<style>
a { background-color: #450463; }
a { background-color: rgb(69,4,99); }
div.DivClassName
{
background-color: #450463;
}
.BgClassName
{
background-color: #450463;
}
</style>
border-color css
<style>
span { border-color: #450463; }
span { border-color: rgb(69,4,99); }
td.TdClassName
{
border-color: #450463;
}
.TagClassName
{
border-color: #450463;
}
</style>