Shades of Indigo #4709AF
Tints of Indigo #4709AF
RGB
CMYK
RGB Variations
Color information
#4709AF (or 0x4709AF) is known color: Indigo. HEX triplet: 47, 09 and AF. RGB value is (71,9,175). Sum of RGB (Red+Green+Blue) = 71+9+175=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #4709AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4709AF is #B8F650. Grayscale: #2D2D2D. Windows color (decimal): -12121681 or 11471175. OLE color: 11471175.
HSL color Cylindrical-coordinate representation of color #4709AF: hue angle of 262.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4709AF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 9 | 175 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.31 |
| HSL | 262.41º | 0.9% | 0.36% | - |
| HSV(B) | 262.41º | 0.95% | 0.69% | - |
| XYZ | 10.43 | 4.63 | 40.9 | - |
| YUV | 46.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 175 | 0.59 | 0.95 | 0 | 0.31 | 262.41 | 0.9 | 0.36 |
| Hex | 47 | 9 | AF | 3B | 5F | 0 | 1F | 106 | 5A | 24 |
| Octal | 107 | 11 | 257 | 73 | 137 | 0 | 37 | 406 | 132 | 44 |
| Binary | 1000111 | 1001 | 10101111 | 111011 | 1011111 | 0 | 11111 | 100000110 | 1011010 | 100100 |
Color Harmonies of #4709AF
Complementary color
Monochromatic Colors of #4709AF
Black with #4709AF
Text Example
Text Example
White with #4709AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709AF; }
p { color: rgb(71,9,175); }
H1.HeaderClassName
{
color: #4709AF;
}
.AnyTagClassName
{
color: #4709AF;
}
</style>
background-color css
<style>
a { background-color: #4709AF; }
a { background-color: rgb(71,9,175); }
div.DivClassName
{
background-color: #4709AF;
}
.BgClassName
{
background-color: #4709AF;
}
</style>
border-color css
<style>
span { border-color: #4709AF; }
span { border-color: rgb(71,9,175); }
td.TdClassName
{
border-color: #4709AF;
}
.TagClassName
{
border-color: #4709AF;
}
</style>