Shades of Persian Blue #1C31CF
Tints of Persian Blue #1C31CF
RGB
CMYK
RGB Variations
Color information
#1C31CF (or 0x1C31CF) is known color: Persian Blue. HEX triplet: 1C, 31 and CF. RGB value is (28,49,207). Sum of RGB (Red+Green+Blue) = 28+49+207=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C31CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C31CF is #E3CE30. Grayscale: #3C3C3C. Windows color (decimal): -14929457 or 13578524. OLE color: 13578524.
HSL color Cylindrical-coordinate representation of color #1C31CF: hue angle of 232.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C31CF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 49 | 207 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.19 |
| HSL | 232.96º | 0.76% | 0.46% | - |
| HSV(B) | 232.96º | 0.86% | 0.81% | - |
| XYZ | 12.84 | 6.95 | 59.7 | - |
| YUV | 60.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 207 | 0.86 | 0.76 | 0 | 0.19 | 232.96 | 0.76 | 0.46 |
| Hex | 1C | 31 | CF | 56 | 4C | 0 | 13 | E9 | 4C | 2E |
| Octal | 34 | 61 | 317 | 126 | 114 | 0 | 23 | 351 | 114 | 56 |
| Binary | 11100 | 110001 | 11001111 | 1010110 | 1001100 | 0 | 10011 | 11101001 | 1001100 | 101110 |
Color Harmonies of #1C31CF
Complementary color
Monochromatic Colors of #1C31CF
Black with #1C31CF
Text Example
Text Example
White with #1C31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31CF; }
p { color: rgb(28,49,207); }
H1.HeaderClassName
{
color: #1C31CF;
}
.AnyTagClassName
{
color: #1C31CF;
}
</style>
background-color css
<style>
a { background-color: #1C31CF; }
a { background-color: rgb(28,49,207); }
div.DivClassName
{
background-color: #1C31CF;
}
.BgClassName
{
background-color: #1C31CF;
}
</style>
border-color css
<style>
span { border-color: #1C31CF; }
span { border-color: rgb(28,49,207); }
td.TdClassName
{
border-color: #1C31CF;
}
.TagClassName
{
border-color: #1C31CF;
}
</style>