Shades of Indigo #4405A5
Tints of Indigo #4405A5
RGB
CMYK
RGB Variations
Color information
#4405A5 (or 0x4405A5) is known color: Indigo. HEX triplet: 44, 05 and A5. RGB value is (68,5,165). Sum of RGB (Red+Green+Blue) = 68+5+165=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #4405A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4405A5 is #BBFA5A. Grayscale: #292929. Windows color (decimal): -12319323 or 10814788. OLE color: 10814788.
HSL color Cylindrical-coordinate representation of color #4405A5: hue angle of 263.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4405A5 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 5 | 165 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.35 |
| HSL | 263.63º | 0.94% | 0.33% | - |
| HSV(B) | 263.63º | 0.97% | 0.65% | - |
| XYZ | 9.23 | 4.05 | 35.89 | - |
| YUV | 42.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 165 | 0.59 | 0.97 | 0 | 0.35 | 263.63 | 0.94 | 0.33 |
| Hex | 44 | 5 | A5 | 3B | 61 | 0 | 23 | 108 | 5E | 21 |
| Octal | 104 | 5 | 245 | 73 | 141 | 0 | 43 | 410 | 136 | 41 |
| Binary | 1000100 | 101 | 10100101 | 111011 | 1100001 | 0 | 100011 | 100001000 | 1011110 | 100001 |
Color Harmonies of #4405A5
Complementary color
Monochromatic Colors of #4405A5
Black with #4405A5
Text Example
Text Example
White with #4405A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405A5; }
p { color: rgb(68,5,165); }
H1.HeaderClassName
{
color: #4405A5;
}
.AnyTagClassName
{
color: #4405A5;
}
</style>
background-color css
<style>
a { background-color: #4405A5; }
a { background-color: rgb(68,5,165); }
div.DivClassName
{
background-color: #4405A5;
}
.BgClassName
{
background-color: #4405A5;
}
</style>
border-color css
<style>
span { border-color: #4405A5; }
span { border-color: rgb(68,5,165); }
td.TdClassName
{
border-color: #4405A5;
}
.TagClassName
{
border-color: #4405A5;
}
</style>