Shades of Indigo #3E0284
Tints of Indigo #3E0284
RGB
CMYK
RGB Variations
Color information
#3E0284 (or 0x3E0284) is known color: Indigo. HEX triplet: 3E, 02 and 84. RGB value is (62,2,132). Sum of RGB (Red+Green+Blue) = 62+2+132=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 2 (1.17% from 255 or 1.02% 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 #3E0284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0284 is #C1FD7B. Grayscale: #222222. Windows color (decimal): -12713340 or 8651326. OLE color: 8651326.
HSL color Cylindrical-coordinate representation of color #3E0284: hue angle of 267.69º degrees, saturation: 0.97, 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 #3E0284 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 2 | 132 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.48 |
| HSL | 267.69º | 0.97% | 0.26% | - |
| HSV(B) | 267.69º | 0.98% | 0.52% | - |
| XYZ | 6.17 | 2.73 | 22.03 | - |
| YUV | 34.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 132 | 0.53 | 0.98 | 0 | 0.48 | 267.69 | 0.97 | 0.26 |
| Hex | 3E | 2 | 84 | 35 | 62 | 0 | 30 | 10C | 61 | 1A |
| Octal | 76 | 2 | 204 | 65 | 142 | 0 | 60 | 414 | 141 | 32 |
| Binary | 111110 | 10 | 10000100 | 110101 | 1100010 | 0 | 110000 | 100001100 | 1100001 | 11010 |
Color Harmonies of #3E0284
Complementary color
Monochromatic Colors of #3E0284
Black with #3E0284
Text Example
Text Example
White with #3E0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0284; }
p { color: rgb(62,2,132); }
H1.HeaderClassName
{
color: #3E0284;
}
.AnyTagClassName
{
color: #3E0284;
}
</style>
background-color css
<style>
a { background-color: #3E0284; }
a { background-color: rgb(62,2,132); }
div.DivClassName
{
background-color: #3E0284;
}
.BgClassName
{
background-color: #3E0284;
}
</style>
border-color css
<style>
span { border-color: #3E0284; }
span { border-color: rgb(62,2,132); }
td.TdClassName
{
border-color: #3E0284;
}
.TagClassName
{
border-color: #3E0284;
}
</style>