Shades of Indigo #3F039A
Tints of Indigo #3F039A
RGB
CMYK
RGB Variations
Color information
#3F039A (or 0x3F039A) is known color: Indigo. HEX triplet: 3F, 03 and 9A. RGB value is (63,3,154). Sum of RGB (Red+Green+Blue) = 63+3+154=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F039A is #C0FC65. Grayscale: #252525. Windows color (decimal): -12647526 or 10093375. OLE color: 10093375.
HSL color Cylindrical-coordinate representation of color #3F039A: hue angle of 263.84º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F039A is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 3 | 154 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.40 |
| HSL | 263.84º | 0.96% | 0.31% | - |
| HSV(B) | 263.84º | 0.98% | 0.6% | - |
| XYZ | 7.92 | 3.45 | 30.82 | - |
| YUV | 38.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 154 | 0.59 | 0.98 | 0 | 0.40 | 263.84 | 0.96 | 0.31 |
| Hex | 3F | 3 | 9A | 3B | 62 | 0 | 28 | 108 | 60 | 1F |
| Octal | 77 | 3 | 232 | 73 | 142 | 0 | 50 | 410 | 140 | 37 |
| Binary | 111111 | 11 | 10011010 | 111011 | 1100010 | 0 | 101000 | 100001000 | 1100000 | 11111 |
Color Harmonies of #3F039A
Complementary color
Monochromatic Colors of #3F039A
Black with #3F039A
Text Example
Text Example
White with #3F039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F039A; }
p { color: rgb(63,3,154); }
H1.HeaderClassName
{
color: #3F039A;
}
.AnyTagClassName
{
color: #3F039A;
}
</style>
background-color css
<style>
a { background-color: #3F039A; }
a { background-color: rgb(63,3,154); }
div.DivClassName
{
background-color: #3F039A;
}
.BgClassName
{
background-color: #3F039A;
}
</style>
border-color css
<style>
span { border-color: #3F039A; }
span { border-color: rgb(63,3,154); }
td.TdClassName
{
border-color: #3F039A;
}
.TagClassName
{
border-color: #3F039A;
}
</style>