Shades of Persian Blue #1F29EA
Tints of Persian Blue #1F29EA
RGB
CMYK
RGB Variations
Color information
#1F29EA (or 0x1F29EA) is known color: Persian Blue. HEX triplet: 1F, 29 and EA. RGB value is (31,41,234). Sum of RGB (Red+Green+Blue) = 31+41+234=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F29EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F29EA is #E0D615. Grayscale: #3B3B3B. Windows color (decimal): -14734870 or 15345951. OLE color: 15345951.
HSL color Cylindrical-coordinate representation of color #1F29EA: hue angle of 237.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F29EA is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 41 | 234 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.08 |
| HSL | 237.04º | 0.83% | 0.52% | - |
| HSV(B) | 237.04º | 0.87% | 0.92% | - |
| XYZ | 16.21 | 7.82 | 78.5 | - |
| YUV | 60.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 234 | 0.87 | 0.82 | 0 | 0.08 | 237.04 | 0.83 | 0.52 |
| Hex | 1F | 29 | EA | 57 | 52 | 0 | 8 | ED | 53 | 34 |
| Octal | 37 | 51 | 352 | 127 | 122 | 0 | 10 | 355 | 123 | 64 |
| Binary | 11111 | 101001 | 11101010 | 1010111 | 1010010 | 0 | 1000 | 11101101 | 1010011 | 110100 |
Color Harmonies of #1F29EA
Complementary color
Monochromatic Colors of #1F29EA
Black with #1F29EA
Text Example
Text Example
White with #1F29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29EA; }
p { color: rgb(31,41,234); }
H1.HeaderClassName
{
color: #1F29EA;
}
.AnyTagClassName
{
color: #1F29EA;
}
</style>
background-color css
<style>
a { background-color: #1F29EA; }
a { background-color: rgb(31,41,234); }
div.DivClassName
{
background-color: #1F29EA;
}
.BgClassName
{
background-color: #1F29EA;
}
</style>
border-color css
<style>
span { border-color: #1F29EA; }
span { border-color: rgb(31,41,234); }
td.TdClassName
{
border-color: #1F29EA;
}
.TagClassName
{
border-color: #1F29EA;
}
</style>