Shades of Persian Indigo #28187F
Tints of Persian Indigo #28187F
RGB
CMYK
RGB Variations
Color information
#28187F (or 0x28187F) is known color: Persian Indigo. HEX triplet: 28, 18 and 7F. RGB value is (40,24,127). Sum of RGB (Red+Green+Blue) = 40+24+127=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #28187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28187F is #D7E780. Grayscale: #282828. Windows color (decimal): -14149505 or 8329256. OLE color: 8329256.
HSL color Cylindrical-coordinate representation of color #28187F: hue angle of 249.32º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28187F is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 24 | 127 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.50 |
| HSL | 249.32º | 0.68% | 0.3% | - |
| HSV(B) | 249.32º | 0.81% | 0.5% | - |
| XYZ | 5.03 | 2.64 | 20.32 | - |
| YUV | 40.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 127 | 0.69 | 0.81 | 0 | 0.50 | 249.32 | 0.68 | 0.3 |
| Hex | 28 | 18 | 7F | 45 | 51 | 0 | 32 | F9 | 44 | 1E |
| Octal | 50 | 30 | 177 | 105 | 121 | 0 | 62 | 371 | 104 | 36 |
| Binary | 101000 | 11000 | 1111111 | 1000101 | 1010001 | 0 | 110010 | 11111001 | 1000100 | 11110 |
Color Harmonies of #28187F
Complementary color
Monochromatic Colors of #28187F
Black with #28187F
Text Example
Text Example
White with #28187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28187F; }
p { color: rgb(40,24,127); }
H1.HeaderClassName
{
color: #28187F;
}
.AnyTagClassName
{
color: #28187F;
}
</style>
background-color css
<style>
a { background-color: #28187F; }
a { background-color: rgb(40,24,127); }
div.DivClassName
{
background-color: #28187F;
}
.BgClassName
{
background-color: #28187F;
}
</style>
border-color css
<style>
span { border-color: #28187F; }
span { border-color: rgb(40,24,127); }
td.TdClassName
{
border-color: #28187F;
}
.TagClassName
{
border-color: #28187F;
}
</style>