Shades of Indigo #4109B1
Tints of Indigo #4109B1
RGB
CMYK
RGB Variations
Color information
#4109B1 (or 0x4109B1) is known color: Indigo. HEX triplet: 41, 09 and B1. RGB value is (65,9,177). Sum of RGB (Red+Green+Blue) = 65+9+177=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #4109B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4109B1 is #BEF64E. Grayscale: #2C2C2C. Windows color (decimal): -12514895 or 11602241. OLE color: 11602241.
HSL color Cylindrical-coordinate representation of color #4109B1: hue angle of 260º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4109B1 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 9 | 177 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.31 |
| HSL | 260º | 0.9% | 0.36% | - |
| HSV(B) | 260º | 0.95% | 0.69% | - |
| XYZ | 10.21 | 4.49 | 41.92 | - |
| YUV | 44.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 177 | 0.63 | 0.95 | 0 | 0.31 | 260 | 0.9 | 0.36 |
| Hex | 41 | 9 | B1 | 3F | 5F | 0 | 1F | 104 | 5A | 24 |
| Octal | 101 | 11 | 261 | 77 | 137 | 0 | 37 | 404 | 132 | 44 |
| Binary | 1000001 | 1001 | 10110001 | 111111 | 1011111 | 0 | 11111 | 100000100 | 1011010 | 100100 |
Color Harmonies of #4109B1
Complementary color
Monochromatic Colors of #4109B1
Black with #4109B1
Text Example
Text Example
White with #4109B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109B1; }
p { color: rgb(65,9,177); }
H1.HeaderClassName
{
color: #4109B1;
}
.AnyTagClassName
{
color: #4109B1;
}
</style>
background-color css
<style>
a { background-color: #4109B1; }
a { background-color: rgb(65,9,177); }
div.DivClassName
{
background-color: #4109B1;
}
.BgClassName
{
background-color: #4109B1;
}
</style>
border-color css
<style>
span { border-color: #4109B1; }
span { border-color: rgb(65,9,177); }
td.TdClassName
{
border-color: #4109B1;
}
.TagClassName
{
border-color: #4109B1;
}
</style>