Shades of Indigo #3F088A
Tints of Indigo #3F088A
RGB
CMYK
RGB Variations
Color information
#3F088A (or 0x3F088A) is known color: Indigo. HEX triplet: 3F, 08 and 8A. RGB value is (63,8,138). Sum of RGB (Red+Green+Blue) = 63+8+138=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F088A is #C0F775. Grayscale: #262626. Windows color (decimal): -12646262 or 9046079. OLE color: 9046079.
HSL color Cylindrical-coordinate representation of color #3F088A: hue angle of 265.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F088A is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 8 | 138 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.46 |
| HSL | 265.38º | 0.89% | 0.29% | - |
| HSV(B) | 265.38º | 0.94% | 0.54% | - |
| XYZ | 6.72 | 3.07 | 24.28 | - |
| YUV | 39.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 138 | 0.54 | 0.94 | 0 | 0.46 | 265.38 | 0.89 | 0.29 |
| Hex | 3F | 8 | 8A | 36 | 5E | 0 | 2E | 109 | 59 | 1D |
| Octal | 77 | 10 | 212 | 66 | 136 | 0 | 56 | 411 | 131 | 35 |
| Binary | 111111 | 1000 | 10001010 | 110110 | 1011110 | 0 | 101110 | 100001001 | 1011001 | 11101 |
Color Harmonies of #3F088A
Complementary color
Monochromatic Colors of #3F088A
Black with #3F088A
Text Example
Text Example
White with #3F088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F088A; }
p { color: rgb(63,8,138); }
H1.HeaderClassName
{
color: #3F088A;
}
.AnyTagClassName
{
color: #3F088A;
}
</style>
background-color css
<style>
a { background-color: #3F088A; }
a { background-color: rgb(63,8,138); }
div.DivClassName
{
background-color: #3F088A;
}
.BgClassName
{
background-color: #3F088A;
}
</style>
border-color css
<style>
span { border-color: #3F088A; }
span { border-color: rgb(63,8,138); }
td.TdClassName
{
border-color: #3F088A;
}
.TagClassName
{
border-color: #3F088A;
}
</style>