Shades of Indigo #450583
Tints of Indigo #450583
RGB
CMYK
RGB Variations
Color information
#450583 (or 0x450583) is known color: Indigo. HEX triplet: 45, 05 and 83. RGB value is (69,5,131). Sum of RGB (Red+Green+Blue) = 69+5+131=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #450583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450583 is #BAFA7C. Grayscale: #262626. Windows color (decimal): -12253821 or 8586565. OLE color: 8586565.
HSL color Cylindrical-coordinate representation of color #450583: hue angle of 270.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450583 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 5 | 131 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.49 |
| HSL | 270.48º | 0.93% | 0.27% | - |
| HSV(B) | 270.48º | 0.96% | 0.51% | - |
| XYZ | 6.61 | 3.01 | 21.71 | - |
| YUV | 38.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 131 | 0.47 | 0.96 | 0 | 0.49 | 270.48 | 0.93 | 0.27 |
| Hex | 45 | 5 | 83 | 2F | 60 | 0 | 31 | 10E | 5D | 1B |
| Octal | 105 | 5 | 203 | 57 | 140 | 0 | 61 | 416 | 135 | 33 |
| Binary | 1000101 | 101 | 10000011 | 101111 | 1100000 | 0 | 110001 | 100001110 | 1011101 | 11011 |
Color Harmonies of #450583
Complementary color
Monochromatic Colors of #450583
Black with #450583
Text Example
Text Example
White with #450583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450583; }
p { color: rgb(69,5,131); }
H1.HeaderClassName
{
color: #450583;
}
.AnyTagClassName
{
color: #450583;
}
</style>
background-color css
<style>
a { background-color: #450583; }
a { background-color: rgb(69,5,131); }
div.DivClassName
{
background-color: #450583;
}
.BgClassName
{
background-color: #450583;
}
</style>
border-color css
<style>
span { border-color: #450583; }
span { border-color: rgb(69,5,131); }
td.TdClassName
{
border-color: #450583;
}
.TagClassName
{
border-color: #450583;
}
</style>