Shades of Persian Blue #2829D5
Tints of Persian Blue #2829D5
RGB
CMYK
RGB Variations
Color information
#2829D5 (or 0x2829D5) is known color: Persian Blue. HEX triplet: 28, 29 and D5. RGB value is (40,41,213). Sum of RGB (Red+Green+Blue) = 40+41+213=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 213 (83.59% from 255 or 72.45% from 294); Max value from RGB is 213 - color contains mainly: blue. Hex color #2829D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2829D5 is #D7D62A. Grayscale: #3B3B3B. Windows color (decimal): -14145067 or 13969704. OLE color: 13969704.
HSL color Cylindrical-coordinate representation of color #2829D5: hue angle of 239.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2829D5 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 41 | 213 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.16 |
| HSL | 239.65º | 0.68% | 0.5% | - |
| HSV(B) | 239.65º | 0.81% | 0.84% | - |
| XYZ | 13.68 | 6.84 | 63.55 | - |
| YUV | 60.31 | 214.17 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 213 | 0.81 | 0.81 | 0 | 0.16 | 239.65 | 0.68 | 0.5 |
| Hex | 28 | 29 | D5 | 51 | 51 | 0 | 10 | F0 | 44 | 32 |
| Octal | 50 | 51 | 325 | 121 | 121 | 0 | 20 | 360 | 104 | 62 |
| Binary | 101000 | 101001 | 11010101 | 1010001 | 1010001 | 0 | 10000 | 11110000 | 1000100 | 110010 |
Color Harmonies of #2829D5
Complementary color
Monochromatic Colors of #2829D5
Black with #2829D5
Text Example
Text Example
White with #2829D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829D5; }
p { color: rgb(40,41,213); }
H1.HeaderClassName
{
color: #2829D5;
}
.AnyTagClassName
{
color: #2829D5;
}
</style>
background-color css
<style>
a { background-color: #2829D5; }
a { background-color: rgb(40,41,213); }
div.DivClassName
{
background-color: #2829D5;
}
.BgClassName
{
background-color: #2829D5;
}
</style>
border-color css
<style>
span { border-color: #2829D5; }
span { border-color: rgb(40,41,213); }
td.TdClassName
{
border-color: #2829D5;
}
.TagClassName
{
border-color: #2829D5;
}
</style>