Shades of Persian Blue #1C31CE
Tints of Persian Blue #1C31CE
RGB
CMYK
RGB Variations
Color information
#1C31CE (or 0x1C31CE) is known color: Persian Blue. HEX triplet: 1C, 31 and CE. RGB value is (28,49,206). Sum of RGB (Red+Green+Blue) = 28+49+206=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C31CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C31CE is #E3CE31. Grayscale: #3B3B3B. Windows color (decimal): -14929458 or 13512988. OLE color: 13512988.
HSL color Cylindrical-coordinate representation of color #1C31CE: hue angle of 232.92º 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 #1C31CE is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 49 | 206 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.19 |
| HSL | 232.92º | 0.76% | 0.46% | - |
| HSV(B) | 232.92º | 0.86% | 0.81% | - |
| XYZ | 12.72 | 6.9 | 59.05 | - |
| YUV | 60.62 | 210.04 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 206 | 0.86 | 0.76 | 0 | 0.19 | 232.92 | 0.76 | 0.46 |
| Hex | 1C | 31 | CE | 56 | 4C | 0 | 13 | E9 | 4C | 2E |
| Octal | 34 | 61 | 316 | 126 | 114 | 0 | 23 | 351 | 114 | 56 |
| Binary | 11100 | 110001 | 11001110 | 1010110 | 1001100 | 0 | 10011 | 11101001 | 1001100 | 101110 |
Color Harmonies of #1C31CE
Complementary color
Monochromatic Colors of #1C31CE
Black with #1C31CE
Text Example
Text Example
White with #1C31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31CE; }
p { color: rgb(28,49,206); }
H1.HeaderClassName
{
color: #1C31CE;
}
.AnyTagClassName
{
color: #1C31CE;
}
</style>
background-color css
<style>
a { background-color: #1C31CE; }
a { background-color: rgb(28,49,206); }
div.DivClassName
{
background-color: #1C31CE;
}
.BgClassName
{
background-color: #1C31CE;
}
</style>
border-color css
<style>
span { border-color: #1C31CE; }
span { border-color: rgb(28,49,206); }
td.TdClassName
{
border-color: #1C31CE;
}
.TagClassName
{
border-color: #1C31CE;
}
</style>