Shades of Persian Blue #1C43C9
Tints of Persian Blue #1C43C9
RGB
CMYK
RGB Variations
Color information
#1C43C9 (or 0x1C43C9) is known color: Persian Blue. HEX triplet: 1C, 43 and C9. RGB value is (28,67,201). Sum of RGB (Red+Green+Blue) = 28+67+201=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #1C43C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C43C9 is #E3BC36. Grayscale: #464646. Windows color (decimal): -14924855 or 13189916. OLE color: 13189916.
HSL color Cylindrical-coordinate representation of color #1C43C9: hue angle of 226.47º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C43C9 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 67 | 201 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.21 |
| HSL | 226.47º | 0.76% | 0.45% | - |
| HSV(B) | 226.47º | 0.86% | 0.79% | - |
| XYZ | 13.03 | 8.48 | 56.21 | - |
| YUV | 70.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 201 | 0.86 | 0.67 | 0 | 0.21 | 226.47 | 0.76 | 0.45 |
| Hex | 1C | 43 | C9 | 56 | 43 | 0 | 15 | E2 | 4C | 2D |
| Octal | 34 | 103 | 311 | 126 | 103 | 0 | 25 | 342 | 114 | 55 |
| Binary | 11100 | 1000011 | 11001001 | 1010110 | 1000011 | 0 | 10101 | 11100010 | 1001100 | 101101 |
Color Harmonies of #1C43C9
Complementary color
Monochromatic Colors of #1C43C9
Black with #1C43C9
Text Example
Text Example
White with #1C43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C43C9; }
p { color: rgb(28,67,201); }
H1.HeaderClassName
{
color: #1C43C9;
}
.AnyTagClassName
{
color: #1C43C9;
}
</style>
background-color css
<style>
a { background-color: #1C43C9; }
a { background-color: rgb(28,67,201); }
div.DivClassName
{
background-color: #1C43C9;
}
.BgClassName
{
background-color: #1C43C9;
}
</style>
border-color css
<style>
span { border-color: #1C43C9; }
span { border-color: rgb(28,67,201); }
td.TdClassName
{
border-color: #1C43C9;
}
.TagClassName
{
border-color: #1C43C9;
}
</style>