Shades of Indigo #3F02B7
Tints of Indigo #3F02B7
RGB
CMYK
RGB Variations
Color information
#3F02B7 (or 0x3F02B7) is known color: Indigo. HEX triplet: 3F, 02 and B7. RGB value is (63,2,183). Sum of RGB (Red+Green+Blue) = 63+2+183=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #3F02B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02B7 is #C0FD48. Grayscale: #282828. Windows color (decimal): -12647753 or 11993663. OLE color: 11993663.
HSL color Cylindrical-coordinate representation of color #3F02B7: hue angle of 260.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02B7 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 2 | 183 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.28 |
| HSL | 260.22º | 0.98% | 0.36% | - |
| HSV(B) | 260.22º | 0.99% | 0.72% | - |
| XYZ | 10.62 | 4.52 | 45.11 | - |
| YUV | 40.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 183 | 0.66 | 0.99 | 0 | 0.28 | 260.22 | 0.98 | 0.36 |
| Hex | 3F | 2 | B7 | 42 | 63 | 0 | 1C | 104 | 62 | 24 |
| Octal | 77 | 2 | 267 | 102 | 143 | 0 | 34 | 404 | 142 | 44 |
| Binary | 111111 | 10 | 10110111 | 1000010 | 1100011 | 0 | 11100 | 100000100 | 1100010 | 100100 |
Color Harmonies of #3F02B7
Complementary color
Monochromatic Colors of #3F02B7
Black with #3F02B7
Text Example
Text Example
White with #3F02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F02B7; }
p { color: rgb(63,2,183); }
H1.HeaderClassName
{
color: #3F02B7;
}
.AnyTagClassName
{
color: #3F02B7;
}
</style>
background-color css
<style>
a { background-color: #3F02B7; }
a { background-color: rgb(63,2,183); }
div.DivClassName
{
background-color: #3F02B7;
}
.BgClassName
{
background-color: #3F02B7;
}
</style>
border-color css
<style>
span { border-color: #3F02B7; }
span { border-color: rgb(63,2,183); }
td.TdClassName
{
border-color: #3F02B7;
}
.TagClassName
{
border-color: #3F02B7;
}
</style>