Shades of Indigo #3F0264
Tints of Indigo #3F0264
RGB
CMYK
RGB Variations
Color information
#3F0264 (or 0x3F0264) is known color: Indigo. HEX triplet: 3F, 02 and 64. RGB value is (63,2,100). Sum of RGB (Red+Green+Blue) = 63+2+100=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F0264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0264 is #C0FD9B. Grayscale: #1F1F1F. Windows color (decimal): -12647836 or 6554175. OLE color: 6554175.
HSL color Cylindrical-coordinate representation of color #3F0264: hue angle of 277.35º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0264 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 2 | 100 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.61 |
| HSL | 277.35º | 0.96% | 0.2% | - |
| HSV(B) | 277.35º | 0.98% | 0.39% | - |
| XYZ | 4.37 | 2.02 | 12.22 | - |
| YUV | 31.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 100 | 0.37 | 0.98 | 0 | 0.61 | 277.35 | 0.96 | 0.2 |
| Hex | 3F | 2 | 64 | 25 | 62 | 0 | 3D | 115 | 60 | 14 |
| Octal | 77 | 2 | 144 | 45 | 142 | 0 | 75 | 425 | 140 | 24 |
| Binary | 111111 | 10 | 1100100 | 100101 | 1100010 | 0 | 111101 | 100010101 | 1100000 | 10100 |
Color Harmonies of #3F0264
Complementary color
Monochromatic Colors of #3F0264
Black with #3F0264
Text Example
Text Example
White with #3F0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0264; }
p { color: rgb(63,2,100); }
H1.HeaderClassName
{
color: #3F0264;
}
.AnyTagClassName
{
color: #3F0264;
}
</style>
background-color css
<style>
a { background-color: #3F0264; }
a { background-color: rgb(63,2,100); }
div.DivClassName
{
background-color: #3F0264;
}
.BgClassName
{
background-color: #3F0264;
}
</style>
border-color css
<style>
span { border-color: #3F0264; }
span { border-color: rgb(63,2,100); }
td.TdClassName
{
border-color: #3F0264;
}
.TagClassName
{
border-color: #3F0264;
}
</style>