Shades of Indigo #4503B1
Tints of Indigo #4503B1
RGB
CMYK
RGB Variations
Color information
#4503B1 (or 0x4503B1) is known color: Indigo. HEX triplet: 45, 03 and B1. RGB value is (69,3,177). Sum of RGB (Red+Green+Blue) = 69+3+177=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #4503B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4503B1 is #BAFC4E. Grayscale: #292929. Windows color (decimal): -12254287 or 11600709. OLE color: 11600709.
HSL color Cylindrical-coordinate representation of color #4503B1: hue angle of 262.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4503B1 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 3 | 177 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.31 |
| HSL | 262.76º | 0.97% | 0.35% | - |
| HSV(B) | 262.76º | 0.98% | 0.69% | - |
| XYZ | 10.42 | 4.5 | 41.92 | - |
| YUV | 42.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 177 | 0.61 | 0.98 | 0 | 0.31 | 262.76 | 0.97 | 0.35 |
| Hex | 45 | 3 | B1 | 3D | 62 | 0 | 1F | 107 | 61 | 23 |
| Octal | 105 | 3 | 261 | 75 | 142 | 0 | 37 | 407 | 141 | 43 |
| Binary | 1000101 | 11 | 10110001 | 111101 | 1100010 | 0 | 11111 | 100000111 | 1100001 | 100011 |
Color Harmonies of #4503B1
Complementary color
Monochromatic Colors of #4503B1
Black with #4503B1
Text Example
Text Example
White with #4503B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503B1; }
p { color: rgb(69,3,177); }
H1.HeaderClassName
{
color: #4503B1;
}
.AnyTagClassName
{
color: #4503B1;
}
</style>
background-color css
<style>
a { background-color: #4503B1; }
a { background-color: rgb(69,3,177); }
div.DivClassName
{
background-color: #4503B1;
}
.BgClassName
{
background-color: #4503B1;
}
</style>
border-color css
<style>
span { border-color: #4503B1; }
span { border-color: rgb(69,3,177); }
td.TdClassName
{
border-color: #4503B1;
}
.TagClassName
{
border-color: #4503B1;
}
</style>