Shades of Persian Blue #2824C5
Tints of Persian Blue #2824C5
RGB
CMYK
RGB Variations
Color information
#2824C5 (or 0x2824C5) is known color: Persian Blue. HEX triplet: 28, 24 and C5. RGB value is (40,36,197). Sum of RGB (Red+Green+Blue) = 40+36+197=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #2824C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824C5 is #D7DB3A. Grayscale: #363636. Windows color (decimal): -14146363 or 12919848. OLE color: 12919848.
HSL color Cylindrical-coordinate representation of color #2824C5: hue angle of 241.49º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2824C5 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 36 | 197 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.23 |
| HSL | 241.49º | 0.69% | 0.46% | - |
| HSV(B) | 241.49º | 0.82% | 0.77% | - |
| XYZ | 11.58 | 5.74 | 53.32 | - |
| YUV | 55.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 197 | 0.80 | 0.82 | 0 | 0.23 | 241.49 | 0.69 | 0.46 |
| Hex | 28 | 24 | C5 | 50 | 52 | 0 | 17 | F1 | 45 | 2E |
| Octal | 50 | 44 | 305 | 120 | 122 | 0 | 27 | 361 | 105 | 56 |
| Binary | 101000 | 100100 | 11000101 | 1010000 | 1010010 | 0 | 10111 | 11110001 | 1000101 | 101110 |
Color Harmonies of #2824C5
Complementary color
Monochromatic Colors of #2824C5
Black with #2824C5
Text Example
Text Example
White with #2824C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824C5; }
p { color: rgb(40,36,197); }
H1.HeaderClassName
{
color: #2824C5;
}
.AnyTagClassName
{
color: #2824C5;
}
</style>
background-color css
<style>
a { background-color: #2824C5; }
a { background-color: rgb(40,36,197); }
div.DivClassName
{
background-color: #2824C5;
}
.BgClassName
{
background-color: #2824C5;
}
</style>
border-color css
<style>
span { border-color: #2824C5; }
span { border-color: rgb(40,36,197); }
td.TdClassName
{
border-color: #2824C5;
}
.TagClassName
{
border-color: #2824C5;
}
</style>