Shades of Indigo #3F0785
Tints of Indigo #3F0785
RGB
CMYK
RGB Variations
Color information
#3F0785 (or 0x3F0785) is known color: Indigo. HEX triplet: 3F, 07 and 85. RGB value is (63,7,133). Sum of RGB (Red+Green+Blue) = 63+7+133=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F0785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0785 is #C0F87A. Grayscale: #252525. Windows color (decimal): -12646523 or 8718143. OLE color: 8718143.
HSL color Cylindrical-coordinate representation of color #3F0785: hue angle of 266.67º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0785 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 7 | 133 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.48 |
| HSL | 266.67º | 0.9% | 0.27% | - |
| HSV(B) | 266.67º | 0.95% | 0.52% | - |
| XYZ | 6.36 | 2.9 | 22.42 | - |
| YUV | 38.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 133 | 0.53 | 0.95 | 0 | 0.48 | 266.67 | 0.9 | 0.27 |
| Hex | 3F | 7 | 85 | 35 | 5F | 0 | 30 | 10B | 5A | 1B |
| Octal | 77 | 7 | 205 | 65 | 137 | 0 | 60 | 413 | 132 | 33 |
| Binary | 111111 | 111 | 10000101 | 110101 | 1011111 | 0 | 110000 | 100001011 | 1011010 | 11011 |
Color Harmonies of #3F0785
Complementary color
Monochromatic Colors of #3F0785
Black with #3F0785
Text Example
Text Example
White with #3F0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0785; }
p { color: rgb(63,7,133); }
H1.HeaderClassName
{
color: #3F0785;
}
.AnyTagClassName
{
color: #3F0785;
}
</style>
background-color css
<style>
a { background-color: #3F0785; }
a { background-color: rgb(63,7,133); }
div.DivClassName
{
background-color: #3F0785;
}
.BgClassName
{
background-color: #3F0785;
}
</style>
border-color css
<style>
span { border-color: #3F0785; }
span { border-color: rgb(63,7,133); }
td.TdClassName
{
border-color: #3F0785;
}
.TagClassName
{
border-color: #3F0785;
}
</style>