Shades of Persian Indigo #281A85
Tints of Persian Indigo #281A85
RGB
CMYK
RGB Variations
Color information
#281A85 (or 0x281A85) is known color: Persian Indigo. HEX triplet: 28, 1A and 85. RGB value is (40,26,133). Sum of RGB (Red+Green+Blue) = 40+26+133=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #281A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A85 is #D7E57A. Grayscale: #292929. Windows color (decimal): -14148987 or 8722984. OLE color: 8722984.
HSL color Cylindrical-coordinate representation of color #281A85: hue angle of 247.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281A85 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 26 | 133 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.48 |
| HSL | 247.85º | 0.67% | 0.31% | - |
| HSV(B) | 247.85º | 0.8% | 0.52% | - |
| XYZ | 5.48 | 2.88 | 22.46 | - |
| YUV | 42.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 133 | 0.70 | 0.80 | 0 | 0.48 | 247.85 | 0.67 | 0.31 |
| Hex | 28 | 1A | 85 | 46 | 50 | 0 | 30 | F8 | 43 | 1F |
| Octal | 50 | 32 | 205 | 106 | 120 | 0 | 60 | 370 | 103 | 37 |
| Binary | 101000 | 11010 | 10000101 | 1000110 | 1010000 | 0 | 110000 | 11111000 | 1000011 | 11111 |
Color Harmonies of #281A85
Complementary color
Monochromatic Colors of #281A85
Black with #281A85
Text Example
Text Example
White with #281A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A85; }
p { color: rgb(40,26,133); }
H1.HeaderClassName
{
color: #281A85;
}
.AnyTagClassName
{
color: #281A85;
}
</style>
background-color css
<style>
a { background-color: #281A85; }
a { background-color: rgb(40,26,133); }
div.DivClassName
{
background-color: #281A85;
}
.BgClassName
{
background-color: #281A85;
}
</style>
border-color css
<style>
span { border-color: #281A85; }
span { border-color: rgb(40,26,133); }
td.TdClassName
{
border-color: #281A85;
}
.TagClassName
{
border-color: #281A85;
}
</style>