Shades of Persian Blue #2D1AD3
Tints of Persian Blue #2D1AD3
RGB
CMYK
RGB Variations
Color information
#2D1AD3 (or 0x2D1AD3) is known color: Persian Blue. HEX triplet: 2D, 1A and D3. RGB value is (45,26,211). Sum of RGB (Red+Green+Blue) = 45+26+211=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 211 (82.81% from 255 or 74.82% from 282); Max value from RGB is 211 - color contains mainly: blue. Hex color #2D1AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1AD3 is #D2E52C. Grayscale: #343434. Windows color (decimal): -13821229 or 13834797. OLE color: 13834797.
HSL color Cylindrical-coordinate representation of color #2D1AD3: hue angle of 246.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1AD3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 26 | 211 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.17 |
| HSL | 246.16º | 0.78% | 0.46% | - |
| HSV(B) | 246.16º | 0.88% | 0.83% | - |
| XYZ | 13.21 | 6 | 62.09 | - |
| YUV | 52.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 211 | 0.79 | 0.88 | 0 | 0.17 | 246.16 | 0.78 | 0.46 |
| Hex | 2D | 1A | D3 | 4F | 58 | 0 | 11 | F6 | 4E | 2E |
| Octal | 55 | 32 | 323 | 117 | 130 | 0 | 21 | 366 | 116 | 56 |
| Binary | 101101 | 11010 | 11010011 | 1001111 | 1011000 | 0 | 10001 | 11110110 | 1001110 | 101110 |
Color Harmonies of #2D1AD3
Complementary color
Monochromatic Colors of #2D1AD3
Black with #2D1AD3
Text Example
Text Example
White with #2D1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1AD3; }
p { color: rgb(45,26,211); }
H1.HeaderClassName
{
color: #2D1AD3;
}
.AnyTagClassName
{
color: #2D1AD3;
}
</style>
background-color css
<style>
a { background-color: #2D1AD3; }
a { background-color: rgb(45,26,211); }
div.DivClassName
{
background-color: #2D1AD3;
}
.BgClassName
{
background-color: #2D1AD3;
}
</style>
border-color css
<style>
span { border-color: #2D1AD3; }
span { border-color: rgb(45,26,211); }
td.TdClassName
{
border-color: #2D1AD3;
}
.TagClassName
{
border-color: #2D1AD3;
}
</style>