Shades of Indigo #4B089F
Tints of Indigo #4B089F
RGB
CMYK
RGB Variations
Color information
#4B089F (or 0x4B089F) is known color: Indigo. HEX triplet: 4B, 08 and 9F. RGB value is (75,8,159). Sum of RGB (Red+Green+Blue) = 75+8+159=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B089F is #B4F760. Grayscale: #2C2C2C. Windows color (decimal): -11859809 or 10422347. OLE color: 10422347.
HSL color Cylindrical-coordinate representation of color #4B089F: hue angle of 266.62º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B089F is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 8 | 159 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.38 |
| HSL | 266.62º | 0.9% | 0.33% | - |
| HSV(B) | 266.62º | 0.95% | 0.62% | - |
| XYZ | 9.25 | 4.17 | 33.12 | - |
| YUV | 45.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 159 | 0.53 | 0.95 | 0 | 0.38 | 266.62 | 0.9 | 0.33 |
| Hex | 4B | 8 | 9F | 35 | 5F | 0 | 26 | 10B | 5A | 21 |
| Octal | 113 | 10 | 237 | 65 | 137 | 0 | 46 | 413 | 132 | 41 |
| Binary | 1001011 | 1000 | 10011111 | 110101 | 1011111 | 0 | 100110 | 100001011 | 1011010 | 100001 |
Color Harmonies of #4B089F
Complementary color
Monochromatic Colors of #4B089F
Black with #4B089F
Text Example
Text Example
White with #4B089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B089F; }
p { color: rgb(75,8,159); }
H1.HeaderClassName
{
color: #4B089F;
}
.AnyTagClassName
{
color: #4B089F;
}
</style>
background-color css
<style>
a { background-color: #4B089F; }
a { background-color: rgb(75,8,159); }
div.DivClassName
{
background-color: #4B089F;
}
.BgClassName
{
background-color: #4B089F;
}
</style>
border-color css
<style>
span { border-color: #4B089F; }
span { border-color: rgb(75,8,159); }
td.TdClassName
{
border-color: #4B089F;
}
.TagClassName
{
border-color: #4B089F;
}
</style>