Shades of Persian Blue #2D28AD
Tints of Persian Blue #2D28AD
RGB
CMYK
RGB Variations
Color information
#2D28AD (or 0x2D28AD) is known color: Persian Blue. HEX triplet: 2D, 28 and AD. RGB value is (45,40,173). Sum of RGB (Red+Green+Blue) = 45+40+173=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D28AD is #D2D752. Grayscale: #383838. Windows color (decimal): -13817683 or 11348013. OLE color: 11348013.
HSL color Cylindrical-coordinate representation of color #2D28AD: hue angle of 242.26º 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 #2D28AD is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 40 | 173 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.32 |
| HSL | 242.26º | 0.62% | 0.42% | - |
| HSV(B) | 242.26º | 0.77% | 0.68% | - |
| XYZ | 9.38 | 5.09 | 40.02 | - |
| YUV | 56.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 173 | 0.74 | 0.77 | 0 | 0.32 | 242.26 | 0.62 | 0.42 |
| Hex | 2D | 28 | AD | 4A | 4D | 0 | 20 | F2 | 3E | 2A |
| Octal | 55 | 50 | 255 | 112 | 115 | 0 | 40 | 362 | 76 | 52 |
| Binary | 101101 | 101000 | 10101101 | 1001010 | 1001101 | 0 | 100000 | 11110010 | 111110 | 101010 |
Color Harmonies of #2D28AD
Complementary color
Monochromatic Colors of #2D28AD
Black with #2D28AD
Text Example
Text Example
White with #2D28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D28AD; }
p { color: rgb(45,40,173); }
H1.HeaderClassName
{
color: #2D28AD;
}
.AnyTagClassName
{
color: #2D28AD;
}
</style>
background-color css
<style>
a { background-color: #2D28AD; }
a { background-color: rgb(45,40,173); }
div.DivClassName
{
background-color: #2D28AD;
}
.BgClassName
{
background-color: #2D28AD;
}
</style>
border-color css
<style>
span { border-color: #2D28AD; }
span { border-color: rgb(45,40,173); }
td.TdClassName
{
border-color: #2D28AD;
}
.TagClassName
{
border-color: #2D28AD;
}
</style>