Shades of Persian Blue #1F2CCA
Tints of Persian Blue #1F2CCA
RGB
CMYK
RGB Variations
Color information
#1F2CCA (or 0x1F2CCA) is known color: Persian Blue. HEX triplet: 1F, 2C and CA. RGB value is (31,44,202). Sum of RGB (Red+Green+Blue) = 31+44+202=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CCA is #E0D335. Grayscale: #393939. Windows color (decimal): -14734134 or 13249567. OLE color: 13249567.
HSL color Cylindrical-coordinate representation of color #1F2CCA: hue angle of 235.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2CCA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 44 | 202 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.21 |
| HSL | 235.44º | 0.73% | 0.46% | - |
| HSV(B) | 235.44º | 0.85% | 0.79% | - |
| XYZ | 12.13 | 6.36 | 56.47 | - |
| YUV | 58.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 202 | 0.85 | 0.78 | 0 | 0.21 | 235.44 | 0.73 | 0.46 |
| Hex | 1F | 2C | CA | 55 | 4E | 0 | 15 | EB | 49 | 2E |
| Octal | 37 | 54 | 312 | 125 | 116 | 0 | 25 | 353 | 111 | 56 |
| Binary | 11111 | 101100 | 11001010 | 1010101 | 1001110 | 0 | 10101 | 11101011 | 1001001 | 101110 |
Color Harmonies of #1F2CCA
Complementary color
Monochromatic Colors of #1F2CCA
Black with #1F2CCA
Text Example
Text Example
White with #1F2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2CCA; }
p { color: rgb(31,44,202); }
H1.HeaderClassName
{
color: #1F2CCA;
}
.AnyTagClassName
{
color: #1F2CCA;
}
</style>
background-color css
<style>
a { background-color: #1F2CCA; }
a { background-color: rgb(31,44,202); }
div.DivClassName
{
background-color: #1F2CCA;
}
.BgClassName
{
background-color: #1F2CCA;
}
</style>
border-color css
<style>
span { border-color: #1F2CCA; }
span { border-color: rgb(31,44,202); }
td.TdClassName
{
border-color: #1F2CCA;
}
.TagClassName
{
border-color: #1F2CCA;
}
</style>