Shades of Persian Blue #272DDB
Tints of Persian Blue #272DDB
RGB
CMYK
RGB Variations
Color information
#272DDB (or 0x272DDB) is known color: Persian Blue. HEX triplet: 27, 2D and DB. RGB value is (39,45,219). Sum of RGB (Red+Green+Blue) = 39+45+219=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #272DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DDB is #D8D224. Grayscale: #3E3E3E. Windows color (decimal): -14209573 or 14363943. OLE color: 14363943.
HSL color Cylindrical-coordinate representation of color #272DDB: hue angle of 238º 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 #272DDB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 45 | 219 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.14 |
| HSL | 238º | 0.71% | 0.51% | - |
| HSV(B) | 238º | 0.82% | 0.86% | - |
| XYZ | 14.56 | 7.42 | 67.68 | - |
| YUV | 63.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 219 | 0.82 | 0.79 | 0 | 0.14 | 238 | 0.71 | 0.51 |
| Hex | 27 | 2D | DB | 52 | 4F | 0 | E | EE | 47 | 33 |
| Octal | 47 | 55 | 333 | 122 | 117 | 0 | 16 | 356 | 107 | 63 |
| Binary | 100111 | 101101 | 11011011 | 1010010 | 1001111 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #272DDB
Complementary color
Monochromatic Colors of #272DDB
Black with #272DDB
Text Example
Text Example
White with #272DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DDB; }
p { color: rgb(39,45,219); }
H1.HeaderClassName
{
color: #272DDB;
}
.AnyTagClassName
{
color: #272DDB;
}
</style>
background-color css
<style>
a { background-color: #272DDB; }
a { background-color: rgb(39,45,219); }
div.DivClassName
{
background-color: #272DDB;
}
.BgClassName
{
background-color: #272DDB;
}
</style>
border-color css
<style>
span { border-color: #272DDB; }
span { border-color: rgb(39,45,219); }
td.TdClassName
{
border-color: #272DDB;
}
.TagClassName
{
border-color: #272DDB;
}
</style>