Shades of Persian Blue #2D1FD0
Tints of Persian Blue #2D1FD0
RGB
CMYK
RGB Variations
Color information
#2D1FD0 (or 0x2D1FD0) is known color: Persian Blue. HEX triplet: 2D, 1F and D0. RGB value is (45,31,208). Sum of RGB (Red+Green+Blue) = 45+31+208=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D1FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FD0 is #D2E02F. Grayscale: #363636. Windows color (decimal): -13819952 or 13639469. OLE color: 13639469.
HSL color Cylindrical-coordinate representation of color #2D1FD0: hue angle of 244.75º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1FD0 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 31 | 208 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.18 |
| HSL | 244.75º | 0.74% | 0.47% | - |
| HSV(B) | 244.75º | 0.85% | 0.82% | - |
| XYZ | 12.96 | 6.09 | 60.17 | - |
| YUV | 55.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 208 | 0.78 | 0.85 | 0 | 0.18 | 244.75 | 0.74 | 0.47 |
| Hex | 2D | 1F | D0 | 4E | 55 | 0 | 12 | F5 | 4A | 2F |
| Octal | 55 | 37 | 320 | 116 | 125 | 0 | 22 | 365 | 112 | 57 |
| Binary | 101101 | 11111 | 11010000 | 1001110 | 1010101 | 0 | 10010 | 11110101 | 1001010 | 101111 |
Color Harmonies of #2D1FD0
Complementary color
Monochromatic Colors of #2D1FD0
Black with #2D1FD0
Text Example
Text Example
White with #2D1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FD0; }
p { color: rgb(45,31,208); }
H1.HeaderClassName
{
color: #2D1FD0;
}
.AnyTagClassName
{
color: #2D1FD0;
}
</style>
background-color css
<style>
a { background-color: #2D1FD0; }
a { background-color: rgb(45,31,208); }
div.DivClassName
{
background-color: #2D1FD0;
}
.BgClassName
{
background-color: #2D1FD0;
}
</style>
border-color css
<style>
span { border-color: #2D1FD0; }
span { border-color: rgb(45,31,208); }
td.TdClassName
{
border-color: #2D1FD0;
}
.TagClassName
{
border-color: #2D1FD0;
}
</style>