Shades of Indigo #3F0167
Tints of Indigo #3F0167
RGB
CMYK
RGB Variations
Color information
#3F0167 (or 0x3F0167) is known color: Indigo. HEX triplet: 3F, 01 and 67. RGB value is (63,1,103). Sum of RGB (Red+Green+Blue) = 63+1+103=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F0167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0167 is #C0FE98. Grayscale: #1E1E1E. Windows color (decimal): -12648089 or 6750527. OLE color: 6750527.
HSL color Cylindrical-coordinate representation of color #3F0167: hue angle of 276.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0167 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 1 | 103 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.60 |
| HSL | 276.47º | 0.98% | 0.2% | - |
| HSV(B) | 276.47º | 0.99% | 0.4% | - |
| XYZ | 4.51 | 2.06 | 12.99 | - |
| YUV | 31.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 103 | 0.39 | 0.99 | 0 | 0.60 | 276.47 | 0.98 | 0.2 |
| Hex | 3F | 1 | 67 | 27 | 63 | 0 | 3C | 114 | 62 | 14 |
| Octal | 77 | 1 | 147 | 47 | 143 | 0 | 74 | 424 | 142 | 24 |
| Binary | 111111 | 1 | 1100111 | 100111 | 1100011 | 0 | 111100 | 100010100 | 1100010 | 10100 |
Color Harmonies of #3F0167
Complementary color
Monochromatic Colors of #3F0167
Black with #3F0167
Text Example
Text Example
White with #3F0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0167; }
p { color: rgb(63,1,103); }
H1.HeaderClassName
{
color: #3F0167;
}
.AnyTagClassName
{
color: #3F0167;
}
</style>
background-color css
<style>
a { background-color: #3F0167; }
a { background-color: rgb(63,1,103); }
div.DivClassName
{
background-color: #3F0167;
}
.BgClassName
{
background-color: #3F0167;
}
</style>
border-color css
<style>
span { border-color: #3F0167; }
span { border-color: rgb(63,1,103); }
td.TdClassName
{
border-color: #3F0167;
}
.TagClassName
{
border-color: #3F0167;
}
</style>