Shades of Persian Indigo #280D7C
Tints of Persian Indigo #280D7C
RGB
CMYK
RGB Variations
Color information
#280D7C (or 0x280D7C) is known color: Persian Indigo. HEX triplet: 28, 0D and 7C. RGB value is (40,13,124). Sum of RGB (Red+Green+Blue) = 40+13+124=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #280D7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D7C is #D7F283. Grayscale: #212121. Windows color (decimal): -14152324 or 8129832. OLE color: 8129832.
HSL color Cylindrical-coordinate representation of color #280D7C: hue angle of 254.59º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280D7C is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 13 | 124 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.51 |
| HSL | 254.59º | 0.81% | 0.27% | - |
| HSV(B) | 254.59º | 0.9% | 0.49% | - |
| XYZ | 4.66 | 2.19 | 19.25 | - |
| YUV | 33.73 | 178.95 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 124 | 0.68 | 0.90 | 0 | 0.51 | 254.59 | 0.81 | 0.27 |
| Hex | 28 | D | 7C | 44 | 5A | 0 | 33 | FF | 51 | 1B |
| Octal | 50 | 15 | 174 | 104 | 132 | 0 | 63 | 377 | 121 | 33 |
| Binary | 101000 | 1101 | 1111100 | 1000100 | 1011010 | 0 | 110011 | 11111111 | 1010001 | 11011 |
Color Harmonies of #280D7C
Complementary color
Monochromatic Colors of #280D7C
Black with #280D7C
Text Example
Text Example
White with #280D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D7C; }
p { color: rgb(40,13,124); }
H1.HeaderClassName
{
color: #280D7C;
}
.AnyTagClassName
{
color: #280D7C;
}
</style>
background-color css
<style>
a { background-color: #280D7C; }
a { background-color: rgb(40,13,124); }
div.DivClassName
{
background-color: #280D7C;
}
.BgClassName
{
background-color: #280D7C;
}
</style>
border-color css
<style>
span { border-color: #280D7C; }
span { border-color: rgb(40,13,124); }
td.TdClassName
{
border-color: #280D7C;
}
.TagClassName
{
border-color: #280D7C;
}
</style>