Shades of Indigo #4707AF
Tints of Indigo #4707AF
RGB
CMYK
RGB Variations
Color information
#4707AF (or 0x4707AF) is known color: Indigo. HEX triplet: 47, 07 and AF. RGB value is (71,7,175). Sum of RGB (Red+Green+Blue) = 71+7+175=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #4707AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4707AF is #B8F850. Grayscale: #2C2C2C. Windows color (decimal): -12122193 or 11470663. OLE color: 11470663.
HSL color Cylindrical-coordinate representation of color #4707AF: hue angle of 262.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4707AF is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 7 | 175 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.31 |
| HSL | 262.86º | 0.92% | 0.36% | - |
| HSV(B) | 262.86º | 0.96% | 0.69% | - |
| XYZ | 10.41 | 4.59 | 40.89 | - |
| YUV | 45.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 175 | 0.59 | 0.96 | 0 | 0.31 | 262.86 | 0.92 | 0.36 |
| Hex | 47 | 7 | AF | 3B | 60 | 0 | 1F | 107 | 5C | 24 |
| Octal | 107 | 7 | 257 | 73 | 140 | 0 | 37 | 407 | 134 | 44 |
| Binary | 1000111 | 111 | 10101111 | 111011 | 1100000 | 0 | 11111 | 100000111 | 1011100 | 100100 |
Color Harmonies of #4707AF
Complementary color
Monochromatic Colors of #4707AF
Black with #4707AF
Text Example
Text Example
White with #4707AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707AF; }
p { color: rgb(71,7,175); }
H1.HeaderClassName
{
color: #4707AF;
}
.AnyTagClassName
{
color: #4707AF;
}
</style>
background-color css
<style>
a { background-color: #4707AF; }
a { background-color: rgb(71,7,175); }
div.DivClassName
{
background-color: #4707AF;
}
.BgClassName
{
background-color: #4707AF;
}
</style>
border-color css
<style>
span { border-color: #4707AF; }
span { border-color: rgb(71,7,175); }
td.TdClassName
{
border-color: #4707AF;
}
.TagClassName
{
border-color: #4707AF;
}
</style>