Shades of Indigo #3F076E
Tints of Indigo #3F076E
RGB
CMYK
RGB Variations
Color information
#3F076E (or 0x3F076E) is known color: Indigo. HEX triplet: 3F, 07 and 6E. RGB value is (63,7,110). Sum of RGB (Red+Green+Blue) = 63+7+110=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F076E is #C0F891. Grayscale: #232323. Windows color (decimal): -12646546 or 7210815. OLE color: 7210815.
HSL color Cylindrical-coordinate representation of color #3F076E: hue angle of 272.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F076E is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 7 | 110 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.57 |
| HSL | 272.62º | 0.88% | 0.23% | - |
| HSV(B) | 272.62º | 0.94% | 0.43% | - |
| XYZ | 4.94 | 2.33 | 14.94 | - |
| YUV | 35.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 110 | 0.43 | 0.94 | 0 | 0.57 | 272.62 | 0.88 | 0.23 |
| Hex | 3F | 7 | 6E | 2B | 5E | 0 | 39 | 111 | 58 | 17 |
| Octal | 77 | 7 | 156 | 53 | 136 | 0 | 71 | 421 | 130 | 27 |
| Binary | 111111 | 111 | 1101110 | 101011 | 1011110 | 0 | 111001 | 100010001 | 1011000 | 10111 |
Color Harmonies of #3F076E
Complementary color
Monochromatic Colors of #3F076E
Black with #3F076E
Text Example
Text Example
White with #3F076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F076E; }
p { color: rgb(63,7,110); }
H1.HeaderClassName
{
color: #3F076E;
}
.AnyTagClassName
{
color: #3F076E;
}
</style>
background-color css
<style>
a { background-color: #3F076E; }
a { background-color: rgb(63,7,110); }
div.DivClassName
{
background-color: #3F076E;
}
.BgClassName
{
background-color: #3F076E;
}
</style>
border-color css
<style>
span { border-color: #3F076E; }
span { border-color: rgb(63,7,110); }
td.TdClassName
{
border-color: #3F076E;
}
.TagClassName
{
border-color: #3F076E;
}
</style>