Shades of Persian Blue #1E31CF
Tints of Persian Blue #1E31CF
RGB
CMYK
RGB Variations
Color information
#1E31CF (or 0x1E31CF) is known color: Persian Blue. HEX triplet: 1E, 31 and CF. RGB value is (30,49,207). Sum of RGB (Red+Green+Blue) = 30+49+207=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E31CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E31CF is #E1CE30. Grayscale: #3C3C3C. Windows color (decimal): -14798385 or 13578526. OLE color: 13578526.
HSL color Cylindrical-coordinate representation of color #1E31CF: hue angle of 233.56º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E31CF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 49 | 207 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.19 |
| HSL | 233.56º | 0.75% | 0.46% | - |
| HSV(B) | 233.56º | 0.86% | 0.81% | - |
| XYZ | 12.9 | 6.98 | 59.7 | - |
| YUV | 61.33 | 210.21 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 207 | 0.86 | 0.76 | 0 | 0.19 | 233.56 | 0.75 | 0.46 |
| Hex | 1E | 31 | CF | 56 | 4C | 0 | 13 | EA | 4B | 2E |
| Octal | 36 | 61 | 317 | 126 | 114 | 0 | 23 | 352 | 113 | 56 |
| Binary | 11110 | 110001 | 11001111 | 1010110 | 1001100 | 0 | 10011 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1E31CF
Complementary color
Monochromatic Colors of #1E31CF
Black with #1E31CF
Text Example
Text Example
White with #1E31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E31CF; }
p { color: rgb(30,49,207); }
H1.HeaderClassName
{
color: #1E31CF;
}
.AnyTagClassName
{
color: #1E31CF;
}
</style>
background-color css
<style>
a { background-color: #1E31CF; }
a { background-color: rgb(30,49,207); }
div.DivClassName
{
background-color: #1E31CF;
}
.BgClassName
{
background-color: #1E31CF;
}
</style>
border-color css
<style>
span { border-color: #1E31CF; }
span { border-color: rgb(30,49,207); }
td.TdClassName
{
border-color: #1E31CF;
}
.TagClassName
{
border-color: #1E31CF;
}
</style>