Shades of Persian Blue #1E31D8
Tints of Persian Blue #1E31D8
RGB
CMYK
RGB Variations
Color information
#1E31D8 (or 0x1E31D8) is known color: Persian Blue. HEX triplet: 1E, 31 and D8. RGB value is (30,49,216). Sum of RGB (Red+Green+Blue) = 30+49+216=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E31D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E31D8 is #E1CE27. Grayscale: #3D3D3D. Windows color (decimal): -14798376 or 14168350. OLE color: 14168350.
HSL color Cylindrical-coordinate representation of color #1E31D8: hue angle of 233.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E31D8 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 49 | 216 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.15 |
| HSL | 233.87º | 0.76% | 0.48% | - |
| HSV(B) | 233.87º | 0.86% | 0.85% | - |
| XYZ | 14.03 | 7.43 | 65.66 | - |
| YUV | 62.36 | 214.71 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 216 | 0.86 | 0.77 | 0 | 0.15 | 233.87 | 0.76 | 0.48 |
| Hex | 1E | 31 | D8 | 56 | 4D | 0 | F | EA | 4C | 30 |
| Octal | 36 | 61 | 330 | 126 | 115 | 0 | 17 | 352 | 114 | 60 |
| Binary | 11110 | 110001 | 11011000 | 1010110 | 1001101 | 0 | 1111 | 11101010 | 1001100 | 110000 |
Color Harmonies of #1E31D8
Complementary color
Monochromatic Colors of #1E31D8
Black with #1E31D8
Text Example
Text Example
White with #1E31D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E31D8; }
p { color: rgb(30,49,216); }
H1.HeaderClassName
{
color: #1E31D8;
}
.AnyTagClassName
{
color: #1E31D8;
}
</style>
background-color css
<style>
a { background-color: #1E31D8; }
a { background-color: rgb(30,49,216); }
div.DivClassName
{
background-color: #1E31D8;
}
.BgClassName
{
background-color: #1E31D8;
}
</style>
border-color css
<style>
span { border-color: #1E31D8; }
span { border-color: rgb(30,49,216); }
td.TdClassName
{
border-color: #1E31D8;
}
.TagClassName
{
border-color: #1E31D8;
}
</style>