Shades of Indigo #4B08A2
Tints of Indigo #4B08A2
RGB
CMYK
RGB Variations
Color information
#4B08A2 (or 0x4B08A2) is known color: Indigo. HEX triplet: 4B, 08 and A2. RGB value is (75,8,162). Sum of RGB (Red+Green+Blue) = 75+8+162=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B08A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B08A2 is #B4F75D. Grayscale: #2D2D2D. Windows color (decimal): -11859806 or 10618955. OLE color: 10618955.
HSL color Cylindrical-coordinate representation of color #4B08A2: hue angle of 266.1º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B08A2 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 8 | 162 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.36 |
| HSL | 266.1º | 0.91% | 0.33% | - |
| HSV(B) | 266.1º | 0.95% | 0.64% | - |
| XYZ | 9.51 | 4.28 | 34.51 | - |
| YUV | 45.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 162 | 0.54 | 0.95 | 0 | 0.36 | 266.1 | 0.91 | 0.33 |
| Hex | 4B | 8 | A2 | 36 | 5F | 0 | 24 | 10A | 5B | 21 |
| Octal | 113 | 10 | 242 | 66 | 137 | 0 | 44 | 412 | 133 | 41 |
| Binary | 1001011 | 1000 | 10100010 | 110110 | 1011111 | 0 | 100100 | 100001010 | 1011011 | 100001 |
Color Harmonies of #4B08A2
Complementary color
Monochromatic Colors of #4B08A2
Black with #4B08A2
Text Example
Text Example
White with #4B08A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B08A2; }
p { color: rgb(75,8,162); }
H1.HeaderClassName
{
color: #4B08A2;
}
.AnyTagClassName
{
color: #4B08A2;
}
</style>
background-color css
<style>
a { background-color: #4B08A2; }
a { background-color: rgb(75,8,162); }
div.DivClassName
{
background-color: #4B08A2;
}
.BgClassName
{
background-color: #4B08A2;
}
</style>
border-color css
<style>
span { border-color: #4B08A2; }
span { border-color: rgb(75,8,162); }
td.TdClassName
{
border-color: #4B08A2;
}
.TagClassName
{
border-color: #4B08A2;
}
</style>