Shades of Indigo #3F0369
Tints of Indigo #3F0369
RGB
CMYK
RGB Variations
Color information
#3F0369 (or 0x3F0369) is known color: Indigo. HEX triplet: 3F, 03 and 69. RGB value is (63,3,105). Sum of RGB (Red+Green+Blue) = 63+3+105=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F0369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0369 is #C0FC96. Grayscale: #202020. Windows color (decimal): -12647575 or 6882111. OLE color: 6882111.
HSL color Cylindrical-coordinate representation of color #3F0369: hue angle of 275.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0369 is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 3 | 105 | - |
| CMYK | 0.4 | 0.97 | 0 | 0.59 |
| HSL | 275.29º | 0.94% | 0.21% | - |
| HSV(B) | 275.29º | 0.97% | 0.41% | - |
| XYZ | 4.63 | 2.14 | 13.53 | - |
| YUV | 32.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 105 | 0.4 | 0.97 | 0 | 0.59 | 275.29 | 0.94 | 0.21 |
| Hex | 3F | 3 | 69 | 28 | 61 | 0 | 3B | 113 | 5E | 15 |
| Octal | 77 | 3 | 151 | 50 | 141 | 0 | 73 | 423 | 136 | 25 |
| Binary | 111111 | 11 | 1101001 | 101000 | 1100001 | 0 | 111011 | 100010011 | 1011110 | 10101 |
Color Harmonies of #3F0369
Complementary color
Monochromatic Colors of #3F0369
Black with #3F0369
Text Example
Text Example
White with #3F0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0369; }
p { color: rgb(63,3,105); }
H1.HeaderClassName
{
color: #3F0369;
}
.AnyTagClassName
{
color: #3F0369;
}
</style>
background-color css
<style>
a { background-color: #3F0369; }
a { background-color: rgb(63,3,105); }
div.DivClassName
{
background-color: #3F0369;
}
.BgClassName
{
background-color: #3F0369;
}
</style>
border-color css
<style>
span { border-color: #3F0369; }
span { border-color: rgb(63,3,105); }
td.TdClassName
{
border-color: #3F0369;
}
.TagClassName
{
border-color: #3F0369;
}
</style>