Shades of Persian Blue #1C29CF
Tints of Persian Blue #1C29CF
RGB
CMYK
RGB Variations
Color information
#1C29CF (or 0x1C29CF) is known color: Persian Blue. HEX triplet: 1C, 29 and CF. RGB value is (28,41,207). Sum of RGB (Red+Green+Blue) = 28+41+207=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C29CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C29CF is #E3D630. Grayscale: #373737. Windows color (decimal): -14931505 or 13576476. OLE color: 13576476.
HSL color Cylindrical-coordinate representation of color #1C29CF: hue angle of 235.64º 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 #1C29CF is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 41 | 207 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.19 |
| HSL | 235.64º | 0.76% | 0.46% | - |
| HSV(B) | 235.64º | 0.86% | 0.81% | - |
| XYZ | 12.53 | 6.34 | 59.59 | - |
| YUV | 56.04 | 213.19 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 207 | 0.86 | 0.80 | 0 | 0.19 | 235.64 | 0.76 | 0.46 |
| Hex | 1C | 29 | CF | 56 | 50 | 0 | 13 | EC | 4C | 2E |
| Octal | 34 | 51 | 317 | 126 | 120 | 0 | 23 | 354 | 114 | 56 |
| Binary | 11100 | 101001 | 11001111 | 1010110 | 1010000 | 0 | 10011 | 11101100 | 1001100 | 101110 |
Color Harmonies of #1C29CF
Complementary color
Monochromatic Colors of #1C29CF
Black with #1C29CF
Text Example
Text Example
White with #1C29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C29CF; }
p { color: rgb(28,41,207); }
H1.HeaderClassName
{
color: #1C29CF;
}
.AnyTagClassName
{
color: #1C29CF;
}
</style>
background-color css
<style>
a { background-color: #1C29CF; }
a { background-color: rgb(28,41,207); }
div.DivClassName
{
background-color: #1C29CF;
}
.BgClassName
{
background-color: #1C29CF;
}
</style>
border-color css
<style>
span { border-color: #1C29CF; }
span { border-color: rgb(28,41,207); }
td.TdClassName
{
border-color: #1C29CF;
}
.TagClassName
{
border-color: #1C29CF;
}
</style>