Shades of Persian Blue #281FBF
Tints of Persian Blue #281FBF
RGB
CMYK
RGB Variations
Color information
#281FBF (or 0x281FBF) is known color: Persian Blue. HEX triplet: 28, 1F and BF. RGB value is (40,31,191). Sum of RGB (Red+Green+Blue) = 40+31+191=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #281FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281FBF is #D7E040. Grayscale: #333333. Windows color (decimal): -14147649 or 12525352. OLE color: 12525352.
HSL color Cylindrical-coordinate representation of color #281FBF: hue angle of 243.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281FBF is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 31 | 191 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.25 |
| HSL | 243.38º | 0.72% | 0.44% | - |
| HSV(B) | 243.38º | 0.84% | 0.75% | - |
| XYZ | 10.77 | 5.19 | 49.72 | - |
| YUV | 51.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 191 | 0.79 | 0.84 | 0 | 0.25 | 243.38 | 0.72 | 0.44 |
| Hex | 28 | 1F | BF | 4F | 54 | 0 | 19 | F3 | 48 | 2C |
| Octal | 50 | 37 | 277 | 117 | 124 | 0 | 31 | 363 | 110 | 54 |
| Binary | 101000 | 11111 | 10111111 | 1001111 | 1010100 | 0 | 11001 | 11110011 | 1001000 | 101100 |
Color Harmonies of #281FBF
Complementary color
Monochromatic Colors of #281FBF
Black with #281FBF
Text Example
Text Example
White with #281FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FBF; }
p { color: rgb(40,31,191); }
H1.HeaderClassName
{
color: #281FBF;
}
.AnyTagClassName
{
color: #281FBF;
}
</style>
background-color css
<style>
a { background-color: #281FBF; }
a { background-color: rgb(40,31,191); }
div.DivClassName
{
background-color: #281FBF;
}
.BgClassName
{
background-color: #281FBF;
}
</style>
border-color css
<style>
span { border-color: #281FBF; }
span { border-color: rgb(40,31,191); }
td.TdClassName
{
border-color: #281FBF;
}
.TagClassName
{
border-color: #281FBF;
}
</style>