Shades of Indigo #3F039B
Tints of Indigo #3F039B
RGB
CMYK
RGB Variations
Color information
#3F039B (or 0x3F039B) is known color: Indigo. HEX triplet: 3F, 03 and 9B. RGB value is (63,3,155). Sum of RGB (Red+Green+Blue) = 63+3+155=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F039B is #C0FC64. Grayscale: #252525. Windows color (decimal): -12647525 or 10158911. OLE color: 10158911.
HSL color Cylindrical-coordinate representation of color #3F039B: hue angle of 263.68º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F039B is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 3 | 155 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.39 |
| HSL | 263.68º | 0.96% | 0.31% | - |
| HSV(B) | 263.68º | 0.98% | 0.61% | - |
| XYZ | 8 | 3.49 | 31.26 | - |
| YUV | 38.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 155 | 0.59 | 0.98 | 0 | 0.39 | 263.68 | 0.96 | 0.31 |
| Hex | 3F | 3 | 9B | 3B | 62 | 0 | 27 | 108 | 60 | 1F |
| Octal | 77 | 3 | 233 | 73 | 142 | 0 | 47 | 410 | 140 | 37 |
| Binary | 111111 | 11 | 10011011 | 111011 | 1100010 | 0 | 100111 | 100001000 | 1100000 | 11111 |
Color Harmonies of #3F039B
Complementary color
Monochromatic Colors of #3F039B
Black with #3F039B
Text Example
Text Example
White with #3F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F039B; }
p { color: rgb(63,3,155); }
H1.HeaderClassName
{
color: #3F039B;
}
.AnyTagClassName
{
color: #3F039B;
}
</style>
background-color css
<style>
a { background-color: #3F039B; }
a { background-color: rgb(63,3,155); }
div.DivClassName
{
background-color: #3F039B;
}
.BgClassName
{
background-color: #3F039B;
}
</style>
border-color css
<style>
span { border-color: #3F039B; }
span { border-color: rgb(63,3,155); }
td.TdClassName
{
border-color: #3F039B;
}
.TagClassName
{
border-color: #3F039B;
}
</style>