Shades of Persian Blue #2D1DAD
Tints of Persian Blue #2D1DAD
RGB
CMYK
RGB Variations
Color information
#2D1DAD (or 0x2D1DAD) is known color: Persian Blue. HEX triplet: 2D, 1D and AD. RGB value is (45,29,173). Sum of RGB (Red+Green+Blue) = 45+29+173=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D1DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1DAD is #D2E252. Grayscale: #313131. Windows color (decimal): -13820499 or 11345197. OLE color: 11345197.
HSL color Cylindrical-coordinate representation of color #2D1DAD: hue angle of 246.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1DAD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 29 | 173 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.32 |
| HSL | 246.67º | 0.71% | 0.4% | - |
| HSV(B) | 246.67º | 0.83% | 0.68% | - |
| XYZ | 9.06 | 4.45 | 39.92 | - |
| YUV | 50.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 173 | 0.74 | 0.83 | 0 | 0.32 | 246.67 | 0.71 | 0.4 |
| Hex | 2D | 1D | AD | 4A | 53 | 0 | 20 | F7 | 47 | 28 |
| Octal | 55 | 35 | 255 | 112 | 123 | 0 | 40 | 367 | 107 | 50 |
| Binary | 101101 | 11101 | 10101101 | 1001010 | 1010011 | 0 | 100000 | 11110111 | 1000111 | 101000 |
Color Harmonies of #2D1DAD
Complementary color
Monochromatic Colors of #2D1DAD
Black with #2D1DAD
Text Example
Text Example
White with #2D1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DAD; }
p { color: rgb(45,29,173); }
H1.HeaderClassName
{
color: #2D1DAD;
}
.AnyTagClassName
{
color: #2D1DAD;
}
</style>
background-color css
<style>
a { background-color: #2D1DAD; }
a { background-color: rgb(45,29,173); }
div.DivClassName
{
background-color: #2D1DAD;
}
.BgClassName
{
background-color: #2D1DAD;
}
</style>
border-color css
<style>
span { border-color: #2D1DAD; }
span { border-color: rgb(45,29,173); }
td.TdClassName
{
border-color: #2D1DAD;
}
.TagClassName
{
border-color: #2D1DAD;
}
</style>