Shades of Indigo #4609B0
Tints of Indigo #4609B0
RGB
CMYK
RGB Variations
Color information
#4609B0 (or 0x4609B0) is known color: Indigo. HEX triplet: 46, 09 and B0. RGB value is (70,9,176). Sum of RGB (Red+Green+Blue) = 70+9+176=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #4609B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4609B0 is #B9F64F. Grayscale: #2D2D2D. Windows color (decimal): -12187216 or 11536710. OLE color: 11536710.
HSL color Cylindrical-coordinate representation of color #4609B0: hue angle of 261.92º 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 #4609B0 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 9 | 176 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.31 |
| HSL | 261.92º | 0.9% | 0.36% | - |
| HSV(B) | 261.92º | 0.95% | 0.69% | - |
| XYZ | 10.46 | 4.63 | 41.42 | - |
| YUV | 46.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 176 | 0.60 | 0.95 | 0 | 0.31 | 261.92 | 0.9 | 0.36 |
| Hex | 46 | 9 | B0 | 3C | 5F | 0 | 1F | 106 | 5A | 24 |
| Octal | 106 | 11 | 260 | 74 | 137 | 0 | 37 | 406 | 132 | 44 |
| Binary | 1000110 | 1001 | 10110000 | 111100 | 1011111 | 0 | 11111 | 100000110 | 1011010 | 100100 |
Color Harmonies of #4609B0
Complementary color
Monochromatic Colors of #4609B0
Black with #4609B0
Text Example
Text Example
White with #4609B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609B0; }
p { color: rgb(70,9,176); }
H1.HeaderClassName
{
color: #4609B0;
}
.AnyTagClassName
{
color: #4609B0;
}
</style>
background-color css
<style>
a { background-color: #4609B0; }
a { background-color: rgb(70,9,176); }
div.DivClassName
{
background-color: #4609B0;
}
.BgClassName
{
background-color: #4609B0;
}
</style>
border-color css
<style>
span { border-color: #4609B0; }
span { border-color: rgb(70,9,176); }
td.TdClassName
{
border-color: #4609B0;
}
.TagClassName
{
border-color: #4609B0;
}
</style>