Shades of Indigo #3F0367
Tints of Indigo #3F0367
RGB
CMYK
RGB Variations
Color information
#3F0367 (or 0x3F0367) is known color: Indigo. HEX triplet: 3F, 03 and 67. RGB value is (63,3,103). Sum of RGB (Red+Green+Blue) = 63+3+103=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0367 is #C0FC98. Grayscale: #202020. Windows color (decimal): -12647577 or 6751039. OLE color: 6751039.
HSL color Cylindrical-coordinate representation of color #3F0367: hue angle of 276º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0367 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 3 | 103 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.60 |
| HSL | 276º | 0.94% | 0.21% | - |
| HSV(B) | 276º | 0.97% | 0.4% | - |
| XYZ | 4.53 | 2.1 | 13 | - |
| YUV | 32.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 103 | 0.39 | 0.97 | 0 | 0.60 | 276 | 0.94 | 0.21 |
| Hex | 3F | 3 | 67 | 27 | 61 | 0 | 3C | 114 | 5E | 15 |
| Octal | 77 | 3 | 147 | 47 | 141 | 0 | 74 | 424 | 136 | 25 |
| Binary | 111111 | 11 | 1100111 | 100111 | 1100001 | 0 | 111100 | 100010100 | 1011110 | 10101 |
Color Harmonies of #3F0367
Complementary color
Monochromatic Colors of #3F0367
Black with #3F0367
Text Example
Text Example
White with #3F0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0367; }
p { color: rgb(63,3,103); }
H1.HeaderClassName
{
color: #3F0367;
}
.AnyTagClassName
{
color: #3F0367;
}
</style>
background-color css
<style>
a { background-color: #3F0367; }
a { background-color: rgb(63,3,103); }
div.DivClassName
{
background-color: #3F0367;
}
.BgClassName
{
background-color: #3F0367;
}
</style>
border-color css
<style>
span { border-color: #3F0367; }
span { border-color: rgb(63,3,103); }
td.TdClassName
{
border-color: #3F0367;
}
.TagClassName
{
border-color: #3F0367;
}
</style>