Shades of Indigo #3F0368
Tints of Indigo #3F0368
RGB
CMYK
RGB Variations
Color information
#3F0368 (or 0x3F0368) is known color: Indigo. HEX triplet: 3F, 03 and 68. RGB value is (63,3,104). Sum of RGB (Red+Green+Blue) = 63+3+104=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0368 is #C0FC97. Grayscale: #202020. Windows color (decimal): -12647576 or 6816575. OLE color: 6816575.
HSL color Cylindrical-coordinate representation of color #3F0368: hue angle of 275.64º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0368 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 3 | 104 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.59 |
| HSL | 275.64º | 0.94% | 0.21% | - |
| HSV(B) | 275.64º | 0.97% | 0.41% | - |
| XYZ | 4.58 | 2.12 | 13.26 | - |
| YUV | 32.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 104 | 0.39 | 0.97 | 0 | 0.59 | 275.64 | 0.94 | 0.21 |
| Hex | 3F | 3 | 68 | 27 | 61 | 0 | 3B | 114 | 5E | 15 |
| Octal | 77 | 3 | 150 | 47 | 141 | 0 | 73 | 424 | 136 | 25 |
| Binary | 111111 | 11 | 1101000 | 100111 | 1100001 | 0 | 111011 | 100010100 | 1011110 | 10101 |
Color Harmonies of #3F0368
Complementary color
Monochromatic Colors of #3F0368
Black with #3F0368
Text Example
Text Example
White with #3F0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0368; }
p { color: rgb(63,3,104); }
H1.HeaderClassName
{
color: #3F0368;
}
.AnyTagClassName
{
color: #3F0368;
}
</style>
background-color css
<style>
a { background-color: #3F0368; }
a { background-color: rgb(63,3,104); }
div.DivClassName
{
background-color: #3F0368;
}
.BgClassName
{
background-color: #3F0368;
}
</style>
border-color css
<style>
span { border-color: #3F0368; }
span { border-color: rgb(63,3,104); }
td.TdClassName
{
border-color: #3F0368;
}
.TagClassName
{
border-color: #3F0368;
}
</style>