Shades of Persian Blue #1F3EED
Tints of Persian Blue #1F3EED
RGB
CMYK
RGB Variations
Color information
#1F3EED (or 0x1F3EED) is known color: Persian Blue. HEX triplet: 1F, 3E and ED. RGB value is (31,62,237). Sum of RGB (Red+Green+Blue) = 31+62+237=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F3EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3EED is #E0C112. Grayscale: #474747. Windows color (decimal): -14729491 or 15547935. OLE color: 15547935.
HSL color Cylindrical-coordinate representation of color #1F3EED: hue angle of 230.97º degrees, saturation: 0.85, 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 #1F3EED is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 62 | 237 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.07 |
| HSL | 230.97º | 0.85% | 0.53% | - |
| HSV(B) | 230.97º | 0.87% | 0.93% | - |
| XYZ | 17.57 | 9.85 | 81.1 | - |
| YUV | 72.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 237 | 0.87 | 0.74 | 0 | 0.07 | 230.97 | 0.85 | 0.53 |
| Hex | 1F | 3E | ED | 57 | 4A | 0 | 7 | E7 | 55 | 35 |
| Octal | 37 | 76 | 355 | 127 | 112 | 0 | 7 | 347 | 125 | 65 |
| Binary | 11111 | 111110 | 11101101 | 1010111 | 1001010 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #1F3EED
Complementary color
Monochromatic Colors of #1F3EED
Black with #1F3EED
Text Example
Text Example
White with #1F3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3EED; }
p { color: rgb(31,62,237); }
H1.HeaderClassName
{
color: #1F3EED;
}
.AnyTagClassName
{
color: #1F3EED;
}
</style>
background-color css
<style>
a { background-color: #1F3EED; }
a { background-color: rgb(31,62,237); }
div.DivClassName
{
background-color: #1F3EED;
}
.BgClassName
{
background-color: #1F3EED;
}
</style>
border-color css
<style>
span { border-color: #1F3EED; }
span { border-color: rgb(31,62,237); }
td.TdClassName
{
border-color: #1F3EED;
}
.TagClassName
{
border-color: #1F3EED;
}
</style>