Shades of Indigo #3F00AE
Tints of Indigo #3F00AE
RGB
CMYK
RGB Variations
Color information
#3F00AE (or 0x3F00AE) is known color: Indigo. HEX triplet: 3F, 00 and AE. RGB value is (63,0,174). Sum of RGB (Red+Green+Blue) = 63+0+174=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F00AE is #C0FF51. Grayscale: #262626. Windows color (decimal): -12648274 or 11403327. OLE color: 11403327.
HSL color Cylindrical-coordinate representation of color #3F00AE: hue angle of 261.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00AE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 0 | 174 | - |
| CMYK | 0.64 | 1 | 0 | 0.32 |
| HSL | 261.72º | 1% | 0.34% | - |
| HSV(B) | 261.72º | 1% | 0.68% | - |
| XYZ | 9.69 | 4.11 | 40.33 | - |
| YUV | 38.67 | 204.37 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 174 | 0.64 | 1 | 0 | 0.32 | 261.72 | 1 | 0.34 |
| Hex | 3F | 0 | AE | 40 | 64 | 0 | 20 | 106 | 64 | 22 |
| Octal | 77 | 0 | 256 | 100 | 144 | 0 | 40 | 406 | 144 | 42 |
| Binary | 111111 | 0 | 10101110 | 1000000 | 1100100 | 0 | 100000 | 100000110 | 1100100 | 100010 |
Color Harmonies of #3F00AE
Complementary color
Monochromatic Colors of #3F00AE
Black with #3F00AE
Text Example
Text Example
White with #3F00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F00AE; }
p { color: rgb(63,0,174); }
H1.HeaderClassName
{
color: #3F00AE;
}
.AnyTagClassName
{
color: #3F00AE;
}
</style>
background-color css
<style>
a { background-color: #3F00AE; }
a { background-color: rgb(63,0,174); }
div.DivClassName
{
background-color: #3F00AE;
}
.BgClassName
{
background-color: #3F00AE;
}
</style>
border-color css
<style>
span { border-color: #3F00AE; }
span { border-color: rgb(63,0,174); }
td.TdClassName
{
border-color: #3F00AE;
}
.TagClassName
{
border-color: #3F00AE;
}
</style>