Shades of Persian Blue #272DDC
Tints of Persian Blue #272DDC
RGB
CMYK
RGB Variations
Color information
#272DDC (or 0x272DDC) is known color: Persian Blue. HEX triplet: 27, 2D and DC. RGB value is (39,45,220). Sum of RGB (Red+Green+Blue) = 39+45+220=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #272DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DDC is #D8D223. Grayscale: #3E3E3E. Windows color (decimal): -14209572 or 14429479. OLE color: 14429479.
HSL color Cylindrical-coordinate representation of color #272DDC: hue angle of 238.01º degrees, saturation: 0.72, 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 #272DDC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 45 | 220 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.14 |
| HSL | 238.01º | 0.72% | 0.51% | - |
| HSV(B) | 238.01º | 0.82% | 0.86% | - |
| XYZ | 14.69 | 7.48 | 68.38 | - |
| YUV | 63.16 | 216.51 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 220 | 0.82 | 0.80 | 0 | 0.14 | 238.01 | 0.72 | 0.51 |
| Hex | 27 | 2D | DC | 52 | 50 | 0 | E | EE | 48 | 33 |
| Octal | 47 | 55 | 334 | 122 | 120 | 0 | 16 | 356 | 110 | 63 |
| Binary | 100111 | 101101 | 11011100 | 1010010 | 1010000 | 0 | 1110 | 11101110 | 1001000 | 110011 |
Color Harmonies of #272DDC
Complementary color
Monochromatic Colors of #272DDC
Black with #272DDC
Text Example
Text Example
White with #272DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DDC; }
p { color: rgb(39,45,220); }
H1.HeaderClassName
{
color: #272DDC;
}
.AnyTagClassName
{
color: #272DDC;
}
</style>
background-color css
<style>
a { background-color: #272DDC; }
a { background-color: rgb(39,45,220); }
div.DivClassName
{
background-color: #272DDC;
}
.BgClassName
{
background-color: #272DDC;
}
</style>
border-color css
<style>
span { border-color: #272DDC; }
span { border-color: rgb(39,45,220); }
td.TdClassName
{
border-color: #272DDC;
}
.TagClassName
{
border-color: #272DDC;
}
</style>