Shades of Persian Blue #1E31DD
Tints of Persian Blue #1E31DD
RGB
CMYK
RGB Variations
Color information
#1E31DD (or 0x1E31DD) is known color: Persian Blue. HEX triplet: 1E, 31 and DD. RGB value is (30,49,221). Sum of RGB (Red+Green+Blue) = 30+49+221=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E31DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E31DD is #E1CE22. Grayscale: #3E3E3E. Windows color (decimal): -14798371 or 14496030. OLE color: 14496030.
HSL color Cylindrical-coordinate representation of color #1E31DD: hue angle of 234.03º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E31DD is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 49 | 221 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.13 |
| HSL | 234.03º | 0.76% | 0.49% | - |
| HSV(B) | 234.03º | 0.86% | 0.87% | - |
| XYZ | 14.68 | 7.69 | 69.12 | - |
| YUV | 62.93 | 217.21 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 221 | 0.86 | 0.78 | 0 | 0.13 | 234.03 | 0.76 | 0.49 |
| Hex | 1E | 31 | DD | 56 | 4E | 0 | D | EA | 4C | 31 |
| Octal | 36 | 61 | 335 | 126 | 116 | 0 | 15 | 352 | 114 | 61 |
| Binary | 11110 | 110001 | 11011101 | 1010110 | 1001110 | 0 | 1101 | 11101010 | 1001100 | 110001 |
Color Harmonies of #1E31DD
Complementary color
Monochromatic Colors of #1E31DD
Black with #1E31DD
Text Example
Text Example
White with #1E31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E31DD; }
p { color: rgb(30,49,221); }
H1.HeaderClassName
{
color: #1E31DD;
}
.AnyTagClassName
{
color: #1E31DD;
}
</style>
background-color css
<style>
a { background-color: #1E31DD; }
a { background-color: rgb(30,49,221); }
div.DivClassName
{
background-color: #1E31DD;
}
.BgClassName
{
background-color: #1E31DD;
}
</style>
border-color css
<style>
span { border-color: #1E31DD; }
span { border-color: rgb(30,49,221); }
td.TdClassName
{
border-color: #1E31DD;
}
.TagClassName
{
border-color: #1E31DD;
}
</style>