Shades of Indigo #3F0184
Tints of Indigo #3F0184
RGB
CMYK
RGB Variations
Color information
#3F0184 (or 0x3F0184) is known color: Indigo. HEX triplet: 3F, 01 and 84. RGB value is (63,1,132). Sum of RGB (Red+Green+Blue) = 63+1+132=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0184 is #C0FE7B. Grayscale: #222222. Windows color (decimal): -12648060 or 8651071. OLE color: 8651071.
HSL color Cylindrical-coordinate representation of color #3F0184: hue angle of 268.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0184 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 1 | 132 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.48 |
| HSL | 268.4º | 0.98% | 0.26% | - |
| HSV(B) | 268.4º | 0.99% | 0.52% | - |
| XYZ | 6.23 | 2.74 | 22.03 | - |
| YUV | 34.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 132 | 0.52 | 0.99 | 0 | 0.48 | 268.4 | 0.98 | 0.26 |
| Hex | 3F | 1 | 84 | 34 | 63 | 0 | 30 | 10C | 62 | 1A |
| Octal | 77 | 1 | 204 | 64 | 143 | 0 | 60 | 414 | 142 | 32 |
| Binary | 111111 | 1 | 10000100 | 110100 | 1100011 | 0 | 110000 | 100001100 | 1100010 | 11010 |
Color Harmonies of #3F0184
Complementary color
Monochromatic Colors of #3F0184
Black with #3F0184
Text Example
Text Example
White with #3F0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0184; }
p { color: rgb(63,1,132); }
H1.HeaderClassName
{
color: #3F0184;
}
.AnyTagClassName
{
color: #3F0184;
}
</style>
background-color css
<style>
a { background-color: #3F0184; }
a { background-color: rgb(63,1,132); }
div.DivClassName
{
background-color: #3F0184;
}
.BgClassName
{
background-color: #3F0184;
}
</style>
border-color css
<style>
span { border-color: #3F0184; }
span { border-color: rgb(63,1,132); }
td.TdClassName
{
border-color: #3F0184;
}
.TagClassName
{
border-color: #3F0184;
}
</style>