Shades of Persian Blue #1D3CE9
Tints of Persian Blue #1D3CE9
RGB
CMYK
RGB Variations
Color information
#1D3CE9 (or 0x1D3CE9) is known color: Persian Blue. HEX triplet: 1D, 3C and E9. RGB value is (29,60,233). Sum of RGB (Red+Green+Blue) = 29+60+233=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 233 (91.41% from 255 or 72.36% from 322); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D3CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3CE9 is #E2C316. Grayscale: #454545. Windows color (decimal): -14861079 or 15285277. OLE color: 15285277.
HSL color Cylindrical-coordinate representation of color #1D3CE9: hue angle of 230.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3CE9 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 60 | 233 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.09 |
| HSL | 230.88º | 0.82% | 0.51% | - |
| HSV(B) | 230.88º | 0.88% | 0.91% | - |
| XYZ | 16.83 | 9.38 | 78.01 | - |
| YUV | 70.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 233 | 0.88 | 0.74 | 0 | 0.09 | 230.88 | 0.82 | 0.51 |
| Hex | 1D | 3C | E9 | 58 | 4A | 0 | 9 | E7 | 52 | 33 |
| Octal | 35 | 74 | 351 | 130 | 112 | 0 | 11 | 347 | 122 | 63 |
| Binary | 11101 | 111100 | 11101001 | 1011000 | 1001010 | 0 | 1001 | 11100111 | 1010010 | 110011 |
Color Harmonies of #1D3CE9
Complementary color
Monochromatic Colors of #1D3CE9
Black with #1D3CE9
Text Example
Text Example
White with #1D3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3CE9; }
p { color: rgb(29,60,233); }
H1.HeaderClassName
{
color: #1D3CE9;
}
.AnyTagClassName
{
color: #1D3CE9;
}
</style>
background-color css
<style>
a { background-color: #1D3CE9; }
a { background-color: rgb(29,60,233); }
div.DivClassName
{
background-color: #1D3CE9;
}
.BgClassName
{
background-color: #1D3CE9;
}
</style>
border-color css
<style>
span { border-color: #1D3CE9; }
span { border-color: rgb(29,60,233); }
td.TdClassName
{
border-color: #1D3CE9;
}
.TagClassName
{
border-color: #1D3CE9;
}
</style>