Shades of Indigo #3F0198
Tints of Indigo #3F0198
RGB
CMYK
RGB Variations
Color information
#3F0198 (or 0x3F0198) is known color: Indigo. HEX triplet: 3F, 01 and 98. RGB value is (63,1,152). Sum of RGB (Red+Green+Blue) = 63+1+152=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0198 is #C0FE67. Grayscale: #242424. Windows color (decimal): -12648040 or 9961791. OLE color: 9961791.
HSL color Cylindrical-coordinate representation of color #3F0198: hue angle of 264.64º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0198 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 1 | 152 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.40 |
| HSL | 264.64º | 0.99% | 0.3% | - |
| HSV(B) | 264.64º | 0.99% | 0.6% | - |
| XYZ | 7.73 | 3.35 | 29.94 | - |
| YUV | 36.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 152 | 0.59 | 0.99 | 0 | 0.40 | 264.64 | 0.99 | 0.3 |
| Hex | 3F | 1 | 98 | 3B | 63 | 0 | 28 | 109 | 63 | 1E |
| Octal | 77 | 1 | 230 | 73 | 143 | 0 | 50 | 411 | 143 | 36 |
| Binary | 111111 | 1 | 10011000 | 111011 | 1100011 | 0 | 101000 | 100001001 | 1100011 | 11110 |
Color Harmonies of #3F0198
Complementary color
Monochromatic Colors of #3F0198
Black with #3F0198
Text Example
Text Example
White with #3F0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0198; }
p { color: rgb(63,1,152); }
H1.HeaderClassName
{
color: #3F0198;
}
.AnyTagClassName
{
color: #3F0198;
}
</style>
background-color css
<style>
a { background-color: #3F0198; }
a { background-color: rgb(63,1,152); }
div.DivClassName
{
background-color: #3F0198;
}
.BgClassName
{
background-color: #3F0198;
}
</style>
border-color css
<style>
span { border-color: #3F0198; }
span { border-color: rgb(63,1,152); }
td.TdClassName
{
border-color: #3F0198;
}
.TagClassName
{
border-color: #3F0198;
}
</style>