Shades of Indigo #3F056E
Tints of Indigo #3F056E
RGB
CMYK
RGB Variations
Color information
#3F056E (or 0x3F056E) is known color: Indigo. HEX triplet: 3F, 05 and 6E. RGB value is (63,5,110). Sum of RGB (Red+Green+Blue) = 63+5+110=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F056E is #C0FA91. Grayscale: #212121. Windows color (decimal): -12647058 or 7210303. OLE color: 7210303.
HSL color Cylindrical-coordinate representation of color #3F056E: hue angle of 273.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F056E is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 5 | 110 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.57 |
| HSL | 273.14º | 0.91% | 0.23% | - |
| HSV(B) | 273.14º | 0.95% | 0.43% | - |
| XYZ | 4.92 | 2.29 | 14.93 | - |
| YUV | 34.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 110 | 0.43 | 0.95 | 0 | 0.57 | 273.14 | 0.91 | 0.23 |
| Hex | 3F | 5 | 6E | 2B | 5F | 0 | 39 | 111 | 5B | 17 |
| Octal | 77 | 5 | 156 | 53 | 137 | 0 | 71 | 421 | 133 | 27 |
| Binary | 111111 | 101 | 1101110 | 101011 | 1011111 | 0 | 111001 | 100010001 | 1011011 | 10111 |
Color Harmonies of #3F056E
Complementary color
Monochromatic Colors of #3F056E
Black with #3F056E
Text Example
Text Example
White with #3F056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F056E; }
p { color: rgb(63,5,110); }
H1.HeaderClassName
{
color: #3F056E;
}
.AnyTagClassName
{
color: #3F056E;
}
</style>
background-color css
<style>
a { background-color: #3F056E; }
a { background-color: rgb(63,5,110); }
div.DivClassName
{
background-color: #3F056E;
}
.BgClassName
{
background-color: #3F056E;
}
</style>
border-color css
<style>
span { border-color: #3F056E; }
span { border-color: rgb(63,5,110); }
td.TdClassName
{
border-color: #3F056E;
}
.TagClassName
{
border-color: #3F056E;
}
</style>