Shades of Persian Blue #272FDD
Tints of Persian Blue #272FDD
RGB
CMYK
RGB Variations
Color information
#272FDD (or 0x272FDD) is known color: Persian Blue. HEX triplet: 27, 2F and DD. RGB value is (39,47,221). Sum of RGB (Red+Green+Blue) = 39+47+221=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #272FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FDD is #D8D022. Grayscale: #3F3F3F. Windows color (decimal): -14209059 or 14495527. OLE color: 14495527.
HSL color Cylindrical-coordinate representation of color #272FDD: hue angle of 237.36º 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 #272FDD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 47 | 221 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.13 |
| HSL | 237.36º | 0.73% | 0.51% | - |
| HSV(B) | 237.36º | 0.82% | 0.87% | - |
| XYZ | 14.9 | 7.68 | 69.1 | - |
| YUV | 64.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 221 | 0.82 | 0.79 | 0 | 0.13 | 237.36 | 0.73 | 0.51 |
| Hex | 27 | 2F | DD | 52 | 4F | 0 | D | ED | 49 | 33 |
| Octal | 47 | 57 | 335 | 122 | 117 | 0 | 15 | 355 | 111 | 63 |
| Binary | 100111 | 101111 | 11011101 | 1010010 | 1001111 | 0 | 1101 | 11101101 | 1001001 | 110011 |
Color Harmonies of #272FDD
Complementary color
Monochromatic Colors of #272FDD
Black with #272FDD
Text Example
Text Example
White with #272FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FDD; }
p { color: rgb(39,47,221); }
H1.HeaderClassName
{
color: #272FDD;
}
.AnyTagClassName
{
color: #272FDD;
}
</style>
background-color css
<style>
a { background-color: #272FDD; }
a { background-color: rgb(39,47,221); }
div.DivClassName
{
background-color: #272FDD;
}
.BgClassName
{
background-color: #272FDD;
}
</style>
border-color css
<style>
span { border-color: #272FDD; }
span { border-color: rgb(39,47,221); }
td.TdClassName
{
border-color: #272FDD;
}
.TagClassName
{
border-color: #272FDD;
}
</style>