Shades of Persian Blue #272DB9
Tints of Persian Blue #272DB9
RGB
CMYK
RGB Variations
Color information
#272DB9 (or 0x272DB9) is known color: Persian Blue. HEX triplet: 27, 2D and B9. RGB value is (39,45,185). Sum of RGB (Red+Green+Blue) = 39+45+185=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 185 (72.66% from 255 or 68.77% from 269); Max value from RGB is 185 - color contains mainly: blue. Hex color #272DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DB9 is #D8D246. Grayscale: #3A3A3A. Windows color (decimal): -14209607 or 12135719. OLE color: 12135719.
HSL color Cylindrical-coordinate representation of color #272DB9: hue angle of 237.53º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272DB9 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 45 | 185 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.27 |
| HSL | 237.53º | 0.65% | 0.44% | - |
| HSV(B) | 237.53º | 0.79% | 0.73% | - |
| XYZ | 10.53 | 5.81 | 46.47 | - |
| YUV | 59.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 185 | 0.79 | 0.76 | 0 | 0.27 | 237.53 | 0.65 | 0.44 |
| Hex | 27 | 2D | B9 | 4F | 4C | 0 | 1B | EE | 41 | 2C |
| Octal | 47 | 55 | 271 | 117 | 114 | 0 | 33 | 356 | 101 | 54 |
| Binary | 100111 | 101101 | 10111001 | 1001111 | 1001100 | 0 | 11011 | 11101110 | 1000001 | 101100 |
Color Harmonies of #272DB9
Complementary color
Monochromatic Colors of #272DB9
Black with #272DB9
Text Example
Text Example
White with #272DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DB9; }
p { color: rgb(39,45,185); }
H1.HeaderClassName
{
color: #272DB9;
}
.AnyTagClassName
{
color: #272DB9;
}
</style>
background-color css
<style>
a { background-color: #272DB9; }
a { background-color: rgb(39,45,185); }
div.DivClassName
{
background-color: #272DB9;
}
.BgClassName
{
background-color: #272DB9;
}
</style>
border-color css
<style>
span { border-color: #272DB9; }
span { border-color: rgb(39,45,185); }
td.TdClassName
{
border-color: #272DB9;
}
.TagClassName
{
border-color: #272DB9;
}
</style>