Shades of Persian Blue #2D20AD
Tints of Persian Blue #2D20AD
RGB
CMYK
RGB Variations
Color information
#2D20AD (or 0x2D20AD) is known color: Persian Blue. HEX triplet: 2D, 20 and AD. RGB value is (45,32,173). Sum of RGB (Red+Green+Blue) = 45+32+173=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D20AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D20AD is #D2DF52. Grayscale: #333333. Windows color (decimal): -13819731 or 11345965. OLE color: 11345965.
HSL color Cylindrical-coordinate representation of color #2D20AD: hue angle of 245.53º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D20AD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 32 | 173 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.32 |
| HSL | 245.53º | 0.69% | 0.4% | - |
| HSV(B) | 245.53º | 0.82% | 0.68% | - |
| XYZ | 9.14 | 4.61 | 39.94 | - |
| YUV | 51.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 173 | 0.74 | 0.82 | 0 | 0.32 | 245.53 | 0.69 | 0.4 |
| Hex | 2D | 20 | AD | 4A | 52 | 0 | 20 | F6 | 45 | 28 |
| Octal | 55 | 40 | 255 | 112 | 122 | 0 | 40 | 366 | 105 | 50 |
| Binary | 101101 | 100000 | 10101101 | 1001010 | 1010010 | 0 | 100000 | 11110110 | 1000101 | 101000 |
Color Harmonies of #2D20AD
Complementary color
Monochromatic Colors of #2D20AD
Black with #2D20AD
Text Example
Text Example
White with #2D20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20AD; }
p { color: rgb(45,32,173); }
H1.HeaderClassName
{
color: #2D20AD;
}
.AnyTagClassName
{
color: #2D20AD;
}
</style>
background-color css
<style>
a { background-color: #2D20AD; }
a { background-color: rgb(45,32,173); }
div.DivClassName
{
background-color: #2D20AD;
}
.BgClassName
{
background-color: #2D20AD;
}
</style>
border-color css
<style>
span { border-color: #2D20AD; }
span { border-color: rgb(45,32,173); }
td.TdClassName
{
border-color: #2D20AD;
}
.TagClassName
{
border-color: #2D20AD;
}
</style>