Shades of Persian Blue #2D29CE
Tints of Persian Blue #2D29CE
RGB
CMYK
RGB Variations
Color information
#2D29CE (or 0x2D29CE) is known color: Persian Blue. HEX triplet: 2D, 29 and CE. RGB value is (45,41,206). Sum of RGB (Red+Green+Blue) = 45+41+206=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D29CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D29CE is #D2D631. Grayscale: #3C3C3C. Windows color (decimal): -13817394 or 13510957. OLE color: 13510957.
HSL color Cylindrical-coordinate representation of color #2D29CE: hue angle of 241.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D29CE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 41 | 206 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.19 |
| HSL | 241.45º | 0.67% | 0.48% | - |
| HSV(B) | 241.45º | 0.8% | 0.81% | - |
| XYZ | 13.02 | 6.6 | 58.98 | - |
| YUV | 61.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 206 | 0.78 | 0.80 | 0 | 0.19 | 241.45 | 0.67 | 0.48 |
| Hex | 2D | 29 | CE | 4E | 50 | 0 | 13 | F1 | 43 | 30 |
| Octal | 55 | 51 | 316 | 116 | 120 | 0 | 23 | 361 | 103 | 60 |
| Binary | 101101 | 101001 | 11001110 | 1001110 | 1010000 | 0 | 10011 | 11110001 | 1000011 | 110000 |
Color Harmonies of #2D29CE
Complementary color
Monochromatic Colors of #2D29CE
Black with #2D29CE
Text Example
Text Example
White with #2D29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D29CE; }
p { color: rgb(45,41,206); }
H1.HeaderClassName
{
color: #2D29CE;
}
.AnyTagClassName
{
color: #2D29CE;
}
</style>
background-color css
<style>
a { background-color: #2D29CE; }
a { background-color: rgb(45,41,206); }
div.DivClassName
{
background-color: #2D29CE;
}
.BgClassName
{
background-color: #2D29CE;
}
</style>
border-color css
<style>
span { border-color: #2D29CE; }
span { border-color: rgb(45,41,206); }
td.TdClassName
{
border-color: #2D29CE;
}
.TagClassName
{
border-color: #2D29CE;
}
</style>