Shades of Persian Blue #1D41AE
Tints of Persian Blue #1D41AE
RGB
CMYK
RGB Variations
Color information
#1D41AE (or 0x1D41AE) is known color: Persian Blue. HEX triplet: 1D, 41 and AE. RGB value is (29,65,174). Sum of RGB (Red+Green+Blue) = 29+65+174=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D41AE is #E2BE51. Grayscale: #424242. Windows color (decimal): -14859858 or 11419933. OLE color: 11419933.
HSL color Cylindrical-coordinate representation of color #1D41AE: hue angle of 225.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D41AE is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 65 | 174 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.32 |
| HSL | 225.1º | 0.71% | 0.4% | - |
| HSV(B) | 225.1º | 0.83% | 0.68% | - |
| XYZ | 10.04 | 7.1 | 40.89 | - |
| YUV | 66.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 174 | 0.83 | 0.63 | 0 | 0.32 | 225.1 | 0.71 | 0.4 |
| Hex | 1D | 41 | AE | 53 | 3F | 0 | 20 | E1 | 47 | 28 |
| Octal | 35 | 101 | 256 | 123 | 77 | 0 | 40 | 341 | 107 | 50 |
| Binary | 11101 | 1000001 | 10101110 | 1010011 | 111111 | 0 | 100000 | 11100001 | 1000111 | 101000 |
Color Harmonies of #1D41AE
Complementary color
Monochromatic Colors of #1D41AE
Black with #1D41AE
Text Example
Text Example
White with #1D41AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41AE; }
p { color: rgb(29,65,174); }
H1.HeaderClassName
{
color: #1D41AE;
}
.AnyTagClassName
{
color: #1D41AE;
}
</style>
background-color css
<style>
a { background-color: #1D41AE; }
a { background-color: rgb(29,65,174); }
div.DivClassName
{
background-color: #1D41AE;
}
.BgClassName
{
background-color: #1D41AE;
}
</style>
border-color css
<style>
span { border-color: #1D41AE; }
span { border-color: rgb(29,65,174); }
td.TdClassName
{
border-color: #1D41AE;
}
.TagClassName
{
border-color: #1D41AE;
}
</style>