Shades of Indigo #3F038C
Tints of Indigo #3F038C
RGB
CMYK
RGB Variations
Color information
#3F038C (or 0x3F038C) is known color: Indigo. HEX triplet: 3F, 03 and 8C. RGB value is (63,3,140). Sum of RGB (Red+Green+Blue) = 63+3+140=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F038C is #C0FC73. Grayscale: #242424. Windows color (decimal): -12647540 or 9175871. OLE color: 9175871.
HSL color Cylindrical-coordinate representation of color #3F038C: hue angle of 266.28º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F038C is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 3 | 140 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.45 |
| HSL | 266.28º | 0.96% | 0.28% | - |
| HSV(B) | 266.28º | 0.98% | 0.55% | - |
| XYZ | 6.82 | 3.02 | 25.03 | - |
| YUV | 36.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 140 | 0.55 | 0.98 | 0 | 0.45 | 266.28 | 0.96 | 0.28 |
| Hex | 3F | 3 | 8C | 37 | 62 | 0 | 2D | 10A | 60 | 1C |
| Octal | 77 | 3 | 214 | 67 | 142 | 0 | 55 | 412 | 140 | 34 |
| Binary | 111111 | 11 | 10001100 | 110111 | 1100010 | 0 | 101101 | 100001010 | 1100000 | 11100 |
Color Harmonies of #3F038C
Complementary color
Monochromatic Colors of #3F038C
Black with #3F038C
Text Example
Text Example
White with #3F038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F038C; }
p { color: rgb(63,3,140); }
H1.HeaderClassName
{
color: #3F038C;
}
.AnyTagClassName
{
color: #3F038C;
}
</style>
background-color css
<style>
a { background-color: #3F038C; }
a { background-color: rgb(63,3,140); }
div.DivClassName
{
background-color: #3F038C;
}
.BgClassName
{
background-color: #3F038C;
}
</style>
border-color css
<style>
span { border-color: #3F038C; }
span { border-color: rgb(63,3,140); }
td.TdClassName
{
border-color: #3F038C;
}
.TagClassName
{
border-color: #3F038C;
}
</style>