Shades of Persian Blue #272BA8
Tints of Persian Blue #272BA8
RGB
CMYK
RGB Variations
Color information
#272BA8 (or 0x272BA8) is known color: Persian Blue. HEX triplet: 27, 2B and A8. RGB value is (39,43,168). Sum of RGB (Red+Green+Blue) = 39+43+168=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 168 (66.02% from 255 or 67.2% from 250); Max value from RGB is 168 - color contains mainly: blue. Hex color #272BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BA8 is #D8D457. Grayscale: #373737. Windows color (decimal): -14210136 or 11021095. OLE color: 11021095.
HSL color Cylindrical-coordinate representation of color #272BA8: hue angle of 238.14º 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 #272BA8 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 43 | 168 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.34 |
| HSL | 238.14º | 0.62% | 0.41% | - |
| HSV(B) | 238.14º | 0.77% | 0.66% | - |
| XYZ | 8.77 | 4.99 | 37.55 | - |
| YUV | 56.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 168 | 0.77 | 0.74 | 0 | 0.34 | 238.14 | 0.62 | 0.41 |
| Hex | 27 | 2B | A8 | 4D | 4A | 0 | 22 | EE | 3E | 29 |
| Octal | 47 | 53 | 250 | 115 | 112 | 0 | 42 | 356 | 76 | 51 |
| Binary | 100111 | 101011 | 10101000 | 1001101 | 1001010 | 0 | 100010 | 11101110 | 111110 | 101001 |
Color Harmonies of #272BA8
Complementary color
Monochromatic Colors of #272BA8
Black with #272BA8
Text Example
Text Example
White with #272BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BA8; }
p { color: rgb(39,43,168); }
H1.HeaderClassName
{
color: #272BA8;
}
.AnyTagClassName
{
color: #272BA8;
}
</style>
background-color css
<style>
a { background-color: #272BA8; }
a { background-color: rgb(39,43,168); }
div.DivClassName
{
background-color: #272BA8;
}
.BgClassName
{
background-color: #272BA8;
}
</style>
border-color css
<style>
span { border-color: #272BA8; }
span { border-color: rgb(39,43,168); }
td.TdClassName
{
border-color: #272BA8;
}
.TagClassName
{
border-color: #272BA8;
}
</style>