Shades of Indigo #3F0BAD
Tints of Indigo #3F0BAD
RGB
CMYK
RGB Variations
Color information
#3F0BAD (or 0x3F0BAD) is known color: Indigo. HEX triplet: 3F, 0B and AD. RGB value is (63,11,173). Sum of RGB (Red+Green+Blue) = 63+11+173=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F0BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BAD is #C0F452. Grayscale: #2C2C2C. Windows color (decimal): -12645459 or 11340607. OLE color: 11340607.
HSL color Cylindrical-coordinate representation of color #3F0BAD: hue angle of 259.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0BAD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 11 | 173 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.32 |
| HSL | 259.26º | 0.88% | 0.36% | - |
| HSV(B) | 259.26º | 0.94% | 0.68% | - |
| XYZ | 9.71 | 4.31 | 39.86 | - |
| YUV | 45.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 173 | 0.64 | 0.94 | 0 | 0.32 | 259.26 | 0.88 | 0.36 |
| Hex | 3F | B | AD | 40 | 5E | 0 | 20 | 103 | 58 | 24 |
| Octal | 77 | 13 | 255 | 100 | 136 | 0 | 40 | 403 | 130 | 44 |
| Binary | 111111 | 1011 | 10101101 | 1000000 | 1011110 | 0 | 100000 | 100000011 | 1011000 | 100100 |
Color Harmonies of #3F0BAD
Complementary color
Monochromatic Colors of #3F0BAD
Black with #3F0BAD
Text Example
Text Example
White with #3F0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BAD; }
p { color: rgb(63,11,173); }
H1.HeaderClassName
{
color: #3F0BAD;
}
.AnyTagClassName
{
color: #3F0BAD;
}
</style>
background-color css
<style>
a { background-color: #3F0BAD; }
a { background-color: rgb(63,11,173); }
div.DivClassName
{
background-color: #3F0BAD;
}
.BgClassName
{
background-color: #3F0BAD;
}
</style>
border-color css
<style>
span { border-color: #3F0BAD; }
span { border-color: rgb(63,11,173); }
td.TdClassName
{
border-color: #3F0BAD;
}
.TagClassName
{
border-color: #3F0BAD;
}
</style>