Shades of Indigo #3F0DA3
Tints of Indigo #3F0DA3
RGB
CMYK
RGB Variations
Color information
#3F0DA3 (or 0x3F0DA3) is known color: Indigo. HEX triplet: 3F, 0D and A3. RGB value is (63,13,163). Sum of RGB (Red+Green+Blue) = 63+13+163=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F0DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0DA3 is #C0F25C. Grayscale: #2C2C2C. Windows color (decimal): -12644957 or 10685759. OLE color: 10685759.
HSL color Cylindrical-coordinate representation of color #3F0DA3: hue angle of 260º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0DA3 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 13 | 163 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.36 |
| HSL | 260º | 0.85% | 0.35% | - |
| HSV(B) | 260º | 0.92% | 0.64% | - |
| XYZ | 8.8 | 3.99 | 34.96 | - |
| YUV | 45.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 163 | 0.61 | 0.92 | 0 | 0.36 | 260 | 0.85 | 0.35 |
| Hex | 3F | D | A3 | 3D | 5C | 0 | 24 | 104 | 55 | 23 |
| Octal | 77 | 15 | 243 | 75 | 134 | 0 | 44 | 404 | 125 | 43 |
| Binary | 111111 | 1101 | 10100011 | 111101 | 1011100 | 0 | 100100 | 100000100 | 1010101 | 100011 |
Color Harmonies of #3F0DA3
Complementary color
Monochromatic Colors of #3F0DA3
Black with #3F0DA3
Text Example
Text Example
White with #3F0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DA3; }
p { color: rgb(63,13,163); }
H1.HeaderClassName
{
color: #3F0DA3;
}
.AnyTagClassName
{
color: #3F0DA3;
}
</style>
background-color css
<style>
a { background-color: #3F0DA3; }
a { background-color: rgb(63,13,163); }
div.DivClassName
{
background-color: #3F0DA3;
}
.BgClassName
{
background-color: #3F0DA3;
}
</style>
border-color css
<style>
span { border-color: #3F0DA3; }
span { border-color: rgb(63,13,163); }
td.TdClassName
{
border-color: #3F0DA3;
}
.TagClassName
{
border-color: #3F0DA3;
}
</style>