Shades of Persian Blue #2842AA
Tints of Persian Blue #2842AA
RGB
CMYK
RGB Variations
Color information
#2842AA (or 0x2842AA) is known color: Persian Blue. HEX triplet: 28, 42 and AA. RGB value is (40,66,170). Sum of RGB (Red+Green+Blue) = 40+66+170=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2842AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2842AA is #D7BD55. Grayscale: #454545. Windows color (decimal): -14138710 or 11158056. OLE color: 11158056.
HSL color Cylindrical-coordinate representation of color #2842AA: hue angle of 228º 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 #2842AA is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 66 | 170 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.33 |
| HSL | 228º | 0.62% | 0.41% | - |
| HSV(B) | 228º | 0.76% | 0.67% | - |
| XYZ | 10.08 | 7.25 | 38.9 | - |
| YUV | 70.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 170 | 0.76 | 0.61 | 0 | 0.33 | 228 | 0.62 | 0.41 |
| Hex | 28 | 42 | AA | 4C | 3D | 0 | 21 | E4 | 3E | 29 |
| Octal | 50 | 102 | 252 | 114 | 75 | 0 | 41 | 344 | 76 | 51 |
| Binary | 101000 | 1000010 | 10101010 | 1001100 | 111101 | 0 | 100001 | 11100100 | 111110 | 101001 |
Color Harmonies of #2842AA
Complementary color
Monochromatic Colors of #2842AA
Black with #2842AA
Text Example
Text Example
White with #2842AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842AA; }
p { color: rgb(40,66,170); }
H1.HeaderClassName
{
color: #2842AA;
}
.AnyTagClassName
{
color: #2842AA;
}
</style>
background-color css
<style>
a { background-color: #2842AA; }
a { background-color: rgb(40,66,170); }
div.DivClassName
{
background-color: #2842AA;
}
.BgClassName
{
background-color: #2842AA;
}
</style>
border-color css
<style>
span { border-color: #2842AA; }
span { border-color: rgb(40,66,170); }
td.TdClassName
{
border-color: #2842AA;
}
.TagClassName
{
border-color: #2842AA;
}
</style>