Shades of Indigo #3F0B73
Tints of Indigo #3F0B73
RGB
CMYK
RGB Variations
Color information
#3F0B73 (or 0x3F0B73) is known color: Indigo. HEX triplet: 3F, 0B and 73. RGB value is (63,11,115). Sum of RGB (Red+Green+Blue) = 63+11+115=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F0B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B73 is #C0F48C. Grayscale: #262626. Windows color (decimal): -12645517 or 7539519. OLE color: 7539519.
HSL color Cylindrical-coordinate representation of color #3F0B73: hue angle of 270º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0B73 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 11 | 115 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.55 |
| HSL | 270º | 0.83% | 0.25% | - |
| HSV(B) | 270º | 0.9% | 0.45% | - |
| XYZ | 5.26 | 2.53 | 16.43 | - |
| YUV | 38.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 115 | 0.45 | 0.90 | 0 | 0.55 | 270 | 0.83 | 0.25 |
| Hex | 3F | B | 73 | 2D | 5A | 0 | 37 | 10E | 53 | 19 |
| Octal | 77 | 13 | 163 | 55 | 132 | 0 | 67 | 416 | 123 | 31 |
| Binary | 111111 | 1011 | 1110011 | 101101 | 1011010 | 0 | 110111 | 100001110 | 1010011 | 11001 |
Color Harmonies of #3F0B73
Complementary color
Monochromatic Colors of #3F0B73
Black with #3F0B73
Text Example
Text Example
White with #3F0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B73; }
p { color: rgb(63,11,115); }
H1.HeaderClassName
{
color: #3F0B73;
}
.AnyTagClassName
{
color: #3F0B73;
}
</style>
background-color css
<style>
a { background-color: #3F0B73; }
a { background-color: rgb(63,11,115); }
div.DivClassName
{
background-color: #3F0B73;
}
.BgClassName
{
background-color: #3F0B73;
}
</style>
border-color css
<style>
span { border-color: #3F0B73; }
span { border-color: rgb(63,11,115); }
td.TdClassName
{
border-color: #3F0B73;
}
.TagClassName
{
border-color: #3F0B73;
}
</style>