Shades of Indigo #3F027A
Tints of Indigo #3F027A
RGB
CMYK
RGB Variations
Color information
#3F027A (or 0x3F027A) is known color: Indigo. HEX triplet: 3F, 02 and 7A. RGB value is (63,2,122). Sum of RGB (Red+Green+Blue) = 63+2+122=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F027A is #C0FD85. Grayscale: #212121. Windows color (decimal): -12647814 or 7995967. OLE color: 7995967.
HSL color Cylindrical-coordinate representation of color #3F027A: hue angle of 270.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F027A is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 2 | 122 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.52 |
| HSL | 270.5º | 0.97% | 0.24% | - |
| HSV(B) | 270.5º | 0.98% | 0.48% | - |
| XYZ | 5.58 | 2.51 | 18.6 | - |
| YUV | 33.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 122 | 0.48 | 0.98 | 0 | 0.52 | 270.5 | 0.97 | 0.24 |
| Hex | 3F | 2 | 7A | 30 | 62 | 0 | 34 | 10E | 61 | 18 |
| Octal | 77 | 2 | 172 | 60 | 142 | 0 | 64 | 416 | 141 | 30 |
| Binary | 111111 | 10 | 1111010 | 110000 | 1100010 | 0 | 110100 | 100001110 | 1100001 | 11000 |
Color Harmonies of #3F027A
Complementary color
Monochromatic Colors of #3F027A
Black with #3F027A
Text Example
Text Example
White with #3F027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F027A; }
p { color: rgb(63,2,122); }
H1.HeaderClassName
{
color: #3F027A;
}
.AnyTagClassName
{
color: #3F027A;
}
</style>
background-color css
<style>
a { background-color: #3F027A; }
a { background-color: rgb(63,2,122); }
div.DivClassName
{
background-color: #3F027A;
}
.BgClassName
{
background-color: #3F027A;
}
</style>
border-color css
<style>
span { border-color: #3F027A; }
span { border-color: rgb(63,2,122); }
td.TdClassName
{
border-color: #3F027A;
}
.TagClassName
{
border-color: #3F027A;
}
</style>