Shades of Indigo #3F037A
Tints of Indigo #3F037A
RGB
CMYK
RGB Variations
Color information
#3F037A (or 0x3F037A) is known color: Indigo. HEX triplet: 3F, 03 and 7A. RGB value is (63,3,122). Sum of RGB (Red+Green+Blue) = 63+3+122=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F037A is #C0FC85. Grayscale: #222222. Windows color (decimal): -12647558 or 7996223. OLE color: 7996223.
HSL color Cylindrical-coordinate representation of color #3F037A: hue angle of 270.25º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F037A is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 3 | 122 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.52 |
| HSL | 270.25º | 0.95% | 0.25% | - |
| HSV(B) | 270.25º | 0.98% | 0.48% | - |
| XYZ | 5.6 | 2.53 | 18.61 | - |
| YUV | 34.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 122 | 0.48 | 0.98 | 0 | 0.52 | 270.25 | 0.95 | 0.25 |
| Hex | 3F | 3 | 7A | 30 | 62 | 0 | 34 | 10E | 5F | 19 |
| Octal | 77 | 3 | 172 | 60 | 142 | 0 | 64 | 416 | 137 | 31 |
| Binary | 111111 | 11 | 1111010 | 110000 | 1100010 | 0 | 110100 | 100001110 | 1011111 | 11001 |
Color Harmonies of #3F037A
Complementary color
Monochromatic Colors of #3F037A
Black with #3F037A
Text Example
Text Example
White with #3F037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F037A; }
p { color: rgb(63,3,122); }
H1.HeaderClassName
{
color: #3F037A;
}
.AnyTagClassName
{
color: #3F037A;
}
</style>
background-color css
<style>
a { background-color: #3F037A; }
a { background-color: rgb(63,3,122); }
div.DivClassName
{
background-color: #3F037A;
}
.BgClassName
{
background-color: #3F037A;
}
</style>
border-color css
<style>
span { border-color: #3F037A; }
span { border-color: rgb(63,3,122); }
td.TdClassName
{
border-color: #3F037A;
}
.TagClassName
{
border-color: #3F037A;
}
</style>