Shades of Persian Blue #272DDD
Tints of Persian Blue #272DDD
RGB
CMYK
RGB Variations
Color information
#272DDD (or 0x272DDD) is known color: Persian Blue. HEX triplet: 27, 2D and DD. RGB value is (39,45,221). Sum of RGB (Red+Green+Blue) = 39+45+221=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #272DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DDD is #D8D222. Grayscale: #3E3E3E. Windows color (decimal): -14209571 or 14495015. OLE color: 14495015.
HSL color Cylindrical-coordinate representation of color #272DDD: hue angle of 238.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272DDD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 45 | 221 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.02º | 0.73% | 0.51% | - |
| HSV(B) | 238.02º | 0.82% | 0.87% | - |
| XYZ | 14.83 | 7.53 | 69.08 | - |
| YUV | 63.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 221 | 0.82 | 0.80 | 0 | 0.13 | 238.02 | 0.73 | 0.51 |
| Hex | 27 | 2D | DD | 52 | 50 | 0 | D | EE | 49 | 33 |
| Octal | 47 | 55 | 335 | 122 | 120 | 0 | 15 | 356 | 111 | 63 |
| Binary | 100111 | 101101 | 11011101 | 1010010 | 1010000 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #272DDD
Complementary color
Monochromatic Colors of #272DDD
Black with #272DDD
Text Example
Text Example
White with #272DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DDD; }
p { color: rgb(39,45,221); }
H1.HeaderClassName
{
color: #272DDD;
}
.AnyTagClassName
{
color: #272DDD;
}
</style>
background-color css
<style>
a { background-color: #272DDD; }
a { background-color: rgb(39,45,221); }
div.DivClassName
{
background-color: #272DDD;
}
.BgClassName
{
background-color: #272DDD;
}
</style>
border-color css
<style>
span { border-color: #272DDD; }
span { border-color: rgb(39,45,221); }
td.TdClassName
{
border-color: #272DDD;
}
.TagClassName
{
border-color: #272DDD;
}
</style>