Shades of Indigo #4A136F
Tints of Indigo #4A136F
RGB
CMYK
RGB Variations
Color information
#4A136F (or 0x4A136F) is known color: Indigo. HEX triplet: 4A, 13 and 6F. RGB value is (74,19,111). Sum of RGB (Red+Green+Blue) = 74+19+111=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A136F is #B5EC90. Grayscale: #2D2D2D. Windows color (decimal): -11922577 or 7279434. OLE color: 7279434.
HSL color Cylindrical-coordinate representation of color #4A136F: hue angle of 275.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A136F is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 19 | 111 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.56 |
| HSL | 275.87º | 0.71% | 0.25% | - |
| HSV(B) | 275.87º | 0.83% | 0.44% | - |
| XYZ | 5.93 | 3.07 | 15.32 | - |
| YUV | 45.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 111 | 0.33 | 0.83 | 0 | 0.56 | 275.87 | 0.71 | 0.25 |
| Hex | 4A | 13 | 6F | 21 | 53 | 0 | 38 | 114 | 47 | 19 |
| Octal | 112 | 23 | 157 | 41 | 123 | 0 | 70 | 424 | 107 | 31 |
| Binary | 1001010 | 10011 | 1101111 | 100001 | 1010011 | 0 | 111000 | 100010100 | 1000111 | 11001 |
Color Harmonies of #4A136F
Complementary color
Monochromatic Colors of #4A136F
Black with #4A136F
Text Example
Text Example
White with #4A136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A136F; }
p { color: rgb(74,19,111); }
H1.HeaderClassName
{
color: #4A136F;
}
.AnyTagClassName
{
color: #4A136F;
}
</style>
background-color css
<style>
a { background-color: #4A136F; }
a { background-color: rgb(74,19,111); }
div.DivClassName
{
background-color: #4A136F;
}
.BgClassName
{
background-color: #4A136F;
}
</style>
border-color css
<style>
span { border-color: #4A136F; }
span { border-color: rgb(74,19,111); }
td.TdClassName
{
border-color: #4A136F;
}
.TagClassName
{
border-color: #4A136F;
}
</style>