Shades of Persian Blue #2826A6
Tints of Persian Blue #2826A6
RGB
CMYK
RGB Variations
Color information
#2826A6 (or 0x2826A6) is known color: Persian Blue. HEX triplet: 28, 26 and A6. RGB value is (40,38,166). Sum of RGB (Red+Green+Blue) = 40+38+166=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #2826A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2826A6 is #D7D959. Grayscale: #343434. Windows color (decimal): -14145882 or 10888744. OLE color: 10888744.
HSL color Cylindrical-coordinate representation of color #2826A6: hue angle of 240.94º 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 #2826A6 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 38 | 166 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.35 |
| HSL | 240.94º | 0.63% | 0.4% | - |
| HSV(B) | 240.94º | 0.77% | 0.65% | - |
| XYZ | 8.45 | 4.59 | 36.52 | - |
| YUV | 53.19 | 191.66 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 166 | 0.76 | 0.77 | 0 | 0.35 | 240.94 | 0.63 | 0.4 |
| Hex | 28 | 26 | A6 | 4C | 4D | 0 | 23 | F1 | 3F | 28 |
| Octal | 50 | 46 | 246 | 114 | 115 | 0 | 43 | 361 | 77 | 50 |
| Binary | 101000 | 100110 | 10100110 | 1001100 | 1001101 | 0 | 100011 | 11110001 | 111111 | 101000 |
Color Harmonies of #2826A6
Complementary color
Monochromatic Colors of #2826A6
Black with #2826A6
Text Example
Text Example
White with #2826A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826A6; }
p { color: rgb(40,38,166); }
H1.HeaderClassName
{
color: #2826A6;
}
.AnyTagClassName
{
color: #2826A6;
}
</style>
background-color css
<style>
a { background-color: #2826A6; }
a { background-color: rgb(40,38,166); }
div.DivClassName
{
background-color: #2826A6;
}
.BgClassName
{
background-color: #2826A6;
}
</style>
border-color css
<style>
span { border-color: #2826A6; }
span { border-color: rgb(40,38,166); }
td.TdClassName
{
border-color: #2826A6;
}
.TagClassName
{
border-color: #2826A6;
}
</style>