Shades of Indigo #4100A4
Tints of Indigo #4100A4
RGB
CMYK
RGB Variations
Color information
#4100A4 (or 0x4100A4) is known color: Indigo. HEX triplet: 41, 00 and A4. RGB value is (65,0,164). Sum of RGB (Red+Green+Blue) = 65+0+164=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #4100A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100A4 is #BEFF5B. Grayscale: #252525. Windows color (decimal): -12517212 or 10747969. OLE color: 10747969.
HSL color Cylindrical-coordinate representation of color #4100A4: hue angle of 263.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100A4 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 0 | 164 | - |
| CMYK | 0.60 | 1 | 0 | 0.36 |
| HSL | 263.78º | 1% | 0.32% | - |
| HSV(B) | 263.78º | 1% | 0.64% | - |
| XYZ | 8.88 | 3.8 | 35.39 | - |
| YUV | 38.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 164 | 0.60 | 1 | 0 | 0.36 | 263.78 | 1 | 0.32 |
| Hex | 41 | 0 | A4 | 3C | 64 | 0 | 24 | 108 | 64 | 20 |
| Octal | 101 | 0 | 244 | 74 | 144 | 0 | 44 | 410 | 144 | 40 |
| Binary | 1000001 | 0 | 10100100 | 111100 | 1100100 | 0 | 100100 | 100001000 | 1100100 | 100000 |
Color Harmonies of #4100A4
Complementary color
Monochromatic Colors of #4100A4
Black with #4100A4
Text Example
Text Example
White with #4100A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100A4; }
p { color: rgb(65,0,164); }
H1.HeaderClassName
{
color: #4100A4;
}
.AnyTagClassName
{
color: #4100A4;
}
</style>
background-color css
<style>
a { background-color: #4100A4; }
a { background-color: rgb(65,0,164); }
div.DivClassName
{
background-color: #4100A4;
}
.BgClassName
{
background-color: #4100A4;
}
</style>
border-color css
<style>
span { border-color: #4100A4; }
span { border-color: rgb(65,0,164); }
td.TdClassName
{
border-color: #4100A4;
}
.TagClassName
{
border-color: #4100A4;
}
</style>