Shades of Indigo #4B0067
Tints of Indigo #4B0067
RGB
CMYK
RGB Variations
Color information
#4B0067 (or 0x4B0067) is known color: Indigo. HEX triplet: 4B, 00 and 67. RGB value is (75,0,103). Sum of RGB (Red+Green+Blue) = 75+0+103=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0067 is #B4FF98. Grayscale: #212121. Windows color (decimal): -11861913 or 6750283. OLE color: 6750283.
HSL color Cylindrical-coordinate representation of color #4B0067: hue angle of 283.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0067 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 0 | 103 | - |
| CMYK | 0.27 | 1 | 0 | 0.60 |
| HSL | 283.69º | 1% | 0.2% | - |
| HSV(B) | 283.69º | 1% | 0.4% | - |
| XYZ | 5.35 | 2.48 | 13.03 | - |
| YUV | 34.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 103 | 0.27 | 1 | 0 | 0.60 | 283.69 | 1 | 0.2 |
| Hex | 4B | 0 | 67 | 1B | 64 | 0 | 3C | 11C | 64 | 14 |
| Octal | 113 | 0 | 147 | 33 | 144 | 0 | 74 | 434 | 144 | 24 |
| Binary | 1001011 | 0 | 1100111 | 11011 | 1100100 | 0 | 111100 | 100011100 | 1100100 | 10100 |
Color Harmonies of #4B0067
Complementary color
Monochromatic Colors of #4B0067
Black with #4B0067
Text Example
Text Example
White with #4B0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0067; }
p { color: rgb(75,0,103); }
H1.HeaderClassName
{
color: #4B0067;
}
.AnyTagClassName
{
color: #4B0067;
}
</style>
background-color css
<style>
a { background-color: #4B0067; }
a { background-color: rgb(75,0,103); }
div.DivClassName
{
background-color: #4B0067;
}
.BgClassName
{
background-color: #4B0067;
}
</style>
border-color css
<style>
span { border-color: #4B0067; }
span { border-color: rgb(75,0,103); }
td.TdClassName
{
border-color: #4B0067;
}
.TagClassName
{
border-color: #4B0067;
}
</style>