Shades of Persian Blue #272ADD
Tints of Persian Blue #272ADD
RGB
CMYK
RGB Variations
Color information
#272ADD (or 0x272ADD) is known color: Persian Blue. HEX triplet: 27, 2A and DD. RGB value is (39,42,221). Sum of RGB (Red+Green+Blue) = 39+42+221=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #272ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ADD is #D8D522. Grayscale: #3C3C3C. Windows color (decimal): -14210339 or 14494247. OLE color: 14494247.
HSL color Cylindrical-coordinate representation of color #272ADD: hue angle of 239.01º 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 #272ADD is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 42 | 221 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.13 |
| HSL | 239.01º | 0.73% | 0.51% | - |
| HSV(B) | 239.01º | 0.82% | 0.87% | - |
| XYZ | 14.72 | 7.31 | 69.04 | - |
| YUV | 61.51 | 218.01 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 221 | 0.82 | 0.81 | 0 | 0.13 | 239.01 | 0.73 | 0.51 |
| Hex | 27 | 2A | DD | 52 | 51 | 0 | D | EF | 49 | 33 |
| Octal | 47 | 52 | 335 | 122 | 121 | 0 | 15 | 357 | 111 | 63 |
| Binary | 100111 | 101010 | 11011101 | 1010010 | 1010001 | 0 | 1101 | 11101111 | 1001001 | 110011 |
Color Harmonies of #272ADD
Complementary color
Monochromatic Colors of #272ADD
Black with #272ADD
Text Example
Text Example
White with #272ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ADD; }
p { color: rgb(39,42,221); }
H1.HeaderClassName
{
color: #272ADD;
}
.AnyTagClassName
{
color: #272ADD;
}
</style>
background-color css
<style>
a { background-color: #272ADD; }
a { background-color: rgb(39,42,221); }
div.DivClassName
{
background-color: #272ADD;
}
.BgClassName
{
background-color: #272ADD;
}
</style>
border-color css
<style>
span { border-color: #272ADD; }
span { border-color: rgb(39,42,221); }
td.TdClassName
{
border-color: #272ADD;
}
.TagClassName
{
border-color: #272ADD;
}
</style>