Shades of Indigo #4605B2
Tints of Indigo #4605B2
RGB
CMYK
RGB Variations
Color information
#4605B2 (or 0x4605B2) is known color: Indigo. HEX triplet: 46, 05 and B2. RGB value is (70,5,178). Sum of RGB (Red+Green+Blue) = 70+5+178=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #4605B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4605B2 is #B9FA4D. Grayscale: #2B2B2B. Windows color (decimal): -12188238 or 11666758. OLE color: 11666758.
HSL color Cylindrical-coordinate representation of color #4605B2: hue angle of 262.54º 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 #4605B2 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 5 | 178 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.30 |
| HSL | 262.54º | 0.95% | 0.36% | - |
| HSV(B) | 262.54º | 0.97% | 0.7% | - |
| XYZ | 10.62 | 4.62 | 42.45 | - |
| YUV | 44.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 178 | 0.61 | 0.97 | 0 | 0.30 | 262.54 | 0.95 | 0.36 |
| Hex | 46 | 5 | B2 | 3D | 61 | 0 | 1E | 107 | 5F | 24 |
| Octal | 106 | 5 | 262 | 75 | 141 | 0 | 36 | 407 | 137 | 44 |
| Binary | 1000110 | 101 | 10110010 | 111101 | 1100001 | 0 | 11110 | 100000111 | 1011111 | 100100 |
Color Harmonies of #4605B2
Complementary color
Monochromatic Colors of #4605B2
Black with #4605B2
Text Example
Text Example
White with #4605B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605B2; }
p { color: rgb(70,5,178); }
H1.HeaderClassName
{
color: #4605B2;
}
.AnyTagClassName
{
color: #4605B2;
}
</style>
background-color css
<style>
a { background-color: #4605B2; }
a { background-color: rgb(70,5,178); }
div.DivClassName
{
background-color: #4605B2;
}
.BgClassName
{
background-color: #4605B2;
}
</style>
border-color css
<style>
span { border-color: #4605B2; }
span { border-color: rgb(70,5,178); }
td.TdClassName
{
border-color: #4605B2;
}
.TagClassName
{
border-color: #4605B2;
}
</style>