Shades of Indigo #3F0BA5
Tints of Indigo #3F0BA5
RGB
CMYK
RGB Variations
Color information
#3F0BA5 (or 0x3F0BA5) is known color: Indigo. HEX triplet: 3F, 0B and A5. RGB value is (63,11,165). Sum of RGB (Red+Green+Blue) = 63+11+165=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F0BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BA5 is #C0F45A. Grayscale: #2B2B2B. Windows color (decimal): -12645467 or 10816319. OLE color: 10816319.
HSL color Cylindrical-coordinate representation of color #3F0BA5: hue angle of 260.26º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0BA5 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 11 | 165 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.35 |
| HSL | 260.26º | 0.88% | 0.35% | - |
| HSV(B) | 260.26º | 0.93% | 0.65% | - |
| XYZ | 8.96 | 4.01 | 35.9 | - |
| YUV | 44.1 | 196.23 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 165 | 0.62 | 0.93 | 0 | 0.35 | 260.26 | 0.88 | 0.35 |
| Hex | 3F | B | A5 | 3E | 5D | 0 | 23 | 104 | 58 | 23 |
| Octal | 77 | 13 | 245 | 76 | 135 | 0 | 43 | 404 | 130 | 43 |
| Binary | 111111 | 1011 | 10100101 | 111110 | 1011101 | 0 | 100011 | 100000100 | 1011000 | 100011 |
Color Harmonies of #3F0BA5
Complementary color
Monochromatic Colors of #3F0BA5
Black with #3F0BA5
Text Example
Text Example
White with #3F0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BA5; }
p { color: rgb(63,11,165); }
H1.HeaderClassName
{
color: #3F0BA5;
}
.AnyTagClassName
{
color: #3F0BA5;
}
</style>
background-color css
<style>
a { background-color: #3F0BA5; }
a { background-color: rgb(63,11,165); }
div.DivClassName
{
background-color: #3F0BA5;
}
.BgClassName
{
background-color: #3F0BA5;
}
</style>
border-color css
<style>
span { border-color: #3F0BA5; }
span { border-color: rgb(63,11,165); }
td.TdClassName
{
border-color: #3F0BA5;
}
.TagClassName
{
border-color: #3F0BA5;
}
</style>