Shades of Indigo #3F0DA9
Tints of Indigo #3F0DA9
RGB
CMYK
RGB Variations
Color information
#3F0DA9 (or 0x3F0DA9) is known color: Indigo. HEX triplet: 3F, 0D and A9. RGB value is (63,13,169). Sum of RGB (Red+Green+Blue) = 63+13+169=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 169 (66.41% from 255 or 68.98% from 245); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F0DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0DA9 is #C0F256. Grayscale: #2D2D2D. Windows color (decimal): -12644951 or 11078975. OLE color: 11078975.
HSL color Cylindrical-coordinate representation of color #3F0DA9: hue angle of 259.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0DA9 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 13 | 169 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.34 |
| HSL | 259.23º | 0.86% | 0.36% | - |
| HSV(B) | 259.23º | 0.92% | 0.66% | - |
| XYZ | 9.36 | 4.21 | 37.86 | - |
| YUV | 45.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 169 | 0.63 | 0.92 | 0 | 0.34 | 259.23 | 0.86 | 0.36 |
| Hex | 3F | D | A9 | 3F | 5C | 0 | 22 | 103 | 56 | 24 |
| Octal | 77 | 15 | 251 | 77 | 134 | 0 | 42 | 403 | 126 | 44 |
| Binary | 111111 | 1101 | 10101001 | 111111 | 1011100 | 0 | 100010 | 100000011 | 1010110 | 100100 |
Color Harmonies of #3F0DA9
Complementary color
Monochromatic Colors of #3F0DA9
Black with #3F0DA9
Text Example
Text Example
White with #3F0DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DA9; }
p { color: rgb(63,13,169); }
H1.HeaderClassName
{
color: #3F0DA9;
}
.AnyTagClassName
{
color: #3F0DA9;
}
</style>
background-color css
<style>
a { background-color: #3F0DA9; }
a { background-color: rgb(63,13,169); }
div.DivClassName
{
background-color: #3F0DA9;
}
.BgClassName
{
background-color: #3F0DA9;
}
</style>
border-color css
<style>
span { border-color: #3F0DA9; }
span { border-color: rgb(63,13,169); }
td.TdClassName
{
border-color: #3F0DA9;
}
.TagClassName
{
border-color: #3F0DA9;
}
</style>