Shades of Indigo #4405B3
Tints of Indigo #4405B3
RGB
CMYK
RGB Variations
Color information
#4405B3 (or 0x4405B3) is known color: Indigo. HEX triplet: 44, 05 and B3. RGB value is (68,5,179). Sum of RGB (Red+Green+Blue) = 68+5+179=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #4405B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4405B3 is #BBFA4C. Grayscale: #2B2B2B. Windows color (decimal): -12319309 or 11732292. OLE color: 11732292.
HSL color Cylindrical-coordinate representation of color #4405B3: hue angle of 261.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4405B3 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 5 | 179 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.30 |
| HSL | 261.72º | 0.95% | 0.36% | - |
| HSV(B) | 261.72º | 0.97% | 0.7% | - |
| XYZ | 10.57 | 4.59 | 42.98 | - |
| YUV | 43.67 | 204.37 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 179 | 0.62 | 0.97 | 0 | 0.30 | 261.72 | 0.95 | 0.36 |
| Hex | 44 | 5 | B3 | 3E | 61 | 0 | 1E | 106 | 5F | 24 |
| Octal | 104 | 5 | 263 | 76 | 141 | 0 | 36 | 406 | 137 | 44 |
| Binary | 1000100 | 101 | 10110011 | 111110 | 1100001 | 0 | 11110 | 100000110 | 1011111 | 100100 |
Color Harmonies of #4405B3
Complementary color
Monochromatic Colors of #4405B3
Black with #4405B3
Text Example
Text Example
White with #4405B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405B3; }
p { color: rgb(68,5,179); }
H1.HeaderClassName
{
color: #4405B3;
}
.AnyTagClassName
{
color: #4405B3;
}
</style>
background-color css
<style>
a { background-color: #4405B3; }
a { background-color: rgb(68,5,179); }
div.DivClassName
{
background-color: #4405B3;
}
.BgClassName
{
background-color: #4405B3;
}
</style>
border-color css
<style>
span { border-color: #4405B3; }
span { border-color: rgb(68,5,179); }
td.TdClassName
{
border-color: #4405B3;
}
.TagClassName
{
border-color: #4405B3;
}
</style>