Shades of Indigo #481785
Tints of Indigo #481785
RGB
CMYK
RGB Variations
Color information
#481785 (or 0x481785) is known color: Indigo. HEX triplet: 48, 17 and 85. RGB value is (72,23,133). Sum of RGB (Red+Green+Blue) = 72+23+133=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #481785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481785 is #B7E87A. Grayscale: #313131. Windows color (decimal): -12052603 or 8722248. OLE color: 8722248.
HSL color Cylindrical-coordinate representation of color #481785: hue angle of 266.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481785 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 23 | 133 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.48 |
| HSL | 266.73º | 0.71% | 0.31% | - |
| HSV(B) | 266.73º | 0.83% | 0.52% | - |
| XYZ | 7.21 | 3.68 | 22.52 | - |
| YUV | 50.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 133 | 0.46 | 0.83 | 0 | 0.48 | 266.73 | 0.71 | 0.31 |
| Hex | 48 | 17 | 85 | 2E | 53 | 0 | 30 | 10B | 47 | 1F |
| Octal | 110 | 27 | 205 | 56 | 123 | 0 | 60 | 413 | 107 | 37 |
| Binary | 1001000 | 10111 | 10000101 | 101110 | 1010011 | 0 | 110000 | 100001011 | 1000111 | 11111 |
Color Harmonies of #481785
Complementary color
Monochromatic Colors of #481785
Black with #481785
Text Example
Text Example
White with #481785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481785; }
p { color: rgb(72,23,133); }
H1.HeaderClassName
{
color: #481785;
}
.AnyTagClassName
{
color: #481785;
}
</style>
background-color css
<style>
a { background-color: #481785; }
a { background-color: rgb(72,23,133); }
div.DivClassName
{
background-color: #481785;
}
.BgClassName
{
background-color: #481785;
}
</style>
border-color css
<style>
span { border-color: #481785; }
span { border-color: rgb(72,23,133); }
td.TdClassName
{
border-color: #481785;
}
.TagClassName
{
border-color: #481785;
}
</style>