Shades of Indigo #47087B
Tints of Indigo #47087B
RGB
CMYK
RGB Variations
Color information
#47087B (or 0x47087B) is known color: Indigo. HEX triplet: 47, 08 and 7B. RGB value is (71,8,123). Sum of RGB (Red+Green+Blue) = 71+8+123=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #47087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47087B is #B8F784. Grayscale: #272727. Windows color (decimal): -12121989 or 8063047. OLE color: 8063047.
HSL color Cylindrical-coordinate representation of color #47087B: hue angle of 272.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47087B is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 8 | 123 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.52 |
| HSL | 272.87º | 0.88% | 0.26% | - |
| HSV(B) | 272.87º | 0.93% | 0.48% | - |
| XYZ | 6.26 | 2.94 | 18.98 | - |
| YUV | 39.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 123 | 0.42 | 0.93 | 0 | 0.52 | 272.87 | 0.88 | 0.26 |
| Hex | 47 | 8 | 7B | 2A | 5D | 0 | 34 | 111 | 58 | 1A |
| Octal | 107 | 10 | 173 | 52 | 135 | 0 | 64 | 421 | 130 | 32 |
| Binary | 1000111 | 1000 | 1111011 | 101010 | 1011101 | 0 | 110100 | 100010001 | 1011000 | 11010 |
Color Harmonies of #47087B
Complementary color
Monochromatic Colors of #47087B
Black with #47087B
Text Example
Text Example
White with #47087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47087B; }
p { color: rgb(71,8,123); }
H1.HeaderClassName
{
color: #47087B;
}
.AnyTagClassName
{
color: #47087B;
}
</style>
background-color css
<style>
a { background-color: #47087B; }
a { background-color: rgb(71,8,123); }
div.DivClassName
{
background-color: #47087B;
}
.BgClassName
{
background-color: #47087B;
}
</style>
border-color css
<style>
span { border-color: #47087B; }
span { border-color: rgb(71,8,123); }
td.TdClassName
{
border-color: #47087B;
}
.TagClassName
{
border-color: #47087B;
}
</style>