Shades of Persian Blue #1F39CB
Tints of Persian Blue #1F39CB
RGB
CMYK
RGB Variations
Color information
#1F39CB (or 0x1F39CB) is known color: Persian Blue. HEX triplet: 1F, 39 and CB. RGB value is (31,57,203). Sum of RGB (Red+Green+Blue) = 31+57+203=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F39CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F39CB is #E0C634. Grayscale: #414141. Windows color (decimal): -14730805 or 13318431. OLE color: 13318431.
HSL color Cylindrical-coordinate representation of color #1F39CB: hue angle of 230.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F39CB is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 57 | 203 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.20 |
| HSL | 230.93º | 0.74% | 0.46% | - |
| HSV(B) | 230.93º | 0.85% | 0.8% | - |
| XYZ | 12.81 | 7.53 | 57.28 | - |
| YUV | 65.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 203 | 0.85 | 0.72 | 0 | 0.20 | 230.93 | 0.74 | 0.46 |
| Hex | 1F | 39 | CB | 55 | 48 | 0 | 14 | E7 | 4A | 2E |
| Octal | 37 | 71 | 313 | 125 | 110 | 0 | 24 | 347 | 112 | 56 |
| Binary | 11111 | 111001 | 11001011 | 1010101 | 1001000 | 0 | 10100 | 11100111 | 1001010 | 101110 |
Color Harmonies of #1F39CB
Complementary color
Monochromatic Colors of #1F39CB
Black with #1F39CB
Text Example
Text Example
White with #1F39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F39CB; }
p { color: rgb(31,57,203); }
H1.HeaderClassName
{
color: #1F39CB;
}
.AnyTagClassName
{
color: #1F39CB;
}
</style>
background-color css
<style>
a { background-color: #1F39CB; }
a { background-color: rgb(31,57,203); }
div.DivClassName
{
background-color: #1F39CB;
}
.BgClassName
{
background-color: #1F39CB;
}
</style>
border-color css
<style>
span { border-color: #1F39CB; }
span { border-color: rgb(31,57,203); }
td.TdClassName
{
border-color: #1F39CB;
}
.TagClassName
{
border-color: #1F39CB;
}
</style>