Shades of Persian Blue #1E32CF
Tints of Persian Blue #1E32CF
RGB
CMYK
RGB Variations
Color information
#1E32CF (or 0x1E32CF) is known color: Persian Blue. HEX triplet: 1E, 32 and CF. RGB value is (30,50,207). Sum of RGB (Red+Green+Blue) = 30+50+207=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E32CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32CF is #E1CD30. Grayscale: #3D3D3D. Windows color (decimal): -14798129 or 13578782. OLE color: 13578782.
HSL color Cylindrical-coordinate representation of color #1E32CF: hue angle of 233.22º 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 #1E32CF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 50 | 207 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.19 |
| HSL | 233.22º | 0.75% | 0.46% | - |
| HSV(B) | 233.22º | 0.86% | 0.81% | - |
| XYZ | 12.94 | 7.06 | 59.71 | - |
| YUV | 61.92 | 209.87 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 207 | 0.86 | 0.76 | 0 | 0.19 | 233.22 | 0.75 | 0.46 |
| Hex | 1E | 32 | CF | 56 | 4C | 0 | 13 | E9 | 4B | 2E |
| Octal | 36 | 62 | 317 | 126 | 114 | 0 | 23 | 351 | 113 | 56 |
| Binary | 11110 | 110010 | 11001111 | 1010110 | 1001100 | 0 | 10011 | 11101001 | 1001011 | 101110 |
Color Harmonies of #1E32CF
Complementary color
Monochromatic Colors of #1E32CF
Black with #1E32CF
Text Example
Text Example
White with #1E32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E32CF; }
p { color: rgb(30,50,207); }
H1.HeaderClassName
{
color: #1E32CF;
}
.AnyTagClassName
{
color: #1E32CF;
}
</style>
background-color css
<style>
a { background-color: #1E32CF; }
a { background-color: rgb(30,50,207); }
div.DivClassName
{
background-color: #1E32CF;
}
.BgClassName
{
background-color: #1E32CF;
}
</style>
border-color css
<style>
span { border-color: #1E32CF; }
span { border-color: rgb(30,50,207); }
td.TdClassName
{
border-color: #1E32CF;
}
.TagClassName
{
border-color: #1E32CF;
}
</style>