Shades of Indigo #3F03AD
Tints of Indigo #3F03AD
RGB
CMYK
RGB Variations
Color information
#3F03AD (or 0x3F03AD) is known color: Indigo. HEX triplet: 3F, 03 and AD. RGB value is (63,3,173). Sum of RGB (Red+Green+Blue) = 63+3+173=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F03AD is #C0FC52. Grayscale: #272727. Windows color (decimal): -12647507 or 11338559. OLE color: 11338559.
HSL color Cylindrical-coordinate representation of color #3F03AD: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F03AD is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 3 | 173 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.32 |
| HSL | 261.18º | 0.97% | 0.35% | - |
| HSV(B) | 261.18º | 0.98% | 0.68% | - |
| XYZ | 9.63 | 4.14 | 39.83 | - |
| YUV | 40.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 173 | 0.64 | 0.98 | 0 | 0.32 | 261.18 | 0.97 | 0.35 |
| Hex | 3F | 3 | AD | 40 | 62 | 0 | 20 | 105 | 61 | 23 |
| Octal | 77 | 3 | 255 | 100 | 142 | 0 | 40 | 405 | 141 | 43 |
| Binary | 111111 | 11 | 10101101 | 1000000 | 1100010 | 0 | 100000 | 100000101 | 1100001 | 100011 |
Color Harmonies of #3F03AD
Complementary color
Monochromatic Colors of #3F03AD
Black with #3F03AD
Text Example
Text Example
White with #3F03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03AD; }
p { color: rgb(63,3,173); }
H1.HeaderClassName
{
color: #3F03AD;
}
.AnyTagClassName
{
color: #3F03AD;
}
</style>
background-color css
<style>
a { background-color: #3F03AD; }
a { background-color: rgb(63,3,173); }
div.DivClassName
{
background-color: #3F03AD;
}
.BgClassName
{
background-color: #3F03AD;
}
</style>
border-color css
<style>
span { border-color: #3F03AD; }
span { border-color: rgb(63,3,173); }
td.TdClassName
{
border-color: #3F03AD;
}
.TagClassName
{
border-color: #3F03AD;
}
</style>