Shades of Persian Blue #272FDB
Tints of Persian Blue #272FDB
RGB
CMYK
RGB Variations
Color information
#272FDB (or 0x272FDB) is known color: Persian Blue. HEX triplet: 27, 2F and DB. RGB value is (39,47,219). Sum of RGB (Red+Green+Blue) = 39+47+219=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #272FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FDB is #D8D024. Grayscale: #3F3F3F. Windows color (decimal): -14209061 or 14364455. OLE color: 14364455.
HSL color Cylindrical-coordinate representation of color #272FDB: hue angle of 237.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272FDB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 47 | 219 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.14 |
| HSL | 237.33º | 0.71% | 0.51% | - |
| HSV(B) | 237.33º | 0.82% | 0.86% | - |
| XYZ | 14.64 | 7.58 | 67.71 | - |
| YUV | 64.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 219 | 0.82 | 0.79 | 0 | 0.14 | 237.33 | 0.71 | 0.51 |
| Hex | 27 | 2F | DB | 52 | 4F | 0 | E | ED | 47 | 33 |
| Octal | 47 | 57 | 333 | 122 | 117 | 0 | 16 | 355 | 107 | 63 |
| Binary | 100111 | 101111 | 11011011 | 1010010 | 1001111 | 0 | 1110 | 11101101 | 1000111 | 110011 |
Color Harmonies of #272FDB
Complementary color
Monochromatic Colors of #272FDB
Black with #272FDB
Text Example
Text Example
White with #272FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FDB; }
p { color: rgb(39,47,219); }
H1.HeaderClassName
{
color: #272FDB;
}
.AnyTagClassName
{
color: #272FDB;
}
</style>
background-color css
<style>
a { background-color: #272FDB; }
a { background-color: rgb(39,47,219); }
div.DivClassName
{
background-color: #272FDB;
}
.BgClassName
{
background-color: #272FDB;
}
</style>
border-color css
<style>
span { border-color: #272FDB; }
span { border-color: rgb(39,47,219); }
td.TdClassName
{
border-color: #272FDB;
}
.TagClassName
{
border-color: #272FDB;
}
</style>