Shades of Persian Blue #1C47CD
Tints of Persian Blue #1C47CD
RGB
CMYK
RGB Variations
Color information
#1C47CD (or 0x1C47CD) is known color: Persian Blue. HEX triplet: 1C, 47 and CD. RGB value is (28,71,205). Sum of RGB (Red+Green+Blue) = 28+71+205=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C47CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C47CD is #E3B832. Grayscale: #484848. Windows color (decimal): -14923827 or 13453084. OLE color: 13453084.
HSL color Cylindrical-coordinate representation of color #1C47CD: hue angle of 225.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C47CD is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 71 | 205 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.20 |
| HSL | 225.42º | 0.76% | 0.46% | - |
| HSV(B) | 225.42º | 0.86% | 0.8% | - |
| XYZ | 13.75 | 9.16 | 58.8 | - |
| YUV | 73.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 205 | 0.86 | 0.65 | 0 | 0.20 | 225.42 | 0.76 | 0.46 |
| Hex | 1C | 47 | CD | 56 | 41 | 0 | 14 | E1 | 4C | 2E |
| Octal | 34 | 107 | 315 | 126 | 101 | 0 | 24 | 341 | 114 | 56 |
| Binary | 11100 | 1000111 | 11001101 | 1010110 | 1000001 | 0 | 10100 | 11100001 | 1001100 | 101110 |
Color Harmonies of #1C47CD
Complementary color
Monochromatic Colors of #1C47CD
Black with #1C47CD
Text Example
Text Example
White with #1C47CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C47CD; }
p { color: rgb(28,71,205); }
H1.HeaderClassName
{
color: #1C47CD;
}
.AnyTagClassName
{
color: #1C47CD;
}
</style>
background-color css
<style>
a { background-color: #1C47CD; }
a { background-color: rgb(28,71,205); }
div.DivClassName
{
background-color: #1C47CD;
}
.BgClassName
{
background-color: #1C47CD;
}
</style>
border-color css
<style>
span { border-color: #1C47CD; }
span { border-color: rgb(28,71,205); }
td.TdClassName
{
border-color: #1C47CD;
}
.TagClassName
{
border-color: #1C47CD;
}
</style>