Shades of Persian Indigo #281A87
Tints of Persian Indigo #281A87
RGB
CMYK
RGB Variations
Color information
#281A87 (or 0x281A87) is known color: Persian Indigo. HEX triplet: 28, 1A and 87. RGB value is (40,26,135). Sum of RGB (Red+Green+Blue) = 40+26+135=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #281A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A87 is #D7E578. Grayscale: #2A2A2A. Windows color (decimal): -14148985 or 8854056. OLE color: 8854056.
HSL color Cylindrical-coordinate representation of color #281A87: hue angle of 247.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281A87 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 26 | 135 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.47 |
| HSL | 247.71º | 0.68% | 0.32% | - |
| HSV(B) | 247.71º | 0.81% | 0.53% | - |
| XYZ | 5.62 | 2.94 | 23.19 | - |
| YUV | 42.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 135 | 0.70 | 0.81 | 0 | 0.47 | 247.71 | 0.68 | 0.32 |
| Hex | 28 | 1A | 87 | 46 | 51 | 0 | 2F | F8 | 44 | 20 |
| Octal | 50 | 32 | 207 | 106 | 121 | 0 | 57 | 370 | 104 | 40 |
| Binary | 101000 | 11010 | 10000111 | 1000110 | 1010001 | 0 | 101111 | 11111000 | 1000100 | 100000 |
Color Harmonies of #281A87
Complementary color
Monochromatic Colors of #281A87
Black with #281A87
Text Example
Text Example
White with #281A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A87; }
p { color: rgb(40,26,135); }
H1.HeaderClassName
{
color: #281A87;
}
.AnyTagClassName
{
color: #281A87;
}
</style>
background-color css
<style>
a { background-color: #281A87; }
a { background-color: rgb(40,26,135); }
div.DivClassName
{
background-color: #281A87;
}
.BgClassName
{
background-color: #281A87;
}
</style>
border-color css
<style>
span { border-color: #281A87; }
span { border-color: rgb(40,26,135); }
td.TdClassName
{
border-color: #281A87;
}
.TagClassName
{
border-color: #281A87;
}
</style>