Shades of Persian Blue #1F2EEE
Tints of Persian Blue #1F2EEE
RGB
CMYK
RGB Variations
Color information
#1F2EEE (or 0x1F2EEE) is known color: Persian Blue. HEX triplet: 1F, 2E and EE. RGB value is (31,46,238). Sum of RGB (Red+Green+Blue) = 31+46+238=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2EEE is #E0D111. Grayscale: #3E3E3E. Windows color (decimal): -14733586 or 15609375. OLE color: 15609375.
HSL color Cylindrical-coordinate representation of color #1F2EEE: hue angle of 235.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F2EEE is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 46 | 238 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.07 |
| HSL | 235.65º | 0.86% | 0.53% | - |
| HSV(B) | 235.65º | 0.87% | 0.93% | - |
| XYZ | 16.97 | 8.42 | 81.62 | - |
| YUV | 63.4 | 226.53 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 238 | 0.87 | 0.81 | 0 | 0.07 | 235.65 | 0.86 | 0.53 |
| Hex | 1F | 2E | EE | 57 | 51 | 0 | 7 | EC | 56 | 35 |
| Octal | 37 | 56 | 356 | 127 | 121 | 0 | 7 | 354 | 126 | 65 |
| Binary | 11111 | 101110 | 11101110 | 1010111 | 1010001 | 0 | 111 | 11101100 | 1010110 | 110101 |
Color Harmonies of #1F2EEE
Complementary color
Monochromatic Colors of #1F2EEE
Black with #1F2EEE
Text Example
Text Example
White with #1F2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2EEE; }
p { color: rgb(31,46,238); }
H1.HeaderClassName
{
color: #1F2EEE;
}
.AnyTagClassName
{
color: #1F2EEE;
}
</style>
background-color css
<style>
a { background-color: #1F2EEE; }
a { background-color: rgb(31,46,238); }
div.DivClassName
{
background-color: #1F2EEE;
}
.BgClassName
{
background-color: #1F2EEE;
}
</style>
border-color css
<style>
span { border-color: #1F2EEE; }
span { border-color: rgb(31,46,238); }
td.TdClassName
{
border-color: #1F2EEE;
}
.TagClassName
{
border-color: #1F2EEE;
}
</style>