Shades of Indigo #3F0094
Tints of Indigo #3F0094
RGB
CMYK
RGB Variations
Color information
#3F0094 (or 0x3F0094) is known color: Indigo. HEX triplet: 3F, 00 and 94. RGB value is (63,0,148). Sum of RGB (Red+Green+Blue) = 63+0+148=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F0094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0094 is #C0FF6B. Grayscale: #232323. Windows color (decimal): -12648300 or 9699391. OLE color: 9699391.
HSL color Cylindrical-coordinate representation of color #3F0094: hue angle of 265.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0094 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 0 | 148 | - |
| CMYK | 0.57 | 1 | 0 | 0.42 |
| HSL | 265.54º | 1% | 0.29% | - |
| HSV(B) | 265.54º | 1% | 0.58% | - |
| XYZ | 7.4 | 3.19 | 28.24 | - |
| YUV | 35.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 148 | 0.57 | 1 | 0 | 0.42 | 265.54 | 1 | 0.29 |
| Hex | 3F | 0 | 94 | 39 | 64 | 0 | 2A | 10A | 64 | 1D |
| Octal | 77 | 0 | 224 | 71 | 144 | 0 | 52 | 412 | 144 | 35 |
| Binary | 111111 | 0 | 10010100 | 111001 | 1100100 | 0 | 101010 | 100001010 | 1100100 | 11101 |
Color Harmonies of #3F0094
Complementary color
Monochromatic Colors of #3F0094
Black with #3F0094
Text Example
Text Example
White with #3F0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0094; }
p { color: rgb(63,0,148); }
H1.HeaderClassName
{
color: #3F0094;
}
.AnyTagClassName
{
color: #3F0094;
}
</style>
background-color css
<style>
a { background-color: #3F0094; }
a { background-color: rgb(63,0,148); }
div.DivClassName
{
background-color: #3F0094;
}
.BgClassName
{
background-color: #3F0094;
}
</style>
border-color css
<style>
span { border-color: #3F0094; }
span { border-color: rgb(63,0,148); }
td.TdClassName
{
border-color: #3F0094;
}
.TagClassName
{
border-color: #3F0094;
}
</style>