Shades of Persian Blue #2D1DCD
Tints of Persian Blue #2D1DCD
RGB
CMYK
RGB Variations
Color information
#2D1DCD (or 0x2D1DCD) is known color: Persian Blue. HEX triplet: 2D, 1D and CD. RGB value is (45,29,205). Sum of RGB (Red+Green+Blue) = 45+29+205=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D1DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DCD is #D2E232. Grayscale: #353535. Windows color (decimal): -13820467 or 13442349. OLE color: 13442349.
HSL color Cylindrical-coordinate representation of color #2D1DCD: hue angle of 245.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1DCD is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 29 | 205 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.20 |
| HSL | 245.45º | 0.75% | 0.46% | - |
| HSV(B) | 245.45º | 0.86% | 0.8% | - |
| XYZ | 12.54 | 5.84 | 58.22 | - |
| YUV | 53.85 | 213.3 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 205 | 0.78 | 0.86 | 0 | 0.20 | 245.45 | 0.75 | 0.46 |
| Hex | 2D | 1D | CD | 4E | 56 | 0 | 14 | F5 | 4B | 2E |
| Octal | 55 | 35 | 315 | 116 | 126 | 0 | 24 | 365 | 113 | 56 |
| Binary | 101101 | 11101 | 11001101 | 1001110 | 1010110 | 0 | 10100 | 11110101 | 1001011 | 101110 |
Color Harmonies of #2D1DCD
Complementary color
Monochromatic Colors of #2D1DCD
Black with #2D1DCD
Text Example
Text Example
White with #2D1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DCD; }
p { color: rgb(45,29,205); }
H1.HeaderClassName
{
color: #2D1DCD;
}
.AnyTagClassName
{
color: #2D1DCD;
}
</style>
background-color css
<style>
a { background-color: #2D1DCD; }
a { background-color: rgb(45,29,205); }
div.DivClassName
{
background-color: #2D1DCD;
}
.BgClassName
{
background-color: #2D1DCD;
}
</style>
border-color css
<style>
span { border-color: #2D1DCD; }
span { border-color: rgb(45,29,205); }
td.TdClassName
{
border-color: #2D1DCD;
}
.TagClassName
{
border-color: #2D1DCD;
}
</style>