Shades of Persian Blue #1F28CD
Tints of Persian Blue #1F28CD
RGB
CMYK
RGB Variations
Color information
#1F28CD (or 0x1F28CD) is known color: Persian Blue. HEX triplet: 1F, 28 and CD. RGB value is (31,40,205). Sum of RGB (Red+Green+Blue) = 31+40+205=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F28CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F28CD is #E0D732. Grayscale: #373737. Windows color (decimal): -14735155 or 13445151. OLE color: 13445151.
HSL color Cylindrical-coordinate representation of color #1F28CD: hue angle of 236.9º 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 #1F28CD is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 40 | 205 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.20 |
| HSL | 236.9º | 0.74% | 0.46% | - |
| HSV(B) | 236.9º | 0.85% | 0.8% | - |
| XYZ | 12.34 | 6.22 | 58.31 | - |
| YUV | 56.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 205 | 0.85 | 0.80 | 0 | 0.20 | 236.9 | 0.74 | 0.46 |
| Hex | 1F | 28 | CD | 55 | 50 | 0 | 14 | ED | 4A | 2E |
| Octal | 37 | 50 | 315 | 125 | 120 | 0 | 24 | 355 | 112 | 56 |
| Binary | 11111 | 101000 | 11001101 | 1010101 | 1010000 | 0 | 10100 | 11101101 | 1001010 | 101110 |
Color Harmonies of #1F28CD
Complementary color
Monochromatic Colors of #1F28CD
Black with #1F28CD
Text Example
Text Example
White with #1F28CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F28CD; }
p { color: rgb(31,40,205); }
H1.HeaderClassName
{
color: #1F28CD;
}
.AnyTagClassName
{
color: #1F28CD;
}
</style>
background-color css
<style>
a { background-color: #1F28CD; }
a { background-color: rgb(31,40,205); }
div.DivClassName
{
background-color: #1F28CD;
}
.BgClassName
{
background-color: #1F28CD;
}
</style>
border-color css
<style>
span { border-color: #1F28CD; }
span { border-color: rgb(31,40,205); }
td.TdClassName
{
border-color: #1F28CD;
}
.TagClassName
{
border-color: #1F28CD;
}
</style>