Shades of Indigo #4405AF
Tints of Indigo #4405AF
RGB
CMYK
RGB Variations
Color information
#4405AF (or 0x4405AF) is known color: Indigo. HEX triplet: 44, 05 and AF. RGB value is (68,5,175). Sum of RGB (Red+Green+Blue) = 68+5+175=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #4405AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4405AF is #BBFA50. Grayscale: #2A2A2A. Windows color (decimal): -12319313 or 11470148. OLE color: 11470148.
HSL color Cylindrical-coordinate representation of color #4405AF: hue angle of 262.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4405AF is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 5 | 175 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.31 |
| HSL | 262.24º | 0.94% | 0.35% | - |
| HSV(B) | 262.24º | 0.97% | 0.69% | - |
| XYZ | 10.18 | 4.43 | 40.88 | - |
| YUV | 43.22 | 202.37 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 175 | 0.61 | 0.97 | 0 | 0.31 | 262.24 | 0.94 | 0.35 |
| Hex | 44 | 5 | AF | 3D | 61 | 0 | 1F | 106 | 5E | 23 |
| Octal | 104 | 5 | 257 | 75 | 141 | 0 | 37 | 406 | 136 | 43 |
| Binary | 1000100 | 101 | 10101111 | 111101 | 1100001 | 0 | 11111 | 100000110 | 1011110 | 100011 |
Color Harmonies of #4405AF
Complementary color
Monochromatic Colors of #4405AF
Black with #4405AF
Text Example
Text Example
White with #4405AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405AF; }
p { color: rgb(68,5,175); }
H1.HeaderClassName
{
color: #4405AF;
}
.AnyTagClassName
{
color: #4405AF;
}
</style>
background-color css
<style>
a { background-color: #4405AF; }
a { background-color: rgb(68,5,175); }
div.DivClassName
{
background-color: #4405AF;
}
.BgClassName
{
background-color: #4405AF;
}
</style>
border-color css
<style>
span { border-color: #4405AF; }
span { border-color: rgb(68,5,175); }
td.TdClassName
{
border-color: #4405AF;
}
.TagClassName
{
border-color: #4405AF;
}
</style>