Shades of Indigo #3F0290
Tints of Indigo #3F0290
RGB
CMYK
RGB Variations
Color information
#3F0290 (or 0x3F0290) is known color: Indigo. HEX triplet: 3F, 02 and 90. RGB value is (63,2,144). Sum of RGB (Red+Green+Blue) = 63+2+144=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0290 is #C0FD6F. Grayscale: #232323. Windows color (decimal): -12647792 or 9437759. OLE color: 9437759.
HSL color Cylindrical-coordinate representation of color #3F0290: hue angle of 265.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0290 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 2 | 144 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.44 |
| HSL | 265.77º | 0.97% | 0.29% | - |
| HSV(B) | 265.77º | 0.99% | 0.56% | - |
| XYZ | 7.11 | 3.11 | 26.61 | - |
| YUV | 36.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 144 | 0.56 | 0.99 | 0 | 0.44 | 265.77 | 0.97 | 0.29 |
| Hex | 3F | 2 | 90 | 38 | 63 | 0 | 2C | 10A | 61 | 1D |
| Octal | 77 | 2 | 220 | 70 | 143 | 0 | 54 | 412 | 141 | 35 |
| Binary | 111111 | 10 | 10010000 | 111000 | 1100011 | 0 | 101100 | 100001010 | 1100001 | 11101 |
Color Harmonies of #3F0290
Complementary color
Monochromatic Colors of #3F0290
Black with #3F0290
Text Example
Text Example
White with #3F0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0290; }
p { color: rgb(63,2,144); }
H1.HeaderClassName
{
color: #3F0290;
}
.AnyTagClassName
{
color: #3F0290;
}
</style>
background-color css
<style>
a { background-color: #3F0290; }
a { background-color: rgb(63,2,144); }
div.DivClassName
{
background-color: #3F0290;
}
.BgClassName
{
background-color: #3F0290;
}
</style>
border-color css
<style>
span { border-color: #3F0290; }
span { border-color: rgb(63,2,144); }
td.TdClassName
{
border-color: #3F0290;
}
.TagClassName
{
border-color: #3F0290;
}
</style>