Shades of Persian Blue #1D41BB
Tints of Persian Blue #1D41BB
RGB
CMYK
RGB Variations
Color information
#1D41BB (or 0x1D41BB) is known color: Persian Blue. HEX triplet: 1D, 41 and BB. RGB value is (29,65,187). Sum of RGB (Red+Green+Blue) = 29+65+187=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D41BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41BB is #E2BE44. Grayscale: #434343. Windows color (decimal): -14859845 or 12271901. OLE color: 12271901.
HSL color Cylindrical-coordinate representation of color #1D41BB: hue angle of 226.33º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D41BB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 65 | 187 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.27 |
| HSL | 226.33º | 0.73% | 0.42% | - |
| HSV(B) | 226.33º | 0.84% | 0.73% | - |
| XYZ | 11.37 | 7.63 | 47.89 | - |
| YUV | 68.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 187 | 0.84 | 0.65 | 0 | 0.27 | 226.33 | 0.73 | 0.42 |
| Hex | 1D | 41 | BB | 54 | 41 | 0 | 1B | E2 | 49 | 2A |
| Octal | 35 | 101 | 273 | 124 | 101 | 0 | 33 | 342 | 111 | 52 |
| Binary | 11101 | 1000001 | 10111011 | 1010100 | 1000001 | 0 | 11011 | 11100010 | 1001001 | 101010 |
Color Harmonies of #1D41BB
Complementary color
Monochromatic Colors of #1D41BB
Black with #1D41BB
Text Example
Text Example
White with #1D41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41BB; }
p { color: rgb(29,65,187); }
H1.HeaderClassName
{
color: #1D41BB;
}
.AnyTagClassName
{
color: #1D41BB;
}
</style>
background-color css
<style>
a { background-color: #1D41BB; }
a { background-color: rgb(29,65,187); }
div.DivClassName
{
background-color: #1D41BB;
}
.BgClassName
{
background-color: #1D41BB;
}
</style>
border-color css
<style>
span { border-color: #1D41BB; }
span { border-color: rgb(29,65,187); }
td.TdClassName
{
border-color: #1D41BB;
}
.TagClassName
{
border-color: #1D41BB;
}
</style>