Shades of Indigo #3F05AC
Tints of Indigo #3F05AC
RGB
CMYK
RGB Variations
Color information
#3F05AC (or 0x3F05AC) is known color: Indigo. HEX triplet: 3F, 05 and AC. RGB value is (63,5,172). Sum of RGB (Red+Green+Blue) = 63+5+172=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F05AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F05AC is #C0FA53. Grayscale: #282828. Windows color (decimal): -12646996 or 11273535. OLE color: 11273535.
HSL color Cylindrical-coordinate representation of color #3F05AC: hue angle of 260.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F05AC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 5 | 172 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.33 |
| HSL | 260.84º | 0.94% | 0.35% | - |
| HSV(B) | 260.84º | 0.97% | 0.67% | - |
| XYZ | 9.55 | 4.14 | 39.33 | - |
| YUV | 41.38 | 201.72 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 172 | 0.63 | 0.97 | 0 | 0.33 | 260.84 | 0.94 | 0.35 |
| Hex | 3F | 5 | AC | 3F | 61 | 0 | 21 | 105 | 5E | 23 |
| Octal | 77 | 5 | 254 | 77 | 141 | 0 | 41 | 405 | 136 | 43 |
| Binary | 111111 | 101 | 10101100 | 111111 | 1100001 | 0 | 100001 | 100000101 | 1011110 | 100011 |
Color Harmonies of #3F05AC
Complementary color
Monochromatic Colors of #3F05AC
Black with #3F05AC
Text Example
Text Example
White with #3F05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05AC; }
p { color: rgb(63,5,172); }
H1.HeaderClassName
{
color: #3F05AC;
}
.AnyTagClassName
{
color: #3F05AC;
}
</style>
background-color css
<style>
a { background-color: #3F05AC; }
a { background-color: rgb(63,5,172); }
div.DivClassName
{
background-color: #3F05AC;
}
.BgClassName
{
background-color: #3F05AC;
}
</style>
border-color css
<style>
span { border-color: #3F05AC; }
span { border-color: rgb(63,5,172); }
td.TdClassName
{
border-color: #3F05AC;
}
.TagClassName
{
border-color: #3F05AC;
}
</style>