Shades of Indigo #3F009D
Tints of Indigo #3F009D
RGB
CMYK
RGB Variations
Color information
#3F009D (or 0x3F009D) is known color: Indigo. HEX triplet: 3F, 00 and 9D. RGB value is (63,0,157). Sum of RGB (Red+Green+Blue) = 63+0+157=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F009D is #C0FF62. Grayscale: #242424. Windows color (decimal): -12648291 or 10289215. OLE color: 10289215.
HSL color Cylindrical-coordinate representation of color #3F009D: hue angle of 264.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F009D is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 0 | 157 | - |
| CMYK | 0.60 | 1 | 0 | 0.38 |
| HSL | 264.08º | 1% | 0.31% | - |
| HSV(B) | 264.08º | 1% | 0.62% | - |
| XYZ | 8.14 | 3.49 | 32.14 | - |
| YUV | 36.74 | 195.87 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 157 | 0.60 | 1 | 0 | 0.38 | 264.08 | 1 | 0.31 |
| Hex | 3F | 0 | 9D | 3C | 64 | 0 | 26 | 108 | 64 | 1F |
| Octal | 77 | 0 | 235 | 74 | 144 | 0 | 46 | 410 | 144 | 37 |
| Binary | 111111 | 0 | 10011101 | 111100 | 1100100 | 0 | 100110 | 100001000 | 1100100 | 11111 |
Color Harmonies of #3F009D
Complementary color
Monochromatic Colors of #3F009D
Black with #3F009D
Text Example
Text Example
White with #3F009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F009D; }
p { color: rgb(63,0,157); }
H1.HeaderClassName
{
color: #3F009D;
}
.AnyTagClassName
{
color: #3F009D;
}
</style>
background-color css
<style>
a { background-color: #3F009D; }
a { background-color: rgb(63,0,157); }
div.DivClassName
{
background-color: #3F009D;
}
.BgClassName
{
background-color: #3F009D;
}
</style>
border-color css
<style>
span { border-color: #3F009D; }
span { border-color: rgb(63,0,157); }
td.TdClassName
{
border-color: #3F009D;
}
.TagClassName
{
border-color: #3F009D;
}
</style>