Shades of Persian Blue #1C32CD
Tints of Persian Blue #1C32CD
RGB
CMYK
RGB Variations
Color information
#1C32CD (or 0x1C32CD) is known color: Persian Blue. HEX triplet: 1C, 32 and CD. RGB value is (28,50,205). Sum of RGB (Red+Green+Blue) = 28+50+205=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32CD is #E3CD32. Grayscale: #3C3C3C. Windows color (decimal): -14929203 or 13447708. OLE color: 13447708.
HSL color Cylindrical-coordinate representation of color #1C32CD: hue angle of 232.54º 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 #1C32CD is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 50 | 205 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.20 |
| HSL | 232.54º | 0.76% | 0.46% | - |
| HSV(B) | 232.54º | 0.86% | 0.8% | - |
| XYZ | 12.64 | 6.94 | 58.43 | - |
| YUV | 61.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 205 | 0.86 | 0.76 | 0 | 0.20 | 232.54 | 0.76 | 0.46 |
| Hex | 1C | 32 | CD | 56 | 4C | 0 | 14 | E9 | 4C | 2E |
| Octal | 34 | 62 | 315 | 126 | 114 | 0 | 24 | 351 | 114 | 56 |
| Binary | 11100 | 110010 | 11001101 | 1010110 | 1001100 | 0 | 10100 | 11101001 | 1001100 | 101110 |
Color Harmonies of #1C32CD
Complementary color
Monochromatic Colors of #1C32CD
Black with #1C32CD
Text Example
Text Example
White with #1C32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C32CD; }
p { color: rgb(28,50,205); }
H1.HeaderClassName
{
color: #1C32CD;
}
.AnyTagClassName
{
color: #1C32CD;
}
</style>
background-color css
<style>
a { background-color: #1C32CD; }
a { background-color: rgb(28,50,205); }
div.DivClassName
{
background-color: #1C32CD;
}
.BgClassName
{
background-color: #1C32CD;
}
</style>
border-color css
<style>
span { border-color: #1C32CD; }
span { border-color: rgb(28,50,205); }
td.TdClassName
{
border-color: #1C32CD;
}
.TagClassName
{
border-color: #1C32CD;
}
</style>