Shades of Indigo #3F0394
Tints of Indigo #3F0394
RGB
CMYK
RGB Variations
Color information
#3F0394 (or 0x3F0394) is known color: Indigo. HEX triplet: 3F, 03 and 94. RGB value is (63,3,148). Sum of RGB (Red+Green+Blue) = 63+3+148=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0394 is #C0FC6B. Grayscale: #242424. Windows color (decimal): -12647532 or 9700159. OLE color: 9700159.
HSL color Cylindrical-coordinate representation of color #3F0394: hue angle of 264.83º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0394 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 3 | 148 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.42 |
| HSL | 264.83º | 0.96% | 0.3% | - |
| HSV(B) | 264.83º | 0.98% | 0.58% | - |
| XYZ | 7.43 | 3.26 | 28.25 | - |
| YUV | 37.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 148 | 0.57 | 0.98 | 0 | 0.42 | 264.83 | 0.96 | 0.3 |
| Hex | 3F | 3 | 94 | 39 | 62 | 0 | 2A | 109 | 60 | 1E |
| Octal | 77 | 3 | 224 | 71 | 142 | 0 | 52 | 411 | 140 | 36 |
| Binary | 111111 | 11 | 10010100 | 111001 | 1100010 | 0 | 101010 | 100001001 | 1100000 | 11110 |
Color Harmonies of #3F0394
Complementary color
Monochromatic Colors of #3F0394
Black with #3F0394
Text Example
Text Example
White with #3F0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0394; }
p { color: rgb(63,3,148); }
H1.HeaderClassName
{
color: #3F0394;
}
.AnyTagClassName
{
color: #3F0394;
}
</style>
background-color css
<style>
a { background-color: #3F0394; }
a { background-color: rgb(63,3,148); }
div.DivClassName
{
background-color: #3F0394;
}
.BgClassName
{
background-color: #3F0394;
}
</style>
border-color css
<style>
span { border-color: #3F0394; }
span { border-color: rgb(63,3,148); }
td.TdClassName
{
border-color: #3F0394;
}
.TagClassName
{
border-color: #3F0394;
}
</style>