Shades of Persian Blue #2D1FD8
Tints of Persian Blue #2D1FD8
RGB
CMYK
RGB Variations
Color information
#2D1FD8 (or 0x2D1FD8) is known color: Persian Blue. HEX triplet: 2D, 1F and D8. RGB value is (45,31,216). Sum of RGB (Red+Green+Blue) = 45+31+216=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 216 (84.77% from 255 or 73.97% from 292); Max value from RGB is 216 - color contains mainly: blue. Hex color #2D1FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FD8 is #D2E027. Grayscale: #373737. Windows color (decimal): -13819944 or 14163757. OLE color: 14163757.
HSL color Cylindrical-coordinate representation of color #2D1FD8: hue angle of 244.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1FD8 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 31 | 216 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.15 |
| HSL | 244.54º | 0.75% | 0.48% | - |
| HSV(B) | 244.54º | 0.86% | 0.85% | - |
| XYZ | 13.97 | 6.5 | 65.48 | - |
| YUV | 56.28 | 218.14 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 216 | 0.79 | 0.86 | 0 | 0.15 | 244.54 | 0.75 | 0.48 |
| Hex | 2D | 1F | D8 | 4F | 56 | 0 | F | F5 | 4B | 30 |
| Octal | 55 | 37 | 330 | 117 | 126 | 0 | 17 | 365 | 113 | 60 |
| Binary | 101101 | 11111 | 11011000 | 1001111 | 1010110 | 0 | 1111 | 11110101 | 1001011 | 110000 |
Color Harmonies of #2D1FD8
Complementary color
Monochromatic Colors of #2D1FD8
Black with #2D1FD8
Text Example
Text Example
White with #2D1FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FD8; }
p { color: rgb(45,31,216); }
H1.HeaderClassName
{
color: #2D1FD8;
}
.AnyTagClassName
{
color: #2D1FD8;
}
</style>
background-color css
<style>
a { background-color: #2D1FD8; }
a { background-color: rgb(45,31,216); }
div.DivClassName
{
background-color: #2D1FD8;
}
.BgClassName
{
background-color: #2D1FD8;
}
</style>
border-color css
<style>
span { border-color: #2D1FD8; }
span { border-color: rgb(45,31,216); }
td.TdClassName
{
border-color: #2D1FD8;
}
.TagClassName
{
border-color: #2D1FD8;
}
</style>