Shades of Persian Blue #2D29DF
Tints of Persian Blue #2D29DF
RGB
CMYK
RGB Variations
Color information
#2D29DF (or 0x2D29DF) is known color: Persian Blue. HEX triplet: 2D, 29 and DF. RGB value is (45,41,223). Sum of RGB (Red+Green+Blue) = 45+41+223=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D29DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D29DF is #D2D620. Grayscale: #3E3E3E. Windows color (decimal): -13817377 or 14625069. OLE color: 14625069.
HSL color Cylindrical-coordinate representation of color #2D29DF: hue angle of 241.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D29DF is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 41 | 223 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.13 |
| HSL | 241.32º | 0.74% | 0.52% | - |
| HSV(B) | 241.32º | 0.82% | 0.87% | - |
| XYZ | 15.19 | 7.47 | 70.45 | - |
| YUV | 62.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 223 | 0.80 | 0.82 | 0 | 0.13 | 241.32 | 0.74 | 0.52 |
| Hex | 2D | 29 | DF | 50 | 52 | 0 | D | F1 | 4A | 34 |
| Octal | 55 | 51 | 337 | 120 | 122 | 0 | 15 | 361 | 112 | 64 |
| Binary | 101101 | 101001 | 11011111 | 1010000 | 1010010 | 0 | 1101 | 11110001 | 1001010 | 110100 |
Color Harmonies of #2D29DF
Complementary color
Monochromatic Colors of #2D29DF
Black with #2D29DF
Text Example
Text Example
White with #2D29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D29DF; }
p { color: rgb(45,41,223); }
H1.HeaderClassName
{
color: #2D29DF;
}
.AnyTagClassName
{
color: #2D29DF;
}
</style>
background-color css
<style>
a { background-color: #2D29DF; }
a { background-color: rgb(45,41,223); }
div.DivClassName
{
background-color: #2D29DF;
}
.BgClassName
{
background-color: #2D29DF;
}
</style>
border-color css
<style>
span { border-color: #2D29DF; }
span { border-color: rgb(45,41,223); }
td.TdClassName
{
border-color: #2D29DF;
}
.TagClassName
{
border-color: #2D29DF;
}
</style>