Shades of Indigo #3F0384
Tints of Indigo #3F0384
RGB
CMYK
RGB Variations
Color information
#3F0384 (or 0x3F0384) is known color: Indigo. HEX triplet: 3F, 03 and 84. RGB value is (63,3,132). Sum of RGB (Red+Green+Blue) = 63+3+132=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0384 is #C0FC7B. Grayscale: #232323. Windows color (decimal): -12647548 or 8651583. OLE color: 8651583.
HSL color Cylindrical-coordinate representation of color #3F0384: hue angle of 267.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0384 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 3 | 132 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.48 |
| HSL | 267.91º | 0.96% | 0.26% | - |
| HSV(B) | 267.91º | 0.98% | 0.52% | - |
| XYZ | 6.25 | 2.79 | 22.04 | - |
| YUV | 35.65 | 182.38 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 132 | 0.52 | 0.98 | 0 | 0.48 | 267.91 | 0.96 | 0.26 |
| Hex | 3F | 3 | 84 | 34 | 62 | 0 | 30 | 10C | 60 | 1A |
| Octal | 77 | 3 | 204 | 64 | 142 | 0 | 60 | 414 | 140 | 32 |
| Binary | 111111 | 11 | 10000100 | 110100 | 1100010 | 0 | 110000 | 100001100 | 1100000 | 11010 |
Color Harmonies of #3F0384
Complementary color
Monochromatic Colors of #3F0384
Black with #3F0384
Text Example
Text Example
White with #3F0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0384; }
p { color: rgb(63,3,132); }
H1.HeaderClassName
{
color: #3F0384;
}
.AnyTagClassName
{
color: #3F0384;
}
</style>
background-color css
<style>
a { background-color: #3F0384; }
a { background-color: rgb(63,3,132); }
div.DivClassName
{
background-color: #3F0384;
}
.BgClassName
{
background-color: #3F0384;
}
</style>
border-color css
<style>
span { border-color: #3F0384; }
span { border-color: rgb(63,3,132); }
td.TdClassName
{
border-color: #3F0384;
}
.TagClassName
{
border-color: #3F0384;
}
</style>