Shades of Indigo #4B009D
Tints of Indigo #4B009D
RGB
CMYK
RGB Variations
Color information
#4B009D (or 0x4B009D) is known color: Indigo. HEX triplet: 4B, 00 and 9D. RGB value is (75,0,157). Sum of RGB (Red+Green+Blue) = 75+0+157=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B009D is #B4FF62. Grayscale: #272727. Windows color (decimal): -11861859 or 10289227. OLE color: 10289227.
HSL color Cylindrical-coordinate representation of color #4B009D: hue angle of 268.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B009D is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 0 | 157 | - |
| CMYK | 0.52 | 1 | 0 | 0.38 |
| HSL | 268.66º | 1% | 0.31% | - |
| HSV(B) | 268.66º | 1% | 0.62% | - |
| XYZ | 8.99 | 3.93 | 32.18 | - |
| YUV | 40.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 157 | 0.52 | 1 | 0 | 0.38 | 268.66 | 1 | 0.31 |
| Hex | 4B | 0 | 9D | 34 | 64 | 0 | 26 | 10D | 64 | 1F |
| Octal | 113 | 0 | 235 | 64 | 144 | 0 | 46 | 415 | 144 | 37 |
| Binary | 1001011 | 0 | 10011101 | 110100 | 1100100 | 0 | 100110 | 100001101 | 1100100 | 11111 |
Color Harmonies of #4B009D
Complementary color
Monochromatic Colors of #4B009D
Black with #4B009D
Text Example
Text Example
White with #4B009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B009D; }
p { color: rgb(75,0,157); }
H1.HeaderClassName
{
color: #4B009D;
}
.AnyTagClassName
{
color: #4B009D;
}
</style>
background-color css
<style>
a { background-color: #4B009D; }
a { background-color: rgb(75,0,157); }
div.DivClassName
{
background-color: #4B009D;
}
.BgClassName
{
background-color: #4B009D;
}
</style>
border-color css
<style>
span { border-color: #4B009D; }
span { border-color: rgb(75,0,157); }
td.TdClassName
{
border-color: #4B009D;
}
.TagClassName
{
border-color: #4B009D;
}
</style>