Shades of Persian Blue #1D32E0
Tints of Persian Blue #1D32E0
RGB
CMYK
RGB Variations
Color information
#1D32E0 (or 0x1D32E0) is known color: Persian Blue. HEX triplet: 1D, 32 and E0. RGB value is (29,50,224). Sum of RGB (Red+Green+Blue) = 29+50+224=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D32E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D32E0 is #E2CD1F. Grayscale: #3E3E3E. Windows color (decimal): -14863648 or 14692893. OLE color: 14692893.
HSL color Cylindrical-coordinate representation of color #1D32E0: hue angle of 233.54º 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 #1D32E0 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 50 | 224 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.12 |
| HSL | 233.54º | 0.77% | 0.5% | - |
| HSV(B) | 233.54º | 0.87% | 0.88% | - |
| XYZ | 15.1 | 7.92 | 71.25 | - |
| YUV | 63.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 224 | 0.87 | 0.78 | 0 | 0.12 | 233.54 | 0.77 | 0.5 |
| Hex | 1D | 32 | E0 | 57 | 4E | 0 | C | EA | 4D | 32 |
| Octal | 35 | 62 | 340 | 127 | 116 | 0 | 14 | 352 | 115 | 62 |
| Binary | 11101 | 110010 | 11100000 | 1010111 | 1001110 | 0 | 1100 | 11101010 | 1001101 | 110010 |
Color Harmonies of #1D32E0
Complementary color
Monochromatic Colors of #1D32E0
Black with #1D32E0
Text Example
Text Example
White with #1D32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D32E0; }
p { color: rgb(29,50,224); }
H1.HeaderClassName
{
color: #1D32E0;
}
.AnyTagClassName
{
color: #1D32E0;
}
</style>
background-color css
<style>
a { background-color: #1D32E0; }
a { background-color: rgb(29,50,224); }
div.DivClassName
{
background-color: #1D32E0;
}
.BgClassName
{
background-color: #1D32E0;
}
</style>
border-color css
<style>
span { border-color: #1D32E0; }
span { border-color: rgb(29,50,224); }
td.TdClassName
{
border-color: #1D32E0;
}
.TagClassName
{
border-color: #1D32E0;
}
</style>