Shades of Persian Blue #2831AB
Tints of Persian Blue #2831AB
RGB
CMYK
RGB Variations
Color information
#2831AB (or 0x2831AB) is known color: Persian Blue. HEX triplet: 28, 31 and AB. RGB value is (40,49,171). Sum of RGB (Red+Green+Blue) = 40+49+171=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #2831AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2831AB is #D7CE54. Grayscale: #3B3B3B. Windows color (decimal): -14143061 or 11219240. OLE color: 11219240.
HSL color Cylindrical-coordinate representation of color #2831AB: hue angle of 235.88º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2831AB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 49 | 171 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.33 |
| HSL | 235.88º | 0.62% | 0.41% | - |
| HSV(B) | 235.88º | 0.77% | 0.67% | - |
| XYZ | 9.32 | 5.59 | 39.12 | - |
| YUV | 60.22 | 190.52 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 171 | 0.77 | 0.71 | 0 | 0.33 | 235.88 | 0.62 | 0.41 |
| Hex | 28 | 31 | AB | 4D | 47 | 0 | 21 | EC | 3E | 29 |
| Octal | 50 | 61 | 253 | 115 | 107 | 0 | 41 | 354 | 76 | 51 |
| Binary | 101000 | 110001 | 10101011 | 1001101 | 1000111 | 0 | 100001 | 11101100 | 111110 | 101001 |
Color Harmonies of #2831AB
Complementary color
Monochromatic Colors of #2831AB
Black with #2831AB
Text Example
Text Example
White with #2831AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831AB; }
p { color: rgb(40,49,171); }
H1.HeaderClassName
{
color: #2831AB;
}
.AnyTagClassName
{
color: #2831AB;
}
</style>
background-color css
<style>
a { background-color: #2831AB; }
a { background-color: rgb(40,49,171); }
div.DivClassName
{
background-color: #2831AB;
}
.BgClassName
{
background-color: #2831AB;
}
</style>
border-color css
<style>
span { border-color: #2831AB; }
span { border-color: rgb(40,49,171); }
td.TdClassName
{
border-color: #2831AB;
}
.TagClassName
{
border-color: #2831AB;
}
</style>