Shades of Persian Indigo #281B85
Tints of Persian Indigo #281B85
RGB
CMYK
RGB Variations
Color information
#281B85 (or 0x281B85) is known color: Persian Indigo. HEX triplet: 28, 1B and 85. RGB value is (40,27,133). Sum of RGB (Red+Green+Blue) = 40+27+133=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #281B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B85 is #D7E47A. Grayscale: #2A2A2A. Windows color (decimal): -14148731 or 8723240. OLE color: 8723240.
HSL color Cylindrical-coordinate representation of color #281B85: hue angle of 247.36º degrees, saturation: 0.66, 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 #281B85 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 27 | 133 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.48 |
| HSL | 247.36º | 0.66% | 0.31% | - |
| HSV(B) | 247.36º | 0.8% | 0.52% | - |
| XYZ | 5.5 | 2.93 | 22.47 | - |
| YUV | 42.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 133 | 0.70 | 0.80 | 0 | 0.48 | 247.36 | 0.66 | 0.31 |
| Hex | 28 | 1B | 85 | 46 | 50 | 0 | 30 | F7 | 42 | 1F |
| Octal | 50 | 33 | 205 | 106 | 120 | 0 | 60 | 367 | 102 | 37 |
| Binary | 101000 | 11011 | 10000101 | 1000110 | 1010000 | 0 | 110000 | 11110111 | 1000010 | 11111 |
Color Harmonies of #281B85
Complementary color
Monochromatic Colors of #281B85
Black with #281B85
Text Example
Text Example
White with #281B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B85; }
p { color: rgb(40,27,133); }
H1.HeaderClassName
{
color: #281B85;
}
.AnyTagClassName
{
color: #281B85;
}
</style>
background-color css
<style>
a { background-color: #281B85; }
a { background-color: rgb(40,27,133); }
div.DivClassName
{
background-color: #281B85;
}
.BgClassName
{
background-color: #281B85;
}
</style>
border-color css
<style>
span { border-color: #281B85; }
span { border-color: rgb(40,27,133); }
td.TdClassName
{
border-color: #281B85;
}
.TagClassName
{
border-color: #281B85;
}
</style>