Shades of Indigo #481695
Tints of Indigo #481695
RGB
CMYK
RGB Variations
Color information
#481695 (or 0x481695) is known color: Indigo. HEX triplet: 48, 16 and 95. RGB value is (72,22,149). Sum of RGB (Red+Green+Blue) = 72+22+149=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #481695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481695 is #B7E96A. Grayscale: #323232. Windows color (decimal): -12052843 or 9770568. OLE color: 9770568.
HSL color Cylindrical-coordinate representation of color #481695: hue angle of 263.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481695 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 22 | 149 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.42 |
| HSL | 263.62º | 0.74% | 0.34% | - |
| HSV(B) | 263.62º | 0.85% | 0.58% | - |
| XYZ | 8.38 | 4.12 | 28.79 | - |
| YUV | 51.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 149 | 0.52 | 0.85 | 0 | 0.42 | 263.62 | 0.74 | 0.34 |
| Hex | 48 | 16 | 95 | 34 | 55 | 0 | 2A | 108 | 4A | 22 |
| Octal | 110 | 26 | 225 | 64 | 125 | 0 | 52 | 410 | 112 | 42 |
| Binary | 1001000 | 10110 | 10010101 | 110100 | 1010101 | 0 | 101010 | 100001000 | 1001010 | 100010 |
Color Harmonies of #481695
Complementary color
Monochromatic Colors of #481695
Black with #481695
Text Example
Text Example
White with #481695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481695; }
p { color: rgb(72,22,149); }
H1.HeaderClassName
{
color: #481695;
}
.AnyTagClassName
{
color: #481695;
}
</style>
background-color css
<style>
a { background-color: #481695; }
a { background-color: rgb(72,22,149); }
div.DivClassName
{
background-color: #481695;
}
.BgClassName
{
background-color: #481695;
}
</style>
border-color css
<style>
span { border-color: #481695; }
span { border-color: rgb(72,22,149); }
td.TdClassName
{
border-color: #481695;
}
.TagClassName
{
border-color: #481695;
}
</style>