Shades of Indigo #3F038E
Tints of Indigo #3F038E
RGB
CMYK
RGB Variations
Color information
#3F038E (or 0x3F038E) is known color: Indigo. HEX triplet: 3F, 03 and 8E. RGB value is (63,3,142). Sum of RGB (Red+Green+Blue) = 63+3+142=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F038E is #C0FC71. Grayscale: #242424. Windows color (decimal): -12647538 or 9306943. OLE color: 9306943.
HSL color Cylindrical-coordinate representation of color #3F038E: hue angle of 265.9º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F038E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 3 | 142 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.44 |
| HSL | 265.9º | 0.96% | 0.28% | - |
| HSV(B) | 265.9º | 0.98% | 0.56% | - |
| XYZ | 6.96 | 3.07 | 25.82 | - |
| YUV | 36.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 142 | 0.56 | 0.98 | 0 | 0.44 | 265.9 | 0.96 | 0.28 |
| Hex | 3F | 3 | 8E | 38 | 62 | 0 | 2C | 10A | 60 | 1C |
| Octal | 77 | 3 | 216 | 70 | 142 | 0 | 54 | 412 | 140 | 34 |
| Binary | 111111 | 11 | 10001110 | 111000 | 1100010 | 0 | 101100 | 100001010 | 1100000 | 11100 |
Color Harmonies of #3F038E
Complementary color
Monochromatic Colors of #3F038E
Black with #3F038E
Text Example
Text Example
White with #3F038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F038E; }
p { color: rgb(63,3,142); }
H1.HeaderClassName
{
color: #3F038E;
}
.AnyTagClassName
{
color: #3F038E;
}
</style>
background-color css
<style>
a { background-color: #3F038E; }
a { background-color: rgb(63,3,142); }
div.DivClassName
{
background-color: #3F038E;
}
.BgClassName
{
background-color: #3F038E;
}
</style>
border-color css
<style>
span { border-color: #3F038E; }
span { border-color: rgb(63,3,142); }
td.TdClassName
{
border-color: #3F038E;
}
.TagClassName
{
border-color: #3F038E;
}
</style>