Shades of Persian Blue #1D41EB
Tints of Persian Blue #1D41EB
RGB
CMYK
RGB Variations
Color information
#1D41EB (or 0x1D41EB) is known color: Persian Blue. HEX triplet: 1D, 41 and EB. RGB value is (29,65,235). Sum of RGB (Red+Green+Blue) = 29+65+235=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D41EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D41EB is #E2BE14. Grayscale: #484848. Windows color (decimal): -14859797 or 15417629. OLE color: 15417629.
HSL color Cylindrical-coordinate representation of color #1D41EB: hue angle of 229.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D41EB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 65 | 235 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.08 |
| HSL | 229.51º | 0.84% | 0.52% | - |
| HSV(B) | 229.51º | 0.88% | 0.92% | - |
| XYZ | 17.39 | 10.04 | 79.62 | - |
| YUV | 73.62 | 219.07 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 235 | 0.88 | 0.72 | 0 | 0.08 | 229.51 | 0.84 | 0.52 |
| Hex | 1D | 41 | EB | 58 | 48 | 0 | 8 | E6 | 54 | 34 |
| Octal | 35 | 101 | 353 | 130 | 110 | 0 | 10 | 346 | 124 | 64 |
| Binary | 11101 | 1000001 | 11101011 | 1011000 | 1001000 | 0 | 1000 | 11100110 | 1010100 | 110100 |
Color Harmonies of #1D41EB
Complementary color
Monochromatic Colors of #1D41EB
Black with #1D41EB
Text Example
Text Example
White with #1D41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41EB; }
p { color: rgb(29,65,235); }
H1.HeaderClassName
{
color: #1D41EB;
}
.AnyTagClassName
{
color: #1D41EB;
}
</style>
background-color css
<style>
a { background-color: #1D41EB; }
a { background-color: rgb(29,65,235); }
div.DivClassName
{
background-color: #1D41EB;
}
.BgClassName
{
background-color: #1D41EB;
}
</style>
border-color css
<style>
span { border-color: #1D41EB; }
span { border-color: rgb(29,65,235); }
td.TdClassName
{
border-color: #1D41EB;
}
.TagClassName
{
border-color: #1D41EB;
}
</style>