Shades of Indigo #3F036D
Tints of Indigo #3F036D
RGB
CMYK
RGB Variations
Color information
#3F036D (or 0x3F036D) is known color: Indigo. HEX triplet: 3F, 03 and 6D. RGB value is (63,3,109). Sum of RGB (Red+Green+Blue) = 63+3+109=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F036D is #C0FC92. Grayscale: #202020. Windows color (decimal): -12647571 or 7144255. OLE color: 7144255.
HSL color Cylindrical-coordinate representation of color #3F036D: hue angle of 273.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F036D is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 3 | 109 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.57 |
| HSL | 273.96º | 0.95% | 0.22% | - |
| HSV(B) | 273.96º | 0.97% | 0.43% | - |
| XYZ | 4.84 | 2.23 | 14.64 | - |
| YUV | 33.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 109 | 0.42 | 0.97 | 0 | 0.57 | 273.96 | 0.95 | 0.22 |
| Hex | 3F | 3 | 6D | 2A | 61 | 0 | 39 | 112 | 5F | 16 |
| Octal | 77 | 3 | 155 | 52 | 141 | 0 | 71 | 422 | 137 | 26 |
| Binary | 111111 | 11 | 1101101 | 101010 | 1100001 | 0 | 111001 | 100010010 | 1011111 | 10110 |
Color Harmonies of #3F036D
Complementary color
Monochromatic Colors of #3F036D
Black with #3F036D
Text Example
Text Example
White with #3F036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F036D; }
p { color: rgb(63,3,109); }
H1.HeaderClassName
{
color: #3F036D;
}
.AnyTagClassName
{
color: #3F036D;
}
</style>
background-color css
<style>
a { background-color: #3F036D; }
a { background-color: rgb(63,3,109); }
div.DivClassName
{
background-color: #3F036D;
}
.BgClassName
{
background-color: #3F036D;
}
</style>
border-color css
<style>
span { border-color: #3F036D; }
span { border-color: rgb(63,3,109); }
td.TdClassName
{
border-color: #3F036D;
}
.TagClassName
{
border-color: #3F036D;
}
</style>