Shades of Persian Blue #273FA9
Tints of Persian Blue #273FA9
RGB
CMYK
RGB Variations
Color information
#273FA9 (or 0x273FA9) is known color: Persian Blue. HEX triplet: 27, 3F and A9. RGB value is (39,63,169). Sum of RGB (Red+Green+Blue) = 39+63+169=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #273FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FA9 is #D8C056. Grayscale: #434343. Windows color (decimal): -14205015 or 11091751. OLE color: 11091751.
HSL color Cylindrical-coordinate representation of color #273FA9: hue angle of 228.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273FA9 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 63 | 169 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.34 |
| HSL | 228.92º | 0.63% | 0.41% | - |
| HSV(B) | 228.92º | 0.77% | 0.66% | - |
| XYZ | 9.78 | 6.85 | 38.34 | - |
| YUV | 67.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 169 | 0.77 | 0.63 | 0 | 0.34 | 228.92 | 0.63 | 0.41 |
| Hex | 27 | 3F | A9 | 4D | 3F | 0 | 22 | E5 | 3E | 29 |
| Octal | 47 | 77 | 251 | 115 | 77 | 0 | 42 | 345 | 76 | 51 |
| Binary | 100111 | 111111 | 10101001 | 1001101 | 111111 | 0 | 100010 | 11100101 | 111110 | 101001 |
Color Harmonies of #273FA9
Complementary color
Monochromatic Colors of #273FA9
Black with #273FA9
Text Example
Text Example
White with #273FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FA9; }
p { color: rgb(39,63,169); }
H1.HeaderClassName
{
color: #273FA9;
}
.AnyTagClassName
{
color: #273FA9;
}
</style>
background-color css
<style>
a { background-color: #273FA9; }
a { background-color: rgb(39,63,169); }
div.DivClassName
{
background-color: #273FA9;
}
.BgClassName
{
background-color: #273FA9;
}
</style>
border-color css
<style>
span { border-color: #273FA9; }
span { border-color: rgb(39,63,169); }
td.TdClassName
{
border-color: #273FA9;
}
.TagClassName
{
border-color: #273FA9;
}
</style>