Shades of Persian Blue #2832AD
Tints of Persian Blue #2832AD
RGB
CMYK
RGB Variations
Color information
#2832AD (or 0x2832AD) is known color: Persian Blue. HEX triplet: 28, 32 and AD. RGB value is (40,50,173). Sum of RGB (Red+Green+Blue) = 40+50+173=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #2832AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2832AD is #D7CD52. Grayscale: #3C3C3C. Windows color (decimal): -14142803 or 11350568. OLE color: 11350568.
HSL color Cylindrical-coordinate representation of color #2832AD: hue angle of 235.49º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2832AD is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 50 | 173 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.32 |
| HSL | 235.49º | 0.62% | 0.42% | - |
| HSV(B) | 235.49º | 0.77% | 0.68% | - |
| XYZ | 9.56 | 5.75 | 40.14 | - |
| YUV | 61.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 173 | 0.77 | 0.71 | 0 | 0.32 | 235.49 | 0.62 | 0.42 |
| Hex | 28 | 32 | AD | 4D | 47 | 0 | 20 | EB | 3E | 2A |
| Octal | 50 | 62 | 255 | 115 | 107 | 0 | 40 | 353 | 76 | 52 |
| Binary | 101000 | 110010 | 10101101 | 1001101 | 1000111 | 0 | 100000 | 11101011 | 111110 | 101010 |
Color Harmonies of #2832AD
Complementary color
Monochromatic Colors of #2832AD
Black with #2832AD
Text Example
Text Example
White with #2832AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2832AD; }
p { color: rgb(40,50,173); }
H1.HeaderClassName
{
color: #2832AD;
}
.AnyTagClassName
{
color: #2832AD;
}
</style>
background-color css
<style>
a { background-color: #2832AD; }
a { background-color: rgb(40,50,173); }
div.DivClassName
{
background-color: #2832AD;
}
.BgClassName
{
background-color: #2832AD;
}
</style>
border-color css
<style>
span { border-color: #2832AD; }
span { border-color: rgb(40,50,173); }
td.TdClassName
{
border-color: #2832AD;
}
.TagClassName
{
border-color: #2832AD;
}
</style>