Shades of Persian Blue #281BBA
Tints of Persian Blue #281BBA
RGB
CMYK
RGB Variations
Color information
#281BBA (or 0x281BBA) is known color: Persian Blue. HEX triplet: 28, 1B and BA. RGB value is (40,27,186). Sum of RGB (Red+Green+Blue) = 40+27+186=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #281BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BBA is #D7E445. Grayscale: #303030. Windows color (decimal): -14148678 or 12196648. OLE color: 12196648.
HSL color Cylindrical-coordinate representation of color #281BBA: hue angle of 244.91º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281BBA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 27 | 186 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.27 |
| HSL | 244.91º | 0.75% | 0.42% | - |
| HSV(B) | 244.91º | 0.85% | 0.73% | - |
| XYZ | 10.13 | 4.78 | 46.84 | - |
| YUV | 49.01 | 205.31 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 186 | 0.78 | 0.85 | 0 | 0.27 | 244.91 | 0.75 | 0.42 |
| Hex | 28 | 1B | BA | 4E | 55 | 0 | 1B | F5 | 4B | 2A |
| Octal | 50 | 33 | 272 | 116 | 125 | 0 | 33 | 365 | 113 | 52 |
| Binary | 101000 | 11011 | 10111010 | 1001110 | 1010101 | 0 | 11011 | 11110101 | 1001011 | 101010 |
Color Harmonies of #281BBA
Complementary color
Monochromatic Colors of #281BBA
Black with #281BBA
Text Example
Text Example
White with #281BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BBA; }
p { color: rgb(40,27,186); }
H1.HeaderClassName
{
color: #281BBA;
}
.AnyTagClassName
{
color: #281BBA;
}
</style>
background-color css
<style>
a { background-color: #281BBA; }
a { background-color: rgb(40,27,186); }
div.DivClassName
{
background-color: #281BBA;
}
.BgClassName
{
background-color: #281BBA;
}
</style>
border-color css
<style>
span { border-color: #281BBA; }
span { border-color: rgb(40,27,186); }
td.TdClassName
{
border-color: #281BBA;
}
.TagClassName
{
border-color: #281BBA;
}
</style>