Shades of Indigo #3F066F
Tints of Indigo #3F066F
RGB
CMYK
RGB Variations
Color information
#3F066F (or 0x3F066F) is known color: Indigo. HEX triplet: 3F, 06 and 6F. RGB value is (63,6,111). Sum of RGB (Red+Green+Blue) = 63+6+111=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F066F is #C0F990. Grayscale: #222222. Windows color (decimal): -12646801 or 7276095. OLE color: 7276095.
HSL color Cylindrical-coordinate representation of color #3F066F: hue angle of 272.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F066F is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 6 | 111 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.56 |
| HSL | 272.57º | 0.9% | 0.23% | - |
| HSV(B) | 272.57º | 0.95% | 0.44% | - |
| XYZ | 4.98 | 2.33 | 15.23 | - |
| YUV | 35.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 111 | 0.43 | 0.95 | 0 | 0.56 | 272.57 | 0.9 | 0.23 |
| Hex | 3F | 6 | 6F | 2B | 5F | 0 | 38 | 111 | 5A | 17 |
| Octal | 77 | 6 | 157 | 53 | 137 | 0 | 70 | 421 | 132 | 27 |
| Binary | 111111 | 110 | 1101111 | 101011 | 1011111 | 0 | 111000 | 100010001 | 1011010 | 10111 |
Color Harmonies of #3F066F
Complementary color
Monochromatic Colors of #3F066F
Black with #3F066F
Text Example
Text Example
White with #3F066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F066F; }
p { color: rgb(63,6,111); }
H1.HeaderClassName
{
color: #3F066F;
}
.AnyTagClassName
{
color: #3F066F;
}
</style>
background-color css
<style>
a { background-color: #3F066F; }
a { background-color: rgb(63,6,111); }
div.DivClassName
{
background-color: #3F066F;
}
.BgClassName
{
background-color: #3F066F;
}
</style>
border-color css
<style>
span { border-color: #3F066F; }
span { border-color: rgb(63,6,111); }
td.TdClassName
{
border-color: #3F066F;
}
.TagClassName
{
border-color: #3F066F;
}
</style>