Shades of Indigo #4708A7
Tints of Indigo #4708A7
RGB
CMYK
RGB Variations
Color information
#4708A7 (or 0x4708A7) is known color: Indigo. HEX triplet: 47, 08 and A7. RGB value is (71,8,167). Sum of RGB (Red+Green+Blue) = 71+8+167=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 167 (65.62% from 255 or 67.89% from 246); Max value from RGB is 167 - color contains mainly: blue. Hex color #4708A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4708A7 is #B8F758. Grayscale: #2C2C2C. Windows color (decimal): -12121945 or 10946631. OLE color: 10946631.
HSL color Cylindrical-coordinate representation of color #4708A7: hue angle of 263.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4708A7 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 8 | 167 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.35 |
| HSL | 263.77º | 0.91% | 0.34% | - |
| HSV(B) | 263.77º | 0.95% | 0.65% | - |
| XYZ | 9.66 | 4.3 | 36.88 | - |
| YUV | 44.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 167 | 0.57 | 0.95 | 0 | 0.35 | 263.77 | 0.91 | 0.34 |
| Hex | 47 | 8 | A7 | 39 | 5F | 0 | 23 | 108 | 5B | 22 |
| Octal | 107 | 10 | 247 | 71 | 137 | 0 | 43 | 410 | 133 | 42 |
| Binary | 1000111 | 1000 | 10100111 | 111001 | 1011111 | 0 | 100011 | 100001000 | 1011011 | 100010 |
Color Harmonies of #4708A7
Complementary color
Monochromatic Colors of #4708A7
Black with #4708A7
Text Example
Text Example
White with #4708A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4708A7; }
p { color: rgb(71,8,167); }
H1.HeaderClassName
{
color: #4708A7;
}
.AnyTagClassName
{
color: #4708A7;
}
</style>
background-color css
<style>
a { background-color: #4708A7; }
a { background-color: rgb(71,8,167); }
div.DivClassName
{
background-color: #4708A7;
}
.BgClassName
{
background-color: #4708A7;
}
</style>
border-color css
<style>
span { border-color: #4708A7; }
span { border-color: rgb(71,8,167); }
td.TdClassName
{
border-color: #4708A7;
}
.TagClassName
{
border-color: #4708A7;
}
</style>