Shades of Indigo #3F056B
Tints of Indigo #3F056B
RGB
CMYK
RGB Variations
Color information
#3F056B (or 0x3F056B) is known color: Indigo. HEX triplet: 3F, 05 and 6B. RGB value is (63,5,107). Sum of RGB (Red+Green+Blue) = 63+5+107=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F056B is #C0FA94. Grayscale: #212121. Windows color (decimal): -12647061 or 7013695. OLE color: 7013695.
HSL color Cylindrical-coordinate representation of color #3F056B: hue angle of 274.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F056B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 5 | 107 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.58 |
| HSL | 274.12º | 0.91% | 0.22% | - |
| HSV(B) | 274.12º | 0.95% | 0.42% | - |
| XYZ | 4.76 | 2.23 | 14.09 | - |
| YUV | 33.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 107 | 0.41 | 0.95 | 0 | 0.58 | 274.12 | 0.91 | 0.22 |
| Hex | 3F | 5 | 6B | 29 | 5F | 0 | 3A | 112 | 5B | 16 |
| Octal | 77 | 5 | 153 | 51 | 137 | 0 | 72 | 422 | 133 | 26 |
| Binary | 111111 | 101 | 1101011 | 101001 | 1011111 | 0 | 111010 | 100010010 | 1011011 | 10110 |
Color Harmonies of #3F056B
Complementary color
Monochromatic Colors of #3F056B
Black with #3F056B
Text Example
Text Example
White with #3F056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F056B; }
p { color: rgb(63,5,107); }
H1.HeaderClassName
{
color: #3F056B;
}
.AnyTagClassName
{
color: #3F056B;
}
</style>
background-color css
<style>
a { background-color: #3F056B; }
a { background-color: rgb(63,5,107); }
div.DivClassName
{
background-color: #3F056B;
}
.BgClassName
{
background-color: #3F056B;
}
</style>
border-color css
<style>
span { border-color: #3F056B; }
span { border-color: rgb(63,5,107); }
td.TdClassName
{
border-color: #3F056B;
}
.TagClassName
{
border-color: #3F056B;
}
</style>