Shades of Persian Blue #2829DC
Tints of Persian Blue #2829DC
RGB
CMYK
RGB Variations
Color information
#2829DC (or 0x2829DC) is known color: Persian Blue. HEX triplet: 28, 29 and DC. RGB value is (40,41,220). Sum of RGB (Red+Green+Blue) = 40+41+220=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #2829DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2829DC is #D7D623. Grayscale: #3C3C3C. Windows color (decimal): -14145060 or 14428456. OLE color: 14428456.
HSL color Cylindrical-coordinate representation of color #2829DC: hue angle of 239.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2829DC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 41 | 220 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.14 |
| HSL | 239.67º | 0.72% | 0.51% | - |
| HSV(B) | 239.67º | 0.82% | 0.86% | - |
| XYZ | 14.59 | 7.2 | 68.33 | - |
| YUV | 61.11 | 217.67 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 220 | 0.82 | 0.81 | 0 | 0.14 | 239.67 | 0.72 | 0.51 |
| Hex | 28 | 29 | DC | 52 | 51 | 0 | E | F0 | 48 | 33 |
| Octal | 50 | 51 | 334 | 122 | 121 | 0 | 16 | 360 | 110 | 63 |
| Binary | 101000 | 101001 | 11011100 | 1010010 | 1010001 | 0 | 1110 | 11110000 | 1001000 | 110011 |
Color Harmonies of #2829DC
Complementary color
Monochromatic Colors of #2829DC
Black with #2829DC
Text Example
Text Example
White with #2829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829DC; }
p { color: rgb(40,41,220); }
H1.HeaderClassName
{
color: #2829DC;
}
.AnyTagClassName
{
color: #2829DC;
}
</style>
background-color css
<style>
a { background-color: #2829DC; }
a { background-color: rgb(40,41,220); }
div.DivClassName
{
background-color: #2829DC;
}
.BgClassName
{
background-color: #2829DC;
}
</style>
border-color css
<style>
span { border-color: #2829DC; }
span { border-color: rgb(40,41,220); }
td.TdClassName
{
border-color: #2829DC;
}
.TagClassName
{
border-color: #2829DC;
}
</style>