Shades of Persian Blue #1C32D7
Tints of Persian Blue #1C32D7
RGB
CMYK
RGB Variations
Color information
#1C32D7 (or 0x1C32D7) is known color: Persian Blue. HEX triplet: 1C, 32 and D7. RGB value is (28,50,215). Sum of RGB (Red+Green+Blue) = 28+50+215=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 215 (84.38% from 255 or 73.38% from 293); Max value from RGB is 215 - color contains mainly: blue. Hex color #1C32D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32D7 is #E3CD28. Grayscale: #3D3D3D. Windows color (decimal): -14929193 or 14103068. OLE color: 14103068.
HSL color Cylindrical-coordinate representation of color #1C32D7: hue angle of 232.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C32D7 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 50 | 215 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.16 |
| HSL | 232.94º | 0.77% | 0.48% | - |
| HSV(B) | 232.94º | 0.87% | 0.84% | - |
| XYZ | 13.89 | 7.43 | 64.99 | - |
| YUV | 62.23 | 214.21 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 215 | 0.87 | 0.77 | 0 | 0.16 | 232.94 | 0.77 | 0.48 |
| Hex | 1C | 32 | D7 | 57 | 4D | 0 | 10 | E9 | 4D | 30 |
| Octal | 34 | 62 | 327 | 127 | 115 | 0 | 20 | 351 | 115 | 60 |
| Binary | 11100 | 110010 | 11010111 | 1010111 | 1001101 | 0 | 10000 | 11101001 | 1001101 | 110000 |
Color Harmonies of #1C32D7
Complementary color
Monochromatic Colors of #1C32D7
Black with #1C32D7
Text Example
Text Example
White with #1C32D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C32D7; }
p { color: rgb(28,50,215); }
H1.HeaderClassName
{
color: #1C32D7;
}
.AnyTagClassName
{
color: #1C32D7;
}
</style>
background-color css
<style>
a { background-color: #1C32D7; }
a { background-color: rgb(28,50,215); }
div.DivClassName
{
background-color: #1C32D7;
}
.BgClassName
{
background-color: #1C32D7;
}
</style>
border-color css
<style>
span { border-color: #1C32D7; }
span { border-color: rgb(28,50,215); }
td.TdClassName
{
border-color: #1C32D7;
}
.TagClassName
{
border-color: #1C32D7;
}
</style>