Shades of Indigo #481093
Tints of Indigo #481093
RGB
CMYK
RGB Variations
Color information
#481093 (or 0x481093) is known color: Indigo. HEX triplet: 48, 10 and 93. RGB value is (72,16,147). Sum of RGB (Red+Green+Blue) = 72+16+147=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #481093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481093 is #B7EF6C. Grayscale: #2F2F2F. Windows color (decimal): -12054381 or 9637960. OLE color: 9637960.
HSL color Cylindrical-coordinate representation of color #481093: hue angle of 265.65º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481093 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 16 | 147 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.42 |
| HSL | 265.65º | 0.8% | 0.32% | - |
| HSV(B) | 265.65º | 0.89% | 0.58% | - |
| XYZ | 8.12 | 3.85 | 27.92 | - |
| YUV | 47.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 147 | 0.51 | 0.89 | 0 | 0.42 | 265.65 | 0.8 | 0.32 |
| Hex | 48 | 10 | 93 | 33 | 59 | 0 | 2A | 10A | 50 | 20 |
| Octal | 110 | 20 | 223 | 63 | 131 | 0 | 52 | 412 | 120 | 40 |
| Binary | 1001000 | 10000 | 10010011 | 110011 | 1011001 | 0 | 101010 | 100001010 | 1010000 | 100000 |
Color Harmonies of #481093
Complementary color
Monochromatic Colors of #481093
Black with #481093
Text Example
Text Example
White with #481093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481093; }
p { color: rgb(72,16,147); }
H1.HeaderClassName
{
color: #481093;
}
.AnyTagClassName
{
color: #481093;
}
</style>
background-color css
<style>
a { background-color: #481093; }
a { background-color: rgb(72,16,147); }
div.DivClassName
{
background-color: #481093;
}
.BgClassName
{
background-color: #481093;
}
</style>
border-color css
<style>
span { border-color: #481093; }
span { border-color: rgb(72,16,147); }
td.TdClassName
{
border-color: #481093;
}
.TagClassName
{
border-color: #481093;
}
</style>