Shades of Indigo #481398
Tints of Indigo #481398
RGB
CMYK
RGB Variations
Color information
#481398 (or 0x481398) is known color: Indigo. HEX triplet: 48, 13 and 98. RGB value is (72,19,152). Sum of RGB (Red+Green+Blue) = 72+19+152=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #481398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481398 is #B7EC67. Grayscale: #313131. Windows color (decimal): -12053608 or 9966408. OLE color: 9966408.
HSL color Cylindrical-coordinate representation of color #481398: hue angle of 263.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481398 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 19 | 152 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.40 |
| HSL | 263.91º | 0.78% | 0.34% | - |
| HSV(B) | 263.91º | 0.88% | 0.6% | - |
| XYZ | 8.57 | 4.11 | 30.05 | - |
| YUV | 50.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 152 | 0.53 | 0.87 | 0 | 0.40 | 263.91 | 0.78 | 0.34 |
| Hex | 48 | 13 | 98 | 35 | 57 | 0 | 28 | 108 | 4E | 22 |
| Octal | 110 | 23 | 230 | 65 | 127 | 0 | 50 | 410 | 116 | 42 |
| Binary | 1001000 | 10011 | 10011000 | 110101 | 1010111 | 0 | 101000 | 100001000 | 1001110 | 100010 |
Color Harmonies of #481398
Complementary color
Monochromatic Colors of #481398
Black with #481398
Text Example
Text Example
White with #481398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481398; }
p { color: rgb(72,19,152); }
H1.HeaderClassName
{
color: #481398;
}
.AnyTagClassName
{
color: #481398;
}
</style>
background-color css
<style>
a { background-color: #481398; }
a { background-color: rgb(72,19,152); }
div.DivClassName
{
background-color: #481398;
}
.BgClassName
{
background-color: #481398;
}
</style>
border-color css
<style>
span { border-color: #481398; }
span { border-color: rgb(72,19,152); }
td.TdClassName
{
border-color: #481398;
}
.TagClassName
{
border-color: #481398;
}
</style>