Shades of Persian Blue #1F3CE9
Tints of Persian Blue #1F3CE9
RGB
CMYK
RGB Variations
Color information
#1F3CE9 (or 0x1F3CE9) is known color: Persian Blue. HEX triplet: 1F, 3C and E9. RGB value is (31,60,233). Sum of RGB (Red+Green+Blue) = 31+60+233=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #1F3CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3CE9 is #E0C316. Grayscale: #464646. Windows color (decimal): -14730007 or 15285279. OLE color: 15285279.
HSL color Cylindrical-coordinate representation of color #1F3CE9: hue angle of 231.39º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3CE9 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 60 | 233 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.09 |
| HSL | 231.39º | 0.82% | 0.52% | - |
| HSV(B) | 231.39º | 0.87% | 0.91% | - |
| XYZ | 16.89 | 9.41 | 78.02 | - |
| YUV | 71.05 | 219.39 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 233 | 0.87 | 0.74 | 0 | 0.09 | 231.39 | 0.82 | 0.52 |
| Hex | 1F | 3C | E9 | 57 | 4A | 0 | 9 | E7 | 52 | 34 |
| Octal | 37 | 74 | 351 | 127 | 112 | 0 | 11 | 347 | 122 | 64 |
| Binary | 11111 | 111100 | 11101001 | 1010111 | 1001010 | 0 | 1001 | 11100111 | 1010010 | 110100 |
Color Harmonies of #1F3CE9
Complementary color
Monochromatic Colors of #1F3CE9
Black with #1F3CE9
Text Example
Text Example
White with #1F3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3CE9; }
p { color: rgb(31,60,233); }
H1.HeaderClassName
{
color: #1F3CE9;
}
.AnyTagClassName
{
color: #1F3CE9;
}
</style>
background-color css
<style>
a { background-color: #1F3CE9; }
a { background-color: rgb(31,60,233); }
div.DivClassName
{
background-color: #1F3CE9;
}
.BgClassName
{
background-color: #1F3CE9;
}
</style>
border-color css
<style>
span { border-color: #1F3CE9; }
span { border-color: rgb(31,60,233); }
td.TdClassName
{
border-color: #1F3CE9;
}
.TagClassName
{
border-color: #1F3CE9;
}
</style>