Shades of Indigo #3F0376
Tints of Indigo #3F0376
RGB
CMYK
RGB Variations
Color information
#3F0376 (or 0x3F0376) is known color: Indigo. HEX triplet: 3F, 03 and 76. RGB value is (63,3,118). Sum of RGB (Red+Green+Blue) = 63+3+118=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F0376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0376 is #C0FC89. Grayscale: #212121. Windows color (decimal): -12647562 or 7734079. OLE color: 7734079.
HSL color Cylindrical-coordinate representation of color #3F0376: hue angle of 271.3º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0376 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 3 | 118 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.54 |
| HSL | 271.3º | 0.95% | 0.24% | - |
| HSV(B) | 271.3º | 0.97% | 0.46% | - |
| XYZ | 5.35 | 2.43 | 17.33 | - |
| YUV | 34.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 118 | 0.47 | 0.97 | 0 | 0.54 | 271.3 | 0.95 | 0.24 |
| Hex | 3F | 3 | 76 | 2F | 61 | 0 | 36 | 10F | 5F | 18 |
| Octal | 77 | 3 | 166 | 57 | 141 | 0 | 66 | 417 | 137 | 30 |
| Binary | 111111 | 11 | 1110110 | 101111 | 1100001 | 0 | 110110 | 100001111 | 1011111 | 11000 |
Color Harmonies of #3F0376
Complementary color
Monochromatic Colors of #3F0376
Black with #3F0376
Text Example
Text Example
White with #3F0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0376; }
p { color: rgb(63,3,118); }
H1.HeaderClassName
{
color: #3F0376;
}
.AnyTagClassName
{
color: #3F0376;
}
</style>
background-color css
<style>
a { background-color: #3F0376; }
a { background-color: rgb(63,3,118); }
div.DivClassName
{
background-color: #3F0376;
}
.BgClassName
{
background-color: #3F0376;
}
</style>
border-color css
<style>
span { border-color: #3F0376; }
span { border-color: rgb(63,3,118); }
td.TdClassName
{
border-color: #3F0376;
}
.TagClassName
{
border-color: #3F0376;
}
</style>