Shades of Indigo #671284
Tints of Indigo #671284
RGB
CMYK
RGB Variations
Color information
#671284 (or 0x671284) is known color: Indigo. HEX triplet: 67, 12 and 84. RGB value is (103,18,132). Sum of RGB (Red+Green+Blue) = 103+18+132=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #671284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671284 is #98ED7B. Grayscale: #383838. Windows color (decimal): -10022268 or 8655463. OLE color: 8655463.
HSL color Cylindrical-coordinate representation of color #671284: hue angle of 284.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671284 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 18 | 132 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.48 |
| HSL | 284.74º | 0.76% | 0.29% | - |
| HSV(B) | 284.74º | 0.86% | 0.52% | - |
| XYZ | 9.97 | 4.98 | 22.27 | - |
| YUV | 56.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 132 | 0.22 | 0.86 | 0 | 0.48 | 284.74 | 0.76 | 0.29 |
| Hex | 67 | 12 | 84 | 16 | 56 | 0 | 30 | 11D | 4C | 1D |
| Octal | 147 | 22 | 204 | 26 | 126 | 0 | 60 | 435 | 114 | 35 |
| Binary | 1100111 | 10010 | 10000100 | 10110 | 1010110 | 0 | 110000 | 100011101 | 1001100 | 11101 |
Color Harmonies of #671284
Complementary color
Monochromatic Colors of #671284
Black with #671284
Text Example
Text Example
White with #671284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671284; }
p { color: rgb(103,18,132); }
H1.HeaderClassName
{
color: #671284;
}
.AnyTagClassName
{
color: #671284;
}
</style>
background-color css
<style>
a { background-color: #671284; }
a { background-color: rgb(103,18,132); }
div.DivClassName
{
background-color: #671284;
}
.BgClassName
{
background-color: #671284;
}
</style>
border-color css
<style>
span { border-color: #671284; }
span { border-color: rgb(103,18,132); }
td.TdClassName
{
border-color: #671284;
}
.TagClassName
{
border-color: #671284;
}
</style>