Shades of Indigo #4B00AF
Tints of Indigo #4B00AF
RGB
CMYK
RGB Variations
Color information
#4B00AF (or 0x4B00AF) is known color: Indigo. HEX triplet: 4B, 00 and AF. RGB value is (75,0,175). Sum of RGB (Red+Green+Blue) = 75+0+175=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B00AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B00AF is #B4FF50. Grayscale: #292929. Windows color (decimal): -11861841 or 11468875. OLE color: 11468875.
HSL color Cylindrical-coordinate representation of color #4B00AF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00AF is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 0 | 175 | - |
| CMYK | 0.57 | 1 | 0 | 0.31 |
| HSL | 265.71º | 1% | 0.34% | - |
| HSV(B) | 265.71º | 1% | 0.69% | - |
| XYZ | 10.64 | 4.59 | 40.88 | - |
| YUV | 42.38 | 202.85 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 175 | 0.57 | 1 | 0 | 0.31 | 265.71 | 1 | 0.34 |
| Hex | 4B | 0 | AF | 39 | 64 | 0 | 1F | 10A | 64 | 22 |
| Octal | 113 | 0 | 257 | 71 | 144 | 0 | 37 | 412 | 144 | 42 |
| Binary | 1001011 | 0 | 10101111 | 111001 | 1100100 | 0 | 11111 | 100001010 | 1100100 | 100010 |
Color Harmonies of #4B00AF
Complementary color
Monochromatic Colors of #4B00AF
Black with #4B00AF
Text Example
Text Example
White with #4B00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B00AF; }
p { color: rgb(75,0,175); }
H1.HeaderClassName
{
color: #4B00AF;
}
.AnyTagClassName
{
color: #4B00AF;
}
</style>
background-color css
<style>
a { background-color: #4B00AF; }
a { background-color: rgb(75,0,175); }
div.DivClassName
{
background-color: #4B00AF;
}
.BgClassName
{
background-color: #4B00AF;
}
</style>
border-color css
<style>
span { border-color: #4B00AF; }
span { border-color: rgb(75,0,175); }
td.TdClassName
{
border-color: #4B00AF;
}
.TagClassName
{
border-color: #4B00AF;
}
</style>