Shades of Indigo #3F026D
Tints of Indigo #3F026D
RGB
CMYK
RGB Variations
Color information
#3F026D (or 0x3F026D) is known color: Indigo. HEX triplet: 3F, 02 and 6D. RGB value is (63,2,109). Sum of RGB (Red+Green+Blue) = 63+2+109=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F026D is #C0FD92. Grayscale: #202020. Windows color (decimal): -12647827 or 7143999. OLE color: 7143999.
HSL color Cylindrical-coordinate representation of color #3F026D: hue angle of 274.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F026D is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 2 | 109 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.57 |
| HSL | 274.21º | 0.96% | 0.22% | - |
| HSV(B) | 274.21º | 0.98% | 0.43% | - |
| XYZ | 4.83 | 2.2 | 14.64 | - |
| YUV | 32.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 109 | 0.42 | 0.98 | 0 | 0.57 | 274.21 | 0.96 | 0.22 |
| Hex | 3F | 2 | 6D | 2A | 62 | 0 | 39 | 112 | 60 | 16 |
| Octal | 77 | 2 | 155 | 52 | 142 | 0 | 71 | 422 | 140 | 26 |
| Binary | 111111 | 10 | 1101101 | 101010 | 1100010 | 0 | 111001 | 100010010 | 1100000 | 10110 |
Color Harmonies of #3F026D
Complementary color
Monochromatic Colors of #3F026D
Black with #3F026D
Text Example
Text Example
White with #3F026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F026D; }
p { color: rgb(63,2,109); }
H1.HeaderClassName
{
color: #3F026D;
}
.AnyTagClassName
{
color: #3F026D;
}
</style>
background-color css
<style>
a { background-color: #3F026D; }
a { background-color: rgb(63,2,109); }
div.DivClassName
{
background-color: #3F026D;
}
.BgClassName
{
background-color: #3F026D;
}
</style>
border-color css
<style>
span { border-color: #3F026D; }
span { border-color: rgb(63,2,109); }
td.TdClassName
{
border-color: #3F026D;
}
.TagClassName
{
border-color: #3F026D;
}
</style>