Shades of Persian Blue #2826A7
Tints of Persian Blue #2826A7
RGB
CMYK
RGB Variations
Color information
#2826A7 (or 0x2826A7) is known color: Persian Blue. HEX triplet: 28, 26 and A7. RGB value is (40,38,167). Sum of RGB (Red+Green+Blue) = 40+38+167=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #2826A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2826A7 is #D7D958. Grayscale: #343434. Windows color (decimal): -14145881 or 10954280. OLE color: 10954280.
HSL color Cylindrical-coordinate representation of color #2826A7: hue angle of 240.93º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2826A7 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 38 | 167 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.35 |
| HSL | 240.93º | 0.63% | 0.4% | - |
| HSV(B) | 240.93º | 0.77% | 0.65% | - |
| XYZ | 8.54 | 4.63 | 37 | - |
| YUV | 53.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 167 | 0.76 | 0.77 | 0 | 0.35 | 240.93 | 0.63 | 0.4 |
| Hex | 28 | 26 | A7 | 4C | 4D | 0 | 23 | F1 | 3F | 28 |
| Octal | 50 | 46 | 247 | 114 | 115 | 0 | 43 | 361 | 77 | 50 |
| Binary | 101000 | 100110 | 10100111 | 1001100 | 1001101 | 0 | 100011 | 11110001 | 111111 | 101000 |
Color Harmonies of #2826A7
Complementary color
Monochromatic Colors of #2826A7
Black with #2826A7
Text Example
Text Example
White with #2826A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826A7; }
p { color: rgb(40,38,167); }
H1.HeaderClassName
{
color: #2826A7;
}
.AnyTagClassName
{
color: #2826A7;
}
</style>
background-color css
<style>
a { background-color: #2826A7; }
a { background-color: rgb(40,38,167); }
div.DivClassName
{
background-color: #2826A7;
}
.BgClassName
{
background-color: #2826A7;
}
</style>
border-color css
<style>
span { border-color: #2826A7; }
span { border-color: rgb(40,38,167); }
td.TdClassName
{
border-color: #2826A7;
}
.TagClassName
{
border-color: #2826A7;
}
</style>