Shades of Persian Blue #2843AB
Tints of Persian Blue #2843AB
RGB
CMYK
RGB Variations
Color information
#2843AB (or 0x2843AB) is known color: Persian Blue. HEX triplet: 28, 43 and AB. RGB value is (40,67,171). Sum of RGB (Red+Green+Blue) = 40+67+171=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2843AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2843AB is #D7BC54. Grayscale: #464646. Windows color (decimal): -14138453 or 11223848. OLE color: 11223848.
HSL color Cylindrical-coordinate representation of color #2843AB: hue angle of 227.63º 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 #2843AB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 67 | 171 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.33 |
| HSL | 227.63º | 0.62% | 0.41% | - |
| HSV(B) | 227.63º | 0.77% | 0.67% | - |
| XYZ | 10.23 | 7.41 | 39.42 | - |
| YUV | 70.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 171 | 0.77 | 0.61 | 0 | 0.33 | 227.63 | 0.62 | 0.41 |
| Hex | 28 | 43 | AB | 4D | 3D | 0 | 21 | E4 | 3E | 29 |
| Octal | 50 | 103 | 253 | 115 | 75 | 0 | 41 | 344 | 76 | 51 |
| Binary | 101000 | 1000011 | 10101011 | 1001101 | 111101 | 0 | 100001 | 11100100 | 111110 | 101001 |
Color Harmonies of #2843AB
Complementary color
Monochromatic Colors of #2843AB
Black with #2843AB
Text Example
Text Example
White with #2843AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843AB; }
p { color: rgb(40,67,171); }
H1.HeaderClassName
{
color: #2843AB;
}
.AnyTagClassName
{
color: #2843AB;
}
</style>
background-color css
<style>
a { background-color: #2843AB; }
a { background-color: rgb(40,67,171); }
div.DivClassName
{
background-color: #2843AB;
}
.BgClassName
{
background-color: #2843AB;
}
</style>
border-color css
<style>
span { border-color: #2843AB; }
span { border-color: rgb(40,67,171); }
td.TdClassName
{
border-color: #2843AB;
}
.TagClassName
{
border-color: #2843AB;
}
</style>