Shades of Indigo #47067D
Tints of Indigo #47067D
RGB
CMYK
RGB Variations
Color information
#47067D (or 0x47067D) is known color: Indigo. HEX triplet: 47, 06 and 7D. RGB value is (71,6,125). Sum of RGB (Red+Green+Blue) = 71+6+125=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #47067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47067D is #B8F982. Grayscale: #262626. Windows color (decimal): -12122499 or 8193607. OLE color: 8193607.
HSL color Cylindrical-coordinate representation of color #47067D: hue angle of 272.77º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47067D is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 6 | 125 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.51 |
| HSL | 272.77º | 0.91% | 0.26% | - |
| HSV(B) | 272.77º | 0.95% | 0.49% | - |
| XYZ | 6.37 | 2.95 | 19.64 | - |
| YUV | 39 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 125 | 0.43 | 0.95 | 0 | 0.51 | 272.77 | 0.91 | 0.26 |
| Hex | 47 | 6 | 7D | 2B | 5F | 0 | 33 | 111 | 5B | 1A |
| Octal | 107 | 6 | 175 | 53 | 137 | 0 | 63 | 421 | 133 | 32 |
| Binary | 1000111 | 110 | 1111101 | 101011 | 1011111 | 0 | 110011 | 100010001 | 1011011 | 11010 |
Color Harmonies of #47067D
Complementary color
Monochromatic Colors of #47067D
Black with #47067D
Text Example
Text Example
White with #47067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47067D; }
p { color: rgb(71,6,125); }
H1.HeaderClassName
{
color: #47067D;
}
.AnyTagClassName
{
color: #47067D;
}
</style>
background-color css
<style>
a { background-color: #47067D; }
a { background-color: rgb(71,6,125); }
div.DivClassName
{
background-color: #47067D;
}
.BgClassName
{
background-color: #47067D;
}
</style>
border-color css
<style>
span { border-color: #47067D; }
span { border-color: rgb(71,6,125); }
td.TdClassName
{
border-color: #47067D;
}
.TagClassName
{
border-color: #47067D;
}
</style>