Shades of Indigo #3F07AB
Tints of Indigo #3F07AB
RGB
CMYK
RGB Variations
Color information
#3F07AB (or 0x3F07AB) is known color: Indigo. HEX triplet: 3F, 07 and AB. RGB value is (63,7,171). Sum of RGB (Red+Green+Blue) = 63+7+171=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F07AB is #C0F854. Grayscale: #292929. Windows color (decimal): -12646485 or 11208511. OLE color: 11208511.
HSL color Cylindrical-coordinate representation of color #3F07AB: hue angle of 260.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F07AB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 7 | 171 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.33 |
| HSL | 260.49º | 0.92% | 0.35% | - |
| HSV(B) | 260.49º | 0.96% | 0.67% | - |
| XYZ | 9.48 | 4.15 | 38.83 | - |
| YUV | 42.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 171 | 0.63 | 0.96 | 0 | 0.33 | 260.49 | 0.92 | 0.35 |
| Hex | 3F | 7 | AB | 3F | 60 | 0 | 21 | 104 | 5C | 23 |
| Octal | 77 | 7 | 253 | 77 | 140 | 0 | 41 | 404 | 134 | 43 |
| Binary | 111111 | 111 | 10101011 | 111111 | 1100000 | 0 | 100001 | 100000100 | 1011100 | 100011 |
Color Harmonies of #3F07AB
Complementary color
Monochromatic Colors of #3F07AB
Black with #3F07AB
Text Example
Text Example
White with #3F07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F07AB; }
p { color: rgb(63,7,171); }
H1.HeaderClassName
{
color: #3F07AB;
}
.AnyTagClassName
{
color: #3F07AB;
}
</style>
background-color css
<style>
a { background-color: #3F07AB; }
a { background-color: rgb(63,7,171); }
div.DivClassName
{
background-color: #3F07AB;
}
.BgClassName
{
background-color: #3F07AB;
}
</style>
border-color css
<style>
span { border-color: #3F07AB; }
span { border-color: rgb(63,7,171); }
td.TdClassName
{
border-color: #3F07AB;
}
.TagClassName
{
border-color: #3F07AB;
}
</style>