Shades of Persian Blue #1F1CCA
Tints of Persian Blue #1F1CCA
RGB
CMYK
RGB Variations
Color information
#1F1CCA (or 0x1F1CCA) is known color: Persian Blue. HEX triplet: 1F, 1C and CA. RGB value is (31,28,202). Sum of RGB (Red+Green+Blue) = 31+28+202=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F1CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CCA is #E0E335. Grayscale: #303030. Windows color (decimal): -14738230 or 13245471. OLE color: 13245471.
HSL color Cylindrical-coordinate representation of color #1F1CCA: hue angle of 241.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1CCA is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 28 | 202 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.21 |
| HSL | 241.03º | 0.76% | 0.45% | - |
| HSV(B) | 241.03º | 0.86% | 0.79% | - |
| XYZ | 11.64 | 5.39 | 56.3 | - |
| YUV | 48.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 202 | 0.85 | 0.86 | 0 | 0.21 | 241.03 | 0.76 | 0.45 |
| Hex | 1F | 1C | CA | 55 | 56 | 0 | 15 | F1 | 4C | 2D |
| Octal | 37 | 34 | 312 | 125 | 126 | 0 | 25 | 361 | 114 | 55 |
| Binary | 11111 | 11100 | 11001010 | 1010101 | 1010110 | 0 | 10101 | 11110001 | 1001100 | 101101 |
Color Harmonies of #1F1CCA
Complementary color
Monochromatic Colors of #1F1CCA
Black with #1F1CCA
Text Example
Text Example
White with #1F1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1CCA; }
p { color: rgb(31,28,202); }
H1.HeaderClassName
{
color: #1F1CCA;
}
.AnyTagClassName
{
color: #1F1CCA;
}
</style>
background-color css
<style>
a { background-color: #1F1CCA; }
a { background-color: rgb(31,28,202); }
div.DivClassName
{
background-color: #1F1CCA;
}
.BgClassName
{
background-color: #1F1CCA;
}
</style>
border-color css
<style>
span { border-color: #1F1CCA; }
span { border-color: rgb(31,28,202); }
td.TdClassName
{
border-color: #1F1CCA;
}
.TagClassName
{
border-color: #1F1CCA;
}
</style>