Shades of Indigo #4008A5
Tints of Indigo #4008A5
RGB
CMYK
RGB Variations
Color information
#4008A5 (or 0x4008A5) is known color: Indigo. HEX triplet: 40, 08 and A5. RGB value is (64,8,165). Sum of RGB (Red+Green+Blue) = 64+8+165=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 165 (64.84% from 255 or 69.62% from 237); Max value from RGB is 165 - color contains mainly: blue. Hex color #4008A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4008A5 is #BFF75A. Grayscale: #2A2A2A. Windows color (decimal): -12580699 or 10815552. OLE color: 10815552.
HSL color Cylindrical-coordinate representation of color #4008A5: hue angle of 261.4º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4008A5 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 8 | 165 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.35 |
| HSL | 261.4º | 0.91% | 0.34% | - |
| HSV(B) | 261.4º | 0.95% | 0.65% | - |
| XYZ | 8.99 | 3.98 | 35.89 | - |
| YUV | 42.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 165 | 0.61 | 0.95 | 0 | 0.35 | 261.4 | 0.91 | 0.34 |
| Hex | 40 | 8 | A5 | 3D | 5F | 0 | 23 | 105 | 5B | 22 |
| Octal | 100 | 10 | 245 | 75 | 137 | 0 | 43 | 405 | 133 | 42 |
| Binary | 1000000 | 1000 | 10100101 | 111101 | 1011111 | 0 | 100011 | 100000101 | 1011011 | 100010 |
Color Harmonies of #4008A5
Complementary color
Monochromatic Colors of #4008A5
Black with #4008A5
Text Example
Text Example
White with #4008A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4008A5; }
p { color: rgb(64,8,165); }
H1.HeaderClassName
{
color: #4008A5;
}
.AnyTagClassName
{
color: #4008A5;
}
</style>
background-color css
<style>
a { background-color: #4008A5; }
a { background-color: rgb(64,8,165); }
div.DivClassName
{
background-color: #4008A5;
}
.BgClassName
{
background-color: #4008A5;
}
</style>
border-color css
<style>
span { border-color: #4008A5; }
span { border-color: rgb(64,8,165); }
td.TdClassName
{
border-color: #4008A5;
}
.TagClassName
{
border-color: #4008A5;
}
</style>