Shades of Persian Blue #2831B1
Tints of Persian Blue #2831B1
RGB
CMYK
RGB Variations
Color information
#2831B1 (or 0x2831B1) is known color: Persian Blue. HEX triplet: 28, 31 and B1. RGB value is (40,49,177). Sum of RGB (Red+Green+Blue) = 40+49+177=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #2831B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2831B1 is #D7CE4E. Grayscale: #3C3C3C. Windows color (decimal): -14143055 or 11612456. OLE color: 11612456.
HSL color Cylindrical-coordinate representation of color #2831B1: hue angle of 236.06º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2831B1 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 49 | 177 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.31 |
| HSL | 236.06º | 0.63% | 0.43% | - |
| HSV(B) | 236.06º | 0.77% | 0.69% | - |
| XYZ | 9.91 | 5.82 | 42.2 | - |
| YUV | 60.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 177 | 0.77 | 0.72 | 0 | 0.31 | 236.06 | 0.63 | 0.43 |
| Hex | 28 | 31 | B1 | 4D | 48 | 0 | 1F | EC | 3F | 2B |
| Octal | 50 | 61 | 261 | 115 | 110 | 0 | 37 | 354 | 77 | 53 |
| Binary | 101000 | 110001 | 10110001 | 1001101 | 1001000 | 0 | 11111 | 11101100 | 111111 | 101011 |
Color Harmonies of #2831B1
Complementary color
Monochromatic Colors of #2831B1
Black with #2831B1
Text Example
Text Example
White with #2831B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831B1; }
p { color: rgb(40,49,177); }
H1.HeaderClassName
{
color: #2831B1;
}
.AnyTagClassName
{
color: #2831B1;
}
</style>
background-color css
<style>
a { background-color: #2831B1; }
a { background-color: rgb(40,49,177); }
div.DivClassName
{
background-color: #2831B1;
}
.BgClassName
{
background-color: #2831B1;
}
</style>
border-color css
<style>
span { border-color: #2831B1; }
span { border-color: rgb(40,49,177); }
td.TdClassName
{
border-color: #2831B1;
}
.TagClassName
{
border-color: #2831B1;
}
</style>