Shades of Indigo #4A0365
Tints of Indigo #4A0365
RGB
CMYK
RGB Variations
Color information
#4A0365 (or 0x4A0365) is known color: Indigo. HEX triplet: 4A, 03 and 65. RGB value is (74,3,101). Sum of RGB (Red+Green+Blue) = 74+3+101=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0365 is #B5FC9A. Grayscale: #232323. Windows color (decimal): -11926683 or 6619978. OLE color: 6619978.
HSL color Cylindrical-coordinate representation of color #4A0365: hue angle of 283.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A0365 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 3 | 101 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.60 |
| HSL | 283.47º | 0.94% | 0.2% | - |
| HSV(B) | 283.47º | 0.97% | 0.4% | - |
| XYZ | 5.21 | 2.46 | 12.51 | - |
| YUV | 35.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 101 | 0.27 | 0.97 | 0 | 0.60 | 283.47 | 0.94 | 0.2 |
| Hex | 4A | 3 | 65 | 1B | 61 | 0 | 3C | 11B | 5E | 14 |
| Octal | 112 | 3 | 145 | 33 | 141 | 0 | 74 | 433 | 136 | 24 |
| Binary | 1001010 | 11 | 1100101 | 11011 | 1100001 | 0 | 111100 | 100011011 | 1011110 | 10100 |
Color Harmonies of #4A0365
Complementary color
Monochromatic Colors of #4A0365
Black with #4A0365
Text Example
Text Example
White with #4A0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0365; }
p { color: rgb(74,3,101); }
H1.HeaderClassName
{
color: #4A0365;
}
.AnyTagClassName
{
color: #4A0365;
}
</style>
background-color css
<style>
a { background-color: #4A0365; }
a { background-color: rgb(74,3,101); }
div.DivClassName
{
background-color: #4A0365;
}
.BgClassName
{
background-color: #4A0365;
}
</style>
border-color css
<style>
span { border-color: #4A0365; }
span { border-color: rgb(74,3,101); }
td.TdClassName
{
border-color: #4A0365;
}
.TagClassName
{
border-color: #4A0365;
}
</style>