Shades of Persian Blue #2641A9
Tints of Persian Blue #2641A9
RGB
CMYK
RGB Variations
Color information
#2641A9 (or 0x2641A9) is known color: Persian Blue. HEX triplet: 26, 41 and A9. RGB value is (38,65,169). Sum of RGB (Red+Green+Blue) = 38+65+169=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 169 (66.41% from 255 or 62.13% from 272); Max value from RGB is 169 - color contains mainly: blue. Hex color #2641A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2641A9 is #D9BE56. Grayscale: #444444. Windows color (decimal): -14270039 or 11092262. OLE color: 11092262.
HSL color Cylindrical-coordinate representation of color #2641A9: hue angle of 227.63º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2641A9 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 65 | 169 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.34 |
| HSL | 227.63º | 0.63% | 0.41% | - |
| HSV(B) | 227.63º | 0.78% | 0.66% | - |
| XYZ | 9.85 | 7.06 | 38.38 | - |
| YUV | 68.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 169 | 0.78 | 0.62 | 0 | 0.34 | 227.63 | 0.63 | 0.41 |
| Hex | 26 | 41 | A9 | 4E | 3E | 0 | 22 | E4 | 3F | 29 |
| Octal | 46 | 101 | 251 | 116 | 76 | 0 | 42 | 344 | 77 | 51 |
| Binary | 100110 | 1000001 | 10101001 | 1001110 | 111110 | 0 | 100010 | 11100100 | 111111 | 101001 |
Color Harmonies of #2641A9
Complementary color
Monochromatic Colors of #2641A9
Black with #2641A9
Text Example
Text Example
White with #2641A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641A9; }
p { color: rgb(38,65,169); }
H1.HeaderClassName
{
color: #2641A9;
}
.AnyTagClassName
{
color: #2641A9;
}
</style>
background-color css
<style>
a { background-color: #2641A9; }
a { background-color: rgb(38,65,169); }
div.DivClassName
{
background-color: #2641A9;
}
.BgClassName
{
background-color: #2641A9;
}
</style>
border-color css
<style>
span { border-color: #2641A9; }
span { border-color: rgb(38,65,169); }
td.TdClassName
{
border-color: #2641A9;
}
.TagClassName
{
border-color: #2641A9;
}
</style>