Shades of Persian Blue #2D1DBF
Tints of Persian Blue #2D1DBF
RGB
CMYK
RGB Variations
Color information
#2D1DBF (or 0x2D1DBF) is known color: Persian Blue. HEX triplet: 2D, 1D and BF. RGB value is (45,29,191). Sum of RGB (Red+Green+Blue) = 45+29+191=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D1DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DBF is #D2E240. Grayscale: #333333. Windows color (decimal): -13820481 or 12524845. OLE color: 12524845.
HSL color Cylindrical-coordinate representation of color #2D1DBF: hue angle of 245.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1DBF is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 29 | 191 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.25 |
| HSL | 245.93º | 0.74% | 0.43% | - |
| HSV(B) | 245.93º | 0.85% | 0.75% | - |
| XYZ | 10.93 | 5.2 | 49.72 | - |
| YUV | 52.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 191 | 0.76 | 0.85 | 0 | 0.25 | 245.93 | 0.74 | 0.43 |
| Hex | 2D | 1D | BF | 4C | 55 | 0 | 19 | F6 | 4A | 2B |
| Octal | 55 | 35 | 277 | 114 | 125 | 0 | 31 | 366 | 112 | 53 |
| Binary | 101101 | 11101 | 10111111 | 1001100 | 1010101 | 0 | 11001 | 11110110 | 1001010 | 101011 |
Color Harmonies of #2D1DBF
Complementary color
Monochromatic Colors of #2D1DBF
Black with #2D1DBF
Text Example
Text Example
White with #2D1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1DBF; }
p { color: rgb(45,29,191); }
H1.HeaderClassName
{
color: #2D1DBF;
}
.AnyTagClassName
{
color: #2D1DBF;
}
</style>
background-color css
<style>
a { background-color: #2D1DBF; }
a { background-color: rgb(45,29,191); }
div.DivClassName
{
background-color: #2D1DBF;
}
.BgClassName
{
background-color: #2D1DBF;
}
</style>
border-color css
<style>
span { border-color: #2D1DBF; }
span { border-color: rgb(45,29,191); }
td.TdClassName
{
border-color: #2D1DBF;
}
.TagClassName
{
border-color: #2D1DBF;
}
</style>