Shades of Persian Blue #2828CA
Tints of Persian Blue #2828CA
RGB
CMYK
RGB Variations
Color information
#2828CA (or 0x2828CA) is known color: Persian Blue. HEX triplet: 28, 28 and CA. RGB value is (40,40,202). Sum of RGB (Red+Green+Blue) = 40+40+202=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #2828CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2828CA is #D7D735. Grayscale: #393939. Windows color (decimal): -14145334 or 13248552. OLE color: 13248552.
HSL color Cylindrical-coordinate representation of color #2828CA: hue angle of 240º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2828CA is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 40 | 202 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.21 |
| HSL | 240º | 0.67% | 0.47% | - |
| HSV(B) | 240º | 0.8% | 0.79% | - |
| XYZ | 12.29 | 6.23 | 56.43 | - |
| YUV | 58.47 | 209 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 202 | 0.80 | 0.80 | 0 | 0.21 | 240 | 0.67 | 0.47 |
| Hex | 28 | 28 | CA | 50 | 50 | 0 | 15 | F0 | 43 | 2F |
| Octal | 50 | 50 | 312 | 120 | 120 | 0 | 25 | 360 | 103 | 57 |
| Binary | 101000 | 101000 | 11001010 | 1010000 | 1010000 | 0 | 10101 | 11110000 | 1000011 | 101111 |
Color Harmonies of #2828CA
Complementary color
Monochromatic Colors of #2828CA
Black with #2828CA
Text Example
Text Example
White with #2828CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2828CA; }
p { color: rgb(40,40,202); }
H1.HeaderClassName
{
color: #2828CA;
}
.AnyTagClassName
{
color: #2828CA;
}
</style>
background-color css
<style>
a { background-color: #2828CA; }
a { background-color: rgb(40,40,202); }
div.DivClassName
{
background-color: #2828CA;
}
.BgClassName
{
background-color: #2828CA;
}
</style>
border-color css
<style>
span { border-color: #2828CA; }
span { border-color: rgb(40,40,202); }
td.TdClassName
{
border-color: #2828CA;
}
.TagClassName
{
border-color: #2828CA;
}
</style>