Shades of Indigo #3F067C
Tints of Indigo #3F067C
RGB
CMYK
RGB Variations
Color information
#3F067C (or 0x3F067C) is known color: Indigo. HEX triplet: 3F, 06 and 7C. RGB value is (63,6,124). Sum of RGB (Red+Green+Blue) = 63+6+124=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F067C is #C0F983. Grayscale: #242424. Windows color (decimal): -12646788 or 8128063. OLE color: 8128063.
HSL color Cylindrical-coordinate representation of color #3F067C: hue angle of 268.98º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F067C is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 6 | 124 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.51 |
| HSL | 268.98º | 0.91% | 0.25% | - |
| HSV(B) | 268.98º | 0.95% | 0.49% | - |
| XYZ | 5.75 | 2.64 | 19.28 | - |
| YUV | 36.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 124 | 0.49 | 0.95 | 0 | 0.51 | 268.98 | 0.91 | 0.25 |
| Hex | 3F | 6 | 7C | 31 | 5F | 0 | 33 | 10D | 5B | 19 |
| Octal | 77 | 6 | 174 | 61 | 137 | 0 | 63 | 415 | 133 | 31 |
| Binary | 111111 | 110 | 1111100 | 110001 | 1011111 | 0 | 110011 | 100001101 | 1011011 | 11001 |
Color Harmonies of #3F067C
Complementary color
Monochromatic Colors of #3F067C
Black with #3F067C
Text Example
Text Example
White with #3F067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F067C; }
p { color: rgb(63,6,124); }
H1.HeaderClassName
{
color: #3F067C;
}
.AnyTagClassName
{
color: #3F067C;
}
</style>
background-color css
<style>
a { background-color: #3F067C; }
a { background-color: rgb(63,6,124); }
div.DivClassName
{
background-color: #3F067C;
}
.BgClassName
{
background-color: #3F067C;
}
</style>
border-color css
<style>
span { border-color: #3F067C; }
span { border-color: rgb(63,6,124); }
td.TdClassName
{
border-color: #3F067C;
}
.TagClassName
{
border-color: #3F067C;
}
</style>