Shades of Indigo #4804B1
Tints of Indigo #4804B1
RGB
CMYK
RGB Variations
Color information
#4804B1 (or 0x4804B1) is known color: Indigo. HEX triplet: 48, 04 and B1. RGB value is (72,4,177). Sum of RGB (Red+Green+Blue) = 72+4+177=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 177 (69.53% from 255 or 69.96% from 253); Max value from RGB is 177 - color contains mainly: blue. Hex color #4804B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4804B1 is #B7FB4E. Grayscale: #2B2B2B. Windows color (decimal): -12057423 or 11600968. OLE color: 11600968.
HSL color Cylindrical-coordinate representation of color #4804B1: hue angle of 263.58º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804B1 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 4 | 177 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.31 |
| HSL | 263.58º | 0.96% | 0.35% | - |
| HSV(B) | 263.58º | 0.98% | 0.69% | - |
| XYZ | 10.65 | 4.64 | 41.93 | - |
| YUV | 44.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 177 | 0.59 | 0.98 | 0 | 0.31 | 263.58 | 0.96 | 0.35 |
| Hex | 48 | 4 | B1 | 3B | 62 | 0 | 1F | 108 | 60 | 23 |
| Octal | 110 | 4 | 261 | 73 | 142 | 0 | 37 | 410 | 140 | 43 |
| Binary | 1001000 | 100 | 10110001 | 111011 | 1100010 | 0 | 11111 | 100001000 | 1100000 | 100011 |
Color Harmonies of #4804B1
Complementary color
Monochromatic Colors of #4804B1
Black with #4804B1
Text Example
Text Example
White with #4804B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804B1; }
p { color: rgb(72,4,177); }
H1.HeaderClassName
{
color: #4804B1;
}
.AnyTagClassName
{
color: #4804B1;
}
</style>
background-color css
<style>
a { background-color: #4804B1; }
a { background-color: rgb(72,4,177); }
div.DivClassName
{
background-color: #4804B1;
}
.BgClassName
{
background-color: #4804B1;
}
</style>
border-color css
<style>
span { border-color: #4804B1; }
span { border-color: rgb(72,4,177); }
td.TdClassName
{
border-color: #4804B1;
}
.TagClassName
{
border-color: #4804B1;
}
</style>