Shades of Persian Blue #272CDD
Tints of Persian Blue #272CDD
RGB
CMYK
RGB Variations
Color information
#272CDD (or 0x272CDD) is known color: Persian Blue. HEX triplet: 27, 2C and DD. RGB value is (39,44,221). Sum of RGB (Red+Green+Blue) = 39+44+221=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #272CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CDD is #D8D322. Grayscale: #3D3D3D. Windows color (decimal): -14209827 or 14494759. OLE color: 14494759.
HSL color Cylindrical-coordinate representation of color #272CDD: hue angle of 238.35º 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 #272CDD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 44 | 221 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.35º | 0.73% | 0.51% | - |
| HSV(B) | 238.35º | 0.82% | 0.87% | - |
| XYZ | 14.79 | 7.45 | 69.07 | - |
| YUV | 62.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 221 | 0.82 | 0.80 | 0 | 0.13 | 238.35 | 0.73 | 0.51 |
| Hex | 27 | 2C | DD | 52 | 50 | 0 | D | EE | 49 | 33 |
| Octal | 47 | 54 | 335 | 122 | 120 | 0 | 15 | 356 | 111 | 63 |
| Binary | 100111 | 101100 | 11011101 | 1010010 | 1010000 | 0 | 1101 | 11101110 | 1001001 | 110011 |
Color Harmonies of #272CDD
Complementary color
Monochromatic Colors of #272CDD
Black with #272CDD
Text Example
Text Example
White with #272CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CDD; }
p { color: rgb(39,44,221); }
H1.HeaderClassName
{
color: #272CDD;
}
.AnyTagClassName
{
color: #272CDD;
}
</style>
background-color css
<style>
a { background-color: #272CDD; }
a { background-color: rgb(39,44,221); }
div.DivClassName
{
background-color: #272CDD;
}
.BgClassName
{
background-color: #272CDD;
}
</style>
border-color css
<style>
span { border-color: #272CDD; }
span { border-color: rgb(39,44,221); }
td.TdClassName
{
border-color: #272CDD;
}
.TagClassName
{
border-color: #272CDD;
}
</style>