Shades of Indigo #481593
Tints of Indigo #481593
RGB
CMYK
RGB Variations
Color information
#481593 (or 0x481593) is known color: Indigo. HEX triplet: 48, 15 and 93. RGB value is (72,21,147). Sum of RGB (Red+Green+Blue) = 72+21+147=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #481593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481593 is #B7EA6C. Grayscale: #323232. Windows color (decimal): -12053101 or 9639240. OLE color: 9639240.
HSL color Cylindrical-coordinate representation of color #481593: hue angle of 264.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481593 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 21 | 147 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.42 |
| HSL | 264.29º | 0.75% | 0.33% | - |
| HSV(B) | 264.29º | 0.86% | 0.58% | - |
| XYZ | 8.21 | 4.02 | 27.95 | - |
| YUV | 50.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 147 | 0.51 | 0.86 | 0 | 0.42 | 264.29 | 0.75 | 0.33 |
| Hex | 48 | 15 | 93 | 33 | 56 | 0 | 2A | 108 | 4B | 21 |
| Octal | 110 | 25 | 223 | 63 | 126 | 0 | 52 | 410 | 113 | 41 |
| Binary | 1001000 | 10101 | 10010011 | 110011 | 1010110 | 0 | 101010 | 100001000 | 1001011 | 100001 |
Color Harmonies of #481593
Complementary color
Monochromatic Colors of #481593
Black with #481593
Text Example
Text Example
White with #481593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481593; }
p { color: rgb(72,21,147); }
H1.HeaderClassName
{
color: #481593;
}
.AnyTagClassName
{
color: #481593;
}
</style>
background-color css
<style>
a { background-color: #481593; }
a { background-color: rgb(72,21,147); }
div.DivClassName
{
background-color: #481593;
}
.BgClassName
{
background-color: #481593;
}
</style>
border-color css
<style>
span { border-color: #481593; }
span { border-color: rgb(72,21,147); }
td.TdClassName
{
border-color: #481593;
}
.TagClassName
{
border-color: #481593;
}
</style>