Shades of Persian Blue #1D3AE1
Tints of Persian Blue #1D3AE1
RGB
CMYK
RGB Variations
Color information
#1D3AE1 (or 0x1D3AE1) is known color: Persian Blue. HEX triplet: 1D, 3A and E1. RGB value is (29,58,225). Sum of RGB (Red+Green+Blue) = 29+58+225=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #1D3AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3AE1 is #E2C51E. Grayscale: #434343. Windows color (decimal): -14861599 or 14760477. OLE color: 14760477.
HSL color Cylindrical-coordinate representation of color #1D3AE1: hue angle of 231.12º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D3AE1 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 58 | 225 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.12 |
| HSL | 231.12º | 0.77% | 0.5% | - |
| HSV(B) | 231.12º | 0.87% | 0.88% | - |
| XYZ | 15.61 | 8.72 | 72.1 | - |
| YUV | 68.37 | 216.39 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 225 | 0.87 | 0.74 | 0 | 0.12 | 231.12 | 0.77 | 0.5 |
| Hex | 1D | 3A | E1 | 57 | 4A | 0 | C | E7 | 4D | 32 |
| Octal | 35 | 72 | 341 | 127 | 112 | 0 | 14 | 347 | 115 | 62 |
| Binary | 11101 | 111010 | 11100001 | 1010111 | 1001010 | 0 | 1100 | 11100111 | 1001101 | 110010 |
Color Harmonies of #1D3AE1
Complementary color
Monochromatic Colors of #1D3AE1
Black with #1D3AE1
Text Example
Text Example
White with #1D3AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3AE1; }
p { color: rgb(29,58,225); }
H1.HeaderClassName
{
color: #1D3AE1;
}
.AnyTagClassName
{
color: #1D3AE1;
}
</style>
background-color css
<style>
a { background-color: #1D3AE1; }
a { background-color: rgb(29,58,225); }
div.DivClassName
{
background-color: #1D3AE1;
}
.BgClassName
{
background-color: #1D3AE1;
}
</style>
border-color css
<style>
span { border-color: #1D3AE1; }
span { border-color: rgb(29,58,225); }
td.TdClassName
{
border-color: #1D3AE1;
}
.TagClassName
{
border-color: #1D3AE1;
}
</style>