Shades of Indigo #4105B2
Tints of Indigo #4105B2
RGB
CMYK
RGB Variations
Color information
#4105B2 (or 0x4105B2) is known color: Indigo. HEX triplet: 41, 05 and B2. RGB value is (65,5,178). Sum of RGB (Red+Green+Blue) = 65+5+178=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #4105B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4105B2 is #BEFA4D. Grayscale: #2A2A2A. Windows color (decimal): -12515918 or 11666753. OLE color: 11666753.
HSL color Cylindrical-coordinate representation of color #4105B2: hue angle of 260.81º 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 #4105B2 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 5 | 178 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.30 |
| HSL | 260.81º | 0.95% | 0.36% | - |
| HSV(B) | 260.81º | 0.97% | 0.7% | - |
| XYZ | 10.27 | 4.45 | 42.44 | - |
| YUV | 42.66 | 204.38 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 178 | 0.63 | 0.97 | 0 | 0.30 | 260.81 | 0.95 | 0.36 |
| Hex | 41 | 5 | B2 | 3F | 61 | 0 | 1E | 105 | 5F | 24 |
| Octal | 101 | 5 | 262 | 77 | 141 | 0 | 36 | 405 | 137 | 44 |
| Binary | 1000001 | 101 | 10110010 | 111111 | 1100001 | 0 | 11110 | 100000101 | 1011111 | 100100 |
Color Harmonies of #4105B2
Complementary color
Monochromatic Colors of #4105B2
Black with #4105B2
Text Example
Text Example
White with #4105B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4105B2; }
p { color: rgb(65,5,178); }
H1.HeaderClassName
{
color: #4105B2;
}
.AnyTagClassName
{
color: #4105B2;
}
</style>
background-color css
<style>
a { background-color: #4105B2; }
a { background-color: rgb(65,5,178); }
div.DivClassName
{
background-color: #4105B2;
}
.BgClassName
{
background-color: #4105B2;
}
</style>
border-color css
<style>
span { border-color: #4105B2; }
span { border-color: rgb(65,5,178); }
td.TdClassName
{
border-color: #4105B2;
}
.TagClassName
{
border-color: #4105B2;
}
</style>