Shades of Indigo #3F0284
Tints of Indigo #3F0284
RGB
CMYK
RGB Variations
Color information
#3F0284 (or 0x3F0284) is known color: Indigo. HEX triplet: 3F, 02 and 84. RGB value is (63,2,132). Sum of RGB (Red+Green+Blue) = 63+2+132=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0284 is #C0FD7B. Grayscale: #222222. Windows color (decimal): -12647804 or 8651327. OLE color: 8651327.
HSL color Cylindrical-coordinate representation of color #3F0284: hue angle of 268.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0284 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 2 | 132 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.48 |
| HSL | 268.15º | 0.97% | 0.26% | - |
| HSV(B) | 268.15º | 0.98% | 0.52% | - |
| XYZ | 6.24 | 2.77 | 22.04 | - |
| YUV | 35.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 132 | 0.52 | 0.98 | 0 | 0.48 | 268.15 | 0.97 | 0.26 |
| Hex | 3F | 2 | 84 | 34 | 62 | 0 | 30 | 10C | 61 | 1A |
| Octal | 77 | 2 | 204 | 64 | 142 | 0 | 60 | 414 | 141 | 32 |
| Binary | 111111 | 10 | 10000100 | 110100 | 1100010 | 0 | 110000 | 100001100 | 1100001 | 11010 |
Color Harmonies of #3F0284
Complementary color
Monochromatic Colors of #3F0284
Black with #3F0284
Text Example
Text Example
White with #3F0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0284; }
p { color: rgb(63,2,132); }
H1.HeaderClassName
{
color: #3F0284;
}
.AnyTagClassName
{
color: #3F0284;
}
</style>
background-color css
<style>
a { background-color: #3F0284; }
a { background-color: rgb(63,2,132); }
div.DivClassName
{
background-color: #3F0284;
}
.BgClassName
{
background-color: #3F0284;
}
</style>
border-color css
<style>
span { border-color: #3F0284; }
span { border-color: rgb(63,2,132); }
td.TdClassName
{
border-color: #3F0284;
}
.TagClassName
{
border-color: #3F0284;
}
</style>