Shades of Indigo #3F0BAB
Tints of Indigo #3F0BAB
RGB
CMYK
RGB Variations
Color information
#3F0BAB (or 0x3F0BAB) is known color: Indigo. HEX triplet: 3F, 0B and AB. RGB value is (63,11,171). Sum of RGB (Red+Green+Blue) = 63+11+171=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BAB is #C0F454. Grayscale: #2C2C2C. Windows color (decimal): -12645461 or 11209535. OLE color: 11209535.
HSL color Cylindrical-coordinate representation of color #3F0BAB: hue angle of 259.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0BAB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 11 | 171 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.33 |
| HSL | 259.5º | 0.88% | 0.36% | - |
| HSV(B) | 259.5º | 0.94% | 0.67% | - |
| XYZ | 9.52 | 4.24 | 38.84 | - |
| YUV | 44.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 171 | 0.63 | 0.94 | 0 | 0.33 | 259.5 | 0.88 | 0.36 |
| Hex | 3F | B | AB | 3F | 5E | 0 | 21 | 104 | 58 | 24 |
| Octal | 77 | 13 | 253 | 77 | 136 | 0 | 41 | 404 | 130 | 44 |
| Binary | 111111 | 1011 | 10101011 | 111111 | 1011110 | 0 | 100001 | 100000100 | 1011000 | 100100 |
Color Harmonies of #3F0BAB
Complementary color
Monochromatic Colors of #3F0BAB
Black with #3F0BAB
Text Example
Text Example
White with #3F0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BAB; }
p { color: rgb(63,11,171); }
H1.HeaderClassName
{
color: #3F0BAB;
}
.AnyTagClassName
{
color: #3F0BAB;
}
</style>
background-color css
<style>
a { background-color: #3F0BAB; }
a { background-color: rgb(63,11,171); }
div.DivClassName
{
background-color: #3F0BAB;
}
.BgClassName
{
background-color: #3F0BAB;
}
</style>
border-color css
<style>
span { border-color: #3F0BAB; }
span { border-color: rgb(63,11,171); }
td.TdClassName
{
border-color: #3F0BAB;
}
.TagClassName
{
border-color: #3F0BAB;
}
</style>