Shades of Indigo #3F03A7
Tints of Indigo #3F03A7
RGB
CMYK
RGB Variations
Color information
#3F03A7 (or 0x3F03A7) is known color: Indigo. HEX triplet: 3F, 03 and A7. RGB value is (63,3,167). Sum of RGB (Red+Green+Blue) = 63+3+167=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F03A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F03A7 is #C0FC58. Grayscale: #272727. Windows color (decimal): -12647513 or 10945343. OLE color: 10945343.
HSL color Cylindrical-coordinate representation of color #3F03A7: hue angle of 261.95º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F03A7 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 3 | 167 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.35 |
| HSL | 261.95º | 0.96% | 0.33% | - |
| HSV(B) | 261.95º | 0.98% | 0.65% | - |
| XYZ | 9.06 | 3.91 | 36.84 | - |
| YUV | 39.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 167 | 0.62 | 0.98 | 0 | 0.35 | 261.95 | 0.96 | 0.33 |
| Hex | 3F | 3 | A7 | 3E | 62 | 0 | 23 | 106 | 60 | 21 |
| Octal | 77 | 3 | 247 | 76 | 142 | 0 | 43 | 406 | 140 | 41 |
| Binary | 111111 | 11 | 10100111 | 111110 | 1100010 | 0 | 100011 | 100000110 | 1100000 | 100001 |
Color Harmonies of #3F03A7
Complementary color
Monochromatic Colors of #3F03A7
Black with #3F03A7
Text Example
Text Example
White with #3F03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03A7; }
p { color: rgb(63,3,167); }
H1.HeaderClassName
{
color: #3F03A7;
}
.AnyTagClassName
{
color: #3F03A7;
}
</style>
background-color css
<style>
a { background-color: #3F03A7; }
a { background-color: rgb(63,3,167); }
div.DivClassName
{
background-color: #3F03A7;
}
.BgClassName
{
background-color: #3F03A7;
}
</style>
border-color css
<style>
span { border-color: #3F03A7; }
span { border-color: rgb(63,3,167); }
td.TdClassName
{
border-color: #3F03A7;
}
.TagClassName
{
border-color: #3F03A7;
}
</style>