Shades of Indigo #4A069B
Tints of Indigo #4A069B
RGB
CMYK
RGB Variations
Color information
#4A069B (or 0x4A069B) is known color: Indigo. HEX triplet: 4A, 06 and 9B. RGB value is (74,6,155). Sum of RGB (Red+Green+Blue) = 74+6+155=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A069B is #B5F964. Grayscale: #2A2A2A. Windows color (decimal): -11925861 or 10159690. OLE color: 10159690.
HSL color Cylindrical-coordinate representation of color #4A069B: hue angle of 267.38º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A069B is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 6 | 155 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.39 |
| HSL | 267.38º | 0.93% | 0.32% | - |
| HSV(B) | 267.38º | 0.96% | 0.61% | - |
| XYZ | 8.81 | 3.95 | 31.31 | - |
| YUV | 43.32 | 191.03 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 155 | 0.52 | 0.96 | 0 | 0.39 | 267.38 | 0.93 | 0.32 |
| Hex | 4A | 6 | 9B | 34 | 60 | 0 | 27 | 10B | 5D | 20 |
| Octal | 112 | 6 | 233 | 64 | 140 | 0 | 47 | 413 | 135 | 40 |
| Binary | 1001010 | 110 | 10011011 | 110100 | 1100000 | 0 | 100111 | 100001011 | 1011101 | 100000 |
Color Harmonies of #4A069B
Complementary color
Monochromatic Colors of #4A069B
Black with #4A069B
Text Example
Text Example
White with #4A069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A069B; }
p { color: rgb(74,6,155); }
H1.HeaderClassName
{
color: #4A069B;
}
.AnyTagClassName
{
color: #4A069B;
}
</style>
background-color css
<style>
a { background-color: #4A069B; }
a { background-color: rgb(74,6,155); }
div.DivClassName
{
background-color: #4A069B;
}
.BgClassName
{
background-color: #4A069B;
}
</style>
border-color css
<style>
span { border-color: #4A069B; }
span { border-color: rgb(74,6,155); }
td.TdClassName
{
border-color: #4A069B;
}
.TagClassName
{
border-color: #4A069B;
}
</style>