Shades of Persian Blue #2831AA
Tints of Persian Blue #2831AA
RGB
CMYK
RGB Variations
Color information
#2831AA (or 0x2831AA) is known color: Persian Blue. HEX triplet: 28, 31 and AA. RGB value is (40,49,170). Sum of RGB (Red+Green+Blue) = 40+49+170=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #2831AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2831AA is #D7CE55. Grayscale: #3B3B3B. Windows color (decimal): -14143062 or 11153704. OLE color: 11153704.
HSL color Cylindrical-coordinate representation of color #2831AA: hue angle of 235.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2831AA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 49 | 170 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.33 |
| HSL | 235.85º | 0.62% | 0.41% | - |
| HSV(B) | 235.85º | 0.76% | 0.67% | - |
| XYZ | 9.23 | 5.55 | 38.62 | - |
| YUV | 60.1 | 190.02 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 170 | 0.76 | 0.71 | 0 | 0.33 | 235.85 | 0.62 | 0.41 |
| Hex | 28 | 31 | AA | 4C | 47 | 0 | 21 | EC | 3E | 29 |
| Octal | 50 | 61 | 252 | 114 | 107 | 0 | 41 | 354 | 76 | 51 |
| Binary | 101000 | 110001 | 10101010 | 1001100 | 1000111 | 0 | 100001 | 11101100 | 111110 | 101001 |
Color Harmonies of #2831AA
Complementary color
Monochromatic Colors of #2831AA
Black with #2831AA
Text Example
Text Example
White with #2831AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831AA; }
p { color: rgb(40,49,170); }
H1.HeaderClassName
{
color: #2831AA;
}
.AnyTagClassName
{
color: #2831AA;
}
</style>
background-color css
<style>
a { background-color: #2831AA; }
a { background-color: rgb(40,49,170); }
div.DivClassName
{
background-color: #2831AA;
}
.BgClassName
{
background-color: #2831AA;
}
</style>
border-color css
<style>
span { border-color: #2831AA; }
span { border-color: rgb(40,49,170); }
td.TdClassName
{
border-color: #2831AA;
}
.TagClassName
{
border-color: #2831AA;
}
</style>