Shades of Indigo #3F0074
Tints of Indigo #3F0074
RGB
CMYK
RGB Variations
Color information
#3F0074 (or 0x3F0074) is known color: Indigo. HEX triplet: 3F, 00 and 74. RGB value is (63,0,116). Sum of RGB (Red+Green+Blue) = 63+0+116=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0074 is #C0FF8B. Grayscale: #1F1F1F. Windows color (decimal): -12648332 or 7602239. OLE color: 7602239.
HSL color Cylindrical-coordinate representation of color #3F0074: hue angle of 272.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0074 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 0 | 116 | - |
| CMYK | 0.46 | 1 | 0 | 0.55 |
| HSL | 272.59º | 1% | 0.23% | - |
| HSV(B) | 272.59º | 1% | 0.45% | - |
| XYZ | 5.2 | 2.32 | 16.7 | - |
| YUV | 32.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 116 | 0.46 | 1 | 0 | 0.55 | 272.59 | 1 | 0.23 |
| Hex | 3F | 0 | 74 | 2E | 64 | 0 | 37 | 111 | 64 | 17 |
| Octal | 77 | 0 | 164 | 56 | 144 | 0 | 67 | 421 | 144 | 27 |
| Binary | 111111 | 0 | 1110100 | 101110 | 1100100 | 0 | 110111 | 100010001 | 1100100 | 10111 |
Color Harmonies of #3F0074
Complementary color
Monochromatic Colors of #3F0074
Black with #3F0074
Text Example
Text Example
White with #3F0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0074; }
p { color: rgb(63,0,116); }
H1.HeaderClassName
{
color: #3F0074;
}
.AnyTagClassName
{
color: #3F0074;
}
</style>
background-color css
<style>
a { background-color: #3F0074; }
a { background-color: rgb(63,0,116); }
div.DivClassName
{
background-color: #3F0074;
}
.BgClassName
{
background-color: #3F0074;
}
</style>
border-color css
<style>
span { border-color: #3F0074; }
span { border-color: rgb(63,0,116); }
td.TdClassName
{
border-color: #3F0074;
}
.TagClassName
{
border-color: #3F0074;
}
</style>