Shades of Persian Indigo #280764
Tints of Persian Indigo #280764
RGB
CMYK
RGB Variations
Color information
#280764 (or 0x280764) is known color: Persian Indigo. HEX triplet: 28, 07 and 64. RGB value is (40,7,100). Sum of RGB (Red+Green+Blue) = 40+7+100=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #280764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280764 is #D7F89B. Grayscale: #1B1B1B. Windows color (decimal): -14153884 or 6555432. OLE color: 6555432.
HSL color Cylindrical-coordinate representation of color #280764: hue angle of 261.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280764 is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 7 | 100 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.61 |
| HSL | 261.29º | 0.87% | 0.21% | - |
| HSV(B) | 261.29º | 0.93% | 0.39% | - |
| XYZ | 3.25 | 1.52 | 12.18 | - |
| YUV | 27.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 100 | 0.6 | 0.93 | 0 | 0.61 | 261.29 | 0.87 | 0.21 |
| Hex | 28 | 7 | 64 | 3C | 5D | 0 | 3D | 105 | 57 | 15 |
| Octal | 50 | 7 | 144 | 74 | 135 | 0 | 75 | 405 | 127 | 25 |
| Binary | 101000 | 111 | 1100100 | 111100 | 1011101 | 0 | 111101 | 100000101 | 1010111 | 10101 |
Color Harmonies of #280764
Complementary color
Monochromatic Colors of #280764
Black with #280764
Text Example
Text Example
White with #280764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280764; }
p { color: rgb(40,7,100); }
H1.HeaderClassName
{
color: #280764;
}
.AnyTagClassName
{
color: #280764;
}
</style>
background-color css
<style>
a { background-color: #280764; }
a { background-color: rgb(40,7,100); }
div.DivClassName
{
background-color: #280764;
}
.BgClassName
{
background-color: #280764;
}
</style>
border-color css
<style>
span { border-color: #280764; }
span { border-color: rgb(40,7,100); }
td.TdClassName
{
border-color: #280764;
}
.TagClassName
{
border-color: #280764;
}
</style>