Shades of Persian Blue #272FB1
Tints of Persian Blue #272FB1
RGB
CMYK
RGB Variations
Color information
#272FB1 (or 0x272FB1) is known color: Persian Blue. HEX triplet: 27, 2F and B1. RGB value is (39,47,177). Sum of RGB (Red+Green+Blue) = 39+47+177=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #272FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FB1 is #D8D04E. Grayscale: #3A3A3A. Windows color (decimal): -14209103 or 11611943. OLE color: 11611943.
HSL color Cylindrical-coordinate representation of color #272FB1: hue angle of 236.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272FB1 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 47 | 177 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.31 |
| HSL | 236.52º | 0.64% | 0.42% | - |
| HSV(B) | 236.52º | 0.78% | 0.69% | - |
| XYZ | 9.79 | 5.64 | 42.17 | - |
| YUV | 59.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 177 | 0.78 | 0.73 | 0 | 0.31 | 236.52 | 0.64 | 0.42 |
| Hex | 27 | 2F | B1 | 4E | 49 | 0 | 1F | ED | 40 | 2A |
| Octal | 47 | 57 | 261 | 116 | 111 | 0 | 37 | 355 | 100 | 52 |
| Binary | 100111 | 101111 | 10110001 | 1001110 | 1001001 | 0 | 11111 | 11101101 | 1000000 | 101010 |
Color Harmonies of #272FB1
Complementary color
Monochromatic Colors of #272FB1
Black with #272FB1
Text Example
Text Example
White with #272FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FB1; }
p { color: rgb(39,47,177); }
H1.HeaderClassName
{
color: #272FB1;
}
.AnyTagClassName
{
color: #272FB1;
}
</style>
background-color css
<style>
a { background-color: #272FB1; }
a { background-color: rgb(39,47,177); }
div.DivClassName
{
background-color: #272FB1;
}
.BgClassName
{
background-color: #272FB1;
}
</style>
border-color css
<style>
span { border-color: #272FB1; }
span { border-color: rgb(39,47,177); }
td.TdClassName
{
border-color: #272FB1;
}
.TagClassName
{
border-color: #272FB1;
}
</style>