Shades of Indigo #3F06A3
Tints of Indigo #3F06A3
RGB
CMYK
RGB Variations
Color information
#3F06A3 (or 0x3F06A3) is known color: Indigo. HEX triplet: 3F, 06 and A3. RGB value is (63,6,163). Sum of RGB (Red+Green+Blue) = 63+6+163=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F06A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F06A3 is #C0F95C. Grayscale: #282828. Windows color (decimal): -12646749 or 10683967. OLE color: 10683967.
HSL color Cylindrical-coordinate representation of color #3F06A3: hue angle of 261.78º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F06A3 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 6 | 163 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.36 |
| HSL | 261.78º | 0.93% | 0.33% | - |
| HSV(B) | 261.78º | 0.96% | 0.64% | - |
| XYZ | 8.73 | 3.83 | 34.93 | - |
| YUV | 40.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 163 | 0.61 | 0.96 | 0 | 0.36 | 261.78 | 0.93 | 0.33 |
| Hex | 3F | 6 | A3 | 3D | 60 | 0 | 24 | 106 | 5D | 21 |
| Octal | 77 | 6 | 243 | 75 | 140 | 0 | 44 | 406 | 135 | 41 |
| Binary | 111111 | 110 | 10100011 | 111101 | 1100000 | 0 | 100100 | 100000110 | 1011101 | 100001 |
Color Harmonies of #3F06A3
Complementary color
Monochromatic Colors of #3F06A3
Black with #3F06A3
Text Example
Text Example
White with #3F06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06A3; }
p { color: rgb(63,6,163); }
H1.HeaderClassName
{
color: #3F06A3;
}
.AnyTagClassName
{
color: #3F06A3;
}
</style>
background-color css
<style>
a { background-color: #3F06A3; }
a { background-color: rgb(63,6,163); }
div.DivClassName
{
background-color: #3F06A3;
}
.BgClassName
{
background-color: #3F06A3;
}
</style>
border-color css
<style>
span { border-color: #3F06A3; }
span { border-color: rgb(63,6,163); }
td.TdClassName
{
border-color: #3F06A3;
}
.TagClassName
{
border-color: #3F06A3;
}
</style>