Shades of Indigo #450878
Tints of Indigo #450878
RGB
CMYK
RGB Variations
Color information
#450878 (or 0x450878) is known color: Indigo. HEX triplet: 45, 08 and 78. RGB value is (69,8,120). Sum of RGB (Red+Green+Blue) = 69+8+120=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #450878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450878 is #BAF787. Grayscale: #262626. Windows color (decimal): -12253064 or 7866437. OLE color: 7866437.
HSL color Cylindrical-coordinate representation of color #450878: hue angle of 272.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450878 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 8 | 120 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.53 |
| HSL | 272.68º | 0.88% | 0.25% | - |
| HSV(B) | 272.68º | 0.93% | 0.47% | - |
| XYZ | 5.93 | 2.79 | 18 | - |
| YUV | 39.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 120 | 0.42 | 0.93 | 0 | 0.53 | 272.68 | 0.88 | 0.25 |
| Hex | 45 | 8 | 78 | 2A | 5D | 0 | 35 | 111 | 58 | 19 |
| Octal | 105 | 10 | 170 | 52 | 135 | 0 | 65 | 421 | 130 | 31 |
| Binary | 1000101 | 1000 | 1111000 | 101010 | 1011101 | 0 | 110101 | 100010001 | 1011000 | 11001 |
Color Harmonies of #450878
Complementary color
Monochromatic Colors of #450878
Black with #450878
Text Example
Text Example
White with #450878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450878; }
p { color: rgb(69,8,120); }
H1.HeaderClassName
{
color: #450878;
}
.AnyTagClassName
{
color: #450878;
}
</style>
background-color css
<style>
a { background-color: #450878; }
a { background-color: rgb(69,8,120); }
div.DivClassName
{
background-color: #450878;
}
.BgClassName
{
background-color: #450878;
}
</style>
border-color css
<style>
span { border-color: #450878; }
span { border-color: rgb(69,8,120); }
td.TdClassName
{
border-color: #450878;
}
.TagClassName
{
border-color: #450878;
}
</style>