Shades of Persian Indigo #280A64
Tints of Persian Indigo #280A64
RGB
CMYK
RGB Variations
Color information
#280A64 (or 0x280A64) is known color: Persian Indigo. HEX triplet: 28, 0A and 64. RGB value is (40,10,100). Sum of RGB (Red+Green+Blue) = 40+10+100=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #280A64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A64 is #D7F59B. Grayscale: #1C1C1C. Windows color (decimal): -14153116 or 6556200. OLE color: 6556200.
HSL color Cylindrical-coordinate representation of color #280A64: hue angle of 260º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280A64 is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 10 | 100 | - |
| CMYK | 0.6 | 0.90 | 0 | 0.61 |
| HSL | 260º | 0.82% | 0.22% | - |
| HSV(B) | 260º | 0.9% | 0.39% | - |
| XYZ | 3.28 | 1.59 | 12.19 | - |
| YUV | 29.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 100 | 0.6 | 0.90 | 0 | 0.61 | 260 | 0.82 | 0.22 |
| Hex | 28 | A | 64 | 3C | 5A | 0 | 3D | 104 | 52 | 16 |
| Octal | 50 | 12 | 144 | 74 | 132 | 0 | 75 | 404 | 122 | 26 |
| Binary | 101000 | 1010 | 1100100 | 111100 | 1011010 | 0 | 111101 | 100000100 | 1010010 | 10110 |
Color Harmonies of #280A64
Complementary color
Monochromatic Colors of #280A64
Black with #280A64
Text Example
Text Example
White with #280A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A64; }
p { color: rgb(40,10,100); }
H1.HeaderClassName
{
color: #280A64;
}
.AnyTagClassName
{
color: #280A64;
}
</style>
background-color css
<style>
a { background-color: #280A64; }
a { background-color: rgb(40,10,100); }
div.DivClassName
{
background-color: #280A64;
}
.BgClassName
{
background-color: #280A64;
}
</style>
border-color css
<style>
span { border-color: #280A64; }
span { border-color: rgb(40,10,100); }
td.TdClassName
{
border-color: #280A64;
}
.TagClassName
{
border-color: #280A64;
}
</style>