Shades of Indigo #451395
Tints of Indigo #451395
RGB
CMYK
RGB Variations
Color information
#451395 (or 0x451395) is known color: Indigo. HEX triplet: 45, 13 and 95. RGB value is (69,19,149). Sum of RGB (Red+Green+Blue) = 69+19+149=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #451395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451395 is #BAEC6A. Grayscale: #303030. Windows color (decimal): -12250219 or 9769797. OLE color: 9769797.
HSL color Cylindrical-coordinate representation of color #451395: hue angle of 263.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451395 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 19 | 149 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.42 |
| HSL | 263.08º | 0.77% | 0.33% | - |
| HSV(B) | 263.08º | 0.87% | 0.58% | - |
| XYZ | 8.11 | 3.9 | 28.76 | - |
| YUV | 48.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 149 | 0.54 | 0.87 | 0 | 0.42 | 263.08 | 0.77 | 0.33 |
| Hex | 45 | 13 | 95 | 36 | 57 | 0 | 2A | 107 | 4D | 21 |
| Octal | 105 | 23 | 225 | 66 | 127 | 0 | 52 | 407 | 115 | 41 |
| Binary | 1000101 | 10011 | 10010101 | 110110 | 1010111 | 0 | 101010 | 100000111 | 1001101 | 100001 |
Color Harmonies of #451395
Complementary color
Monochromatic Colors of #451395
Black with #451395
Text Example
Text Example
White with #451395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451395; }
p { color: rgb(69,19,149); }
H1.HeaderClassName
{
color: #451395;
}
.AnyTagClassName
{
color: #451395;
}
</style>
background-color css
<style>
a { background-color: #451395; }
a { background-color: rgb(69,19,149); }
div.DivClassName
{
background-color: #451395;
}
.BgClassName
{
background-color: #451395;
}
</style>
border-color css
<style>
span { border-color: #451395; }
span { border-color: rgb(69,19,149); }
td.TdClassName
{
border-color: #451395;
}
.TagClassName
{
border-color: #451395;
}
</style>