Shades of Persian Blue #2D1EC9
Tints of Persian Blue #2D1EC9
RGB
CMYK
RGB Variations
Color information
#2D1EC9 (or 0x2D1EC9) is known color: Persian Blue. HEX triplet: 2D, 1E and C9. RGB value is (45,30,201). Sum of RGB (Red+Green+Blue) = 45+30+201=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D1EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EC9 is #D2E136. Grayscale: #353535. Windows color (decimal): -13820215 or 13180461. OLE color: 13180461.
HSL color Cylindrical-coordinate representation of color #2D1EC9: hue angle of 245.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1EC9 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 30 | 201 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.21 |
| HSL | 245.26º | 0.74% | 0.45% | - |
| HSV(B) | 245.26º | 0.85% | 0.79% | - |
| XYZ | 12.09 | 5.7 | 55.72 | - |
| YUV | 53.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 201 | 0.78 | 0.85 | 0 | 0.21 | 245.26 | 0.74 | 0.45 |
| Hex | 2D | 1E | C9 | 4E | 55 | 0 | 15 | F5 | 4A | 2D |
| Octal | 55 | 36 | 311 | 116 | 125 | 0 | 25 | 365 | 112 | 55 |
| Binary | 101101 | 11110 | 11001001 | 1001110 | 1010101 | 0 | 10101 | 11110101 | 1001010 | 101101 |
Color Harmonies of #2D1EC9
Complementary color
Monochromatic Colors of #2D1EC9
Black with #2D1EC9
Text Example
Text Example
White with #2D1EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EC9; }
p { color: rgb(45,30,201); }
H1.HeaderClassName
{
color: #2D1EC9;
}
.AnyTagClassName
{
color: #2D1EC9;
}
</style>
background-color css
<style>
a { background-color: #2D1EC9; }
a { background-color: rgb(45,30,201); }
div.DivClassName
{
background-color: #2D1EC9;
}
.BgClassName
{
background-color: #2D1EC9;
}
</style>
border-color css
<style>
span { border-color: #2D1EC9; }
span { border-color: rgb(45,30,201); }
td.TdClassName
{
border-color: #2D1EC9;
}
.TagClassName
{
border-color: #2D1EC9;
}
</style>