Shades of Indigo #4B0965
Tints of Indigo #4B0965
RGB
CMYK
RGB Variations
Color information
#4B0965 (or 0x4B0965) is known color: Indigo. HEX triplet: 4B, 09 and 65. RGB value is (75,9,101). Sum of RGB (Red+Green+Blue) = 75+9+101=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B0965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0965 is #B4F69A. Grayscale: #262626. Windows color (decimal): -11859611 or 6621515. OLE color: 6621515.
HSL color Cylindrical-coordinate representation of color #4B0965: hue angle of 283.04º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0965 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 9 | 101 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.60 |
| HSL | 283.04º | 0.84% | 0.22% | - |
| HSV(B) | 283.04º | 0.91% | 0.4% | - |
| XYZ | 5.35 | 2.63 | 12.54 | - |
| YUV | 39.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 101 | 0.26 | 0.91 | 0 | 0.60 | 283.04 | 0.84 | 0.22 |
| Hex | 4B | 9 | 65 | 1A | 5B | 0 | 3C | 11B | 54 | 16 |
| Octal | 113 | 11 | 145 | 32 | 133 | 0 | 74 | 433 | 124 | 26 |
| Binary | 1001011 | 1001 | 1100101 | 11010 | 1011011 | 0 | 111100 | 100011011 | 1010100 | 10110 |
Color Harmonies of #4B0965
Complementary color
Monochromatic Colors of #4B0965
Black with #4B0965
Text Example
Text Example
White with #4B0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0965; }
p { color: rgb(75,9,101); }
H1.HeaderClassName
{
color: #4B0965;
}
.AnyTagClassName
{
color: #4B0965;
}
</style>
background-color css
<style>
a { background-color: #4B0965; }
a { background-color: rgb(75,9,101); }
div.DivClassName
{
background-color: #4B0965;
}
.BgClassName
{
background-color: #4B0965;
}
</style>
border-color css
<style>
span { border-color: #4B0965; }
span { border-color: rgb(75,9,101); }
td.TdClassName
{
border-color: #4B0965;
}
.TagClassName
{
border-color: #4B0965;
}
</style>