Shades of Indigo #4005B4
Tints of Indigo #4005B4
RGB
CMYK
RGB Variations
Color information
#4005B4 (or 0x4005B4) is known color: Indigo. HEX triplet: 40, 05 and B4. RGB value is (64,5,180). Sum of RGB (Red+Green+Blue) = 64+5+180=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #4005B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005B4 is #BFFA4B. Grayscale: #292929. Windows color (decimal): -12581452 or 11797824. OLE color: 11797824.
HSL color Cylindrical-coordinate representation of color #4005B4: hue angle of 260.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4005B4 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 5 | 180 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.29 |
| HSL | 260.23º | 0.95% | 0.36% | - |
| HSV(B) | 260.23º | 0.97% | 0.71% | - |
| XYZ | 10.41 | 4.49 | 43.5 | - |
| YUV | 42.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 180 | 0.64 | 0.97 | 0 | 0.29 | 260.23 | 0.95 | 0.36 |
| Hex | 40 | 5 | B4 | 40 | 61 | 0 | 1D | 104 | 5F | 24 |
| Octal | 100 | 5 | 264 | 100 | 141 | 0 | 35 | 404 | 137 | 44 |
| Binary | 1000000 | 101 | 10110100 | 1000000 | 1100001 | 0 | 11101 | 100000100 | 1011111 | 100100 |
Color Harmonies of #4005B4
Complementary color
Monochromatic Colors of #4005B4
Black with #4005B4
Text Example
Text Example
White with #4005B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005B4; }
p { color: rgb(64,5,180); }
H1.HeaderClassName
{
color: #4005B4;
}
.AnyTagClassName
{
color: #4005B4;
}
</style>
background-color css
<style>
a { background-color: #4005B4; }
a { background-color: rgb(64,5,180); }
div.DivClassName
{
background-color: #4005B4;
}
.BgClassName
{
background-color: #4005B4;
}
</style>
border-color css
<style>
span { border-color: #4005B4; }
span { border-color: rgb(64,5,180); }
td.TdClassName
{
border-color: #4005B4;
}
.TagClassName
{
border-color: #4005B4;
}
</style>