Shades of Persian Blue #2D29D3
Tints of Persian Blue #2D29D3
RGB
CMYK
RGB Variations
Color information
#2D29D3 (or 0x2D29D3) is known color: Persian Blue. HEX triplet: 2D, 29 and D3. RGB value is (45,41,211). Sum of RGB (Red+Green+Blue) = 45+41+211=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 211 (82.81% from 255 or 71.04% from 297); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D29D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D29D3 is #D2D62C. Grayscale: #3C3C3C. Windows color (decimal): -13817389 or 13838637. OLE color: 13838637.
HSL color Cylindrical-coordinate representation of color #2D29D3: hue angle of 241.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D29D3 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 41 | 211 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.17 |
| HSL | 241.41º | 0.67% | 0.49% | - |
| HSV(B) | 241.41º | 0.81% | 0.83% | - |
| XYZ | 13.63 | 6.85 | 62.23 | - |
| YUV | 61.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 211 | 0.79 | 0.81 | 0 | 0.17 | 241.41 | 0.67 | 0.49 |
| Hex | 2D | 29 | D3 | 4F | 51 | 0 | 11 | F1 | 43 | 31 |
| Octal | 55 | 51 | 323 | 117 | 121 | 0 | 21 | 361 | 103 | 61 |
| Binary | 101101 | 101001 | 11010011 | 1001111 | 1010001 | 0 | 10001 | 11110001 | 1000011 | 110001 |
Color Harmonies of #2D29D3
Complementary color
Monochromatic Colors of #2D29D3
Black with #2D29D3
Text Example
Text Example
White with #2D29D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D29D3; }
p { color: rgb(45,41,211); }
H1.HeaderClassName
{
color: #2D29D3;
}
.AnyTagClassName
{
color: #2D29D3;
}
</style>
background-color css
<style>
a { background-color: #2D29D3; }
a { background-color: rgb(45,41,211); }
div.DivClassName
{
background-color: #2D29D3;
}
.BgClassName
{
background-color: #2D29D3;
}
</style>
border-color css
<style>
span { border-color: #2D29D3; }
span { border-color: rgb(45,41,211); }
td.TdClassName
{
border-color: #2D29D3;
}
.TagClassName
{
border-color: #2D29D3;
}
</style>