Shades of Indigo #4B03A4
Tints of Indigo #4B03A4
RGB
CMYK
RGB Variations
Color information
#4B03A4 (or 0x4B03A4) is known color: Indigo. HEX triplet: 4B, 03 and A4. RGB value is (75,3,164). Sum of RGB (Red+Green+Blue) = 75+3+164=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B03A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B03A4 is #B4FC5B. Grayscale: #2A2A2A. Windows color (decimal): -11861084 or 10748747. OLE color: 10748747.
HSL color Cylindrical-coordinate representation of color #4B03A4: hue angle of 266.83º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B03A4 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 3 | 164 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.36 |
| HSL | 266.83º | 0.96% | 0.33% | - |
| HSV(B) | 266.83º | 0.98% | 0.64% | - |
| XYZ | 9.64 | 4.24 | 35.43 | - |
| YUV | 42.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 164 | 0.54 | 0.98 | 0 | 0.36 | 266.83 | 0.96 | 0.33 |
| Hex | 4B | 3 | A4 | 36 | 62 | 0 | 24 | 10B | 60 | 21 |
| Octal | 113 | 3 | 244 | 66 | 142 | 0 | 44 | 413 | 140 | 41 |
| Binary | 1001011 | 11 | 10100100 | 110110 | 1100010 | 0 | 100100 | 100001011 | 1100000 | 100001 |
Color Harmonies of #4B03A4
Complementary color
Monochromatic Colors of #4B03A4
Black with #4B03A4
Text Example
Text Example
White with #4B03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B03A4; }
p { color: rgb(75,3,164); }
H1.HeaderClassName
{
color: #4B03A4;
}
.AnyTagClassName
{
color: #4B03A4;
}
</style>
background-color css
<style>
a { background-color: #4B03A4; }
a { background-color: rgb(75,3,164); }
div.DivClassName
{
background-color: #4B03A4;
}
.BgClassName
{
background-color: #4B03A4;
}
</style>
border-color css
<style>
span { border-color: #4B03A4; }
span { border-color: rgb(75,3,164); }
td.TdClassName
{
border-color: #4B03A4;
}
.TagClassName
{
border-color: #4B03A4;
}
</style>