Shades of Indigo #3F08AC
Tints of Indigo #3F08AC
RGB
CMYK
RGB Variations
Color information
#3F08AC (or 0x3F08AC) is known color: Indigo. HEX triplet: 3F, 08 and AC. RGB value is (63,8,172). Sum of RGB (Red+Green+Blue) = 63+8+172=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F08AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F08AC is #C0F753. Grayscale: #2A2A2A. Windows color (decimal): -12646228 or 11274303. OLE color: 11274303.
HSL color Cylindrical-coordinate representation of color #3F08AC: hue angle of 260.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F08AC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 8 | 172 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.33 |
| HSL | 260.12º | 0.91% | 0.35% | - |
| HSV(B) | 260.12º | 0.95% | 0.67% | - |
| XYZ | 9.58 | 4.21 | 39.34 | - |
| YUV | 43.14 | 200.72 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 172 | 0.63 | 0.95 | 0 | 0.33 | 260.12 | 0.91 | 0.35 |
| Hex | 3F | 8 | AC | 3F | 5F | 0 | 21 | 104 | 5B | 23 |
| Octal | 77 | 10 | 254 | 77 | 137 | 0 | 41 | 404 | 133 | 43 |
| Binary | 111111 | 1000 | 10101100 | 111111 | 1011111 | 0 | 100001 | 100000100 | 1011011 | 100011 |
Color Harmonies of #3F08AC
Complementary color
Monochromatic Colors of #3F08AC
Black with #3F08AC
Text Example
Text Example
White with #3F08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08AC; }
p { color: rgb(63,8,172); }
H1.HeaderClassName
{
color: #3F08AC;
}
.AnyTagClassName
{
color: #3F08AC;
}
</style>
background-color css
<style>
a { background-color: #3F08AC; }
a { background-color: rgb(63,8,172); }
div.DivClassName
{
background-color: #3F08AC;
}
.BgClassName
{
background-color: #3F08AC;
}
</style>
border-color css
<style>
span { border-color: #3F08AC; }
span { border-color: rgb(63,8,172); }
td.TdClassName
{
border-color: #3F08AC;
}
.TagClassName
{
border-color: #3F08AC;
}
</style>