Shades of Persian Blue #272BA9
Tints of Persian Blue #272BA9
RGB
CMYK
RGB Variations
Color information
#272BA9 (or 0x272BA9) is known color: Persian Blue. HEX triplet: 27, 2B and A9. RGB value is (39,43,169). Sum of RGB (Red+Green+Blue) = 39+43+169=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #272BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BA9 is #D8D456. Grayscale: #373737. Windows color (decimal): -14210135 or 11086631. OLE color: 11086631.
HSL color Cylindrical-coordinate representation of color #272BA9: hue angle of 238.15º 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 #272BA9 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 43 | 169 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.34 |
| HSL | 238.15º | 0.63% | 0.41% | - |
| HSV(B) | 238.15º | 0.77% | 0.66% | - |
| XYZ | 8.86 | 5.02 | 38.04 | - |
| YUV | 56.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 169 | 0.77 | 0.75 | 0 | 0.34 | 238.15 | 0.63 | 0.41 |
| Hex | 27 | 2B | A9 | 4D | 4B | 0 | 22 | EE | 3E | 29 |
| Octal | 47 | 53 | 251 | 115 | 113 | 0 | 42 | 356 | 76 | 51 |
| Binary | 100111 | 101011 | 10101001 | 1001101 | 1001011 | 0 | 100010 | 11101110 | 111110 | 101001 |
Color Harmonies of #272BA9
Complementary color
Monochromatic Colors of #272BA9
Black with #272BA9
Text Example
Text Example
White with #272BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BA9; }
p { color: rgb(39,43,169); }
H1.HeaderClassName
{
color: #272BA9;
}
.AnyTagClassName
{
color: #272BA9;
}
</style>
background-color css
<style>
a { background-color: #272BA9; }
a { background-color: rgb(39,43,169); }
div.DivClassName
{
background-color: #272BA9;
}
.BgClassName
{
background-color: #272BA9;
}
</style>
border-color css
<style>
span { border-color: #272BA9; }
span { border-color: rgb(39,43,169); }
td.TdClassName
{
border-color: #272BA9;
}
.TagClassName
{
border-color: #272BA9;
}
</style>