Shades of Persian Indigo #280A65
Tints of Persian Indigo #280A65
RGB
CMYK
RGB Variations
Color information
#280A65 (or 0x280A65) is known color: Persian Indigo. HEX triplet: 28, 0A and 65. RGB value is (40,10,101). Sum of RGB (Red+Green+Blue) = 40+10+101=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #280A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A65 is #D7F59A. Grayscale: #1D1D1D. Windows color (decimal): -14153115 or 6621736. OLE color: 6621736.
HSL color Cylindrical-coordinate representation of color #280A65: hue angle of 259.78º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280A65 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 10 | 101 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.60 |
| HSL | 259.78º | 0.82% | 0.22% | - |
| HSV(B) | 259.78º | 0.9% | 0.4% | - |
| XYZ | 3.33 | 1.61 | 12.45 | - |
| YUV | 29.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 101 | 0.60 | 0.90 | 0 | 0.60 | 259.78 | 0.82 | 0.22 |
| Hex | 28 | A | 65 | 3C | 5A | 0 | 3C | 104 | 52 | 16 |
| Octal | 50 | 12 | 145 | 74 | 132 | 0 | 74 | 404 | 122 | 26 |
| Binary | 101000 | 1010 | 1100101 | 111100 | 1011010 | 0 | 111100 | 100000100 | 1010010 | 10110 |
Color Harmonies of #280A65
Complementary color
Monochromatic Colors of #280A65
Black with #280A65
Text Example
Text Example
White with #280A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A65; }
p { color: rgb(40,10,101); }
H1.HeaderClassName
{
color: #280A65;
}
.AnyTagClassName
{
color: #280A65;
}
</style>
background-color css
<style>
a { background-color: #280A65; }
a { background-color: rgb(40,10,101); }
div.DivClassName
{
background-color: #280A65;
}
.BgClassName
{
background-color: #280A65;
}
</style>
border-color css
<style>
span { border-color: #280A65; }
span { border-color: rgb(40,10,101); }
td.TdClassName
{
border-color: #280A65;
}
.TagClassName
{
border-color: #280A65;
}
</style>