Shades of Persian Blue #272ADE
Tints of Persian Blue #272ADE
RGB
CMYK
RGB Variations
Color information
#272ADE (or 0x272ADE) is known color: Persian Blue. HEX triplet: 27, 2A and DE. RGB value is (39,42,222). Sum of RGB (Red+Green+Blue) = 39+42+222=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #272ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ADE is #D8D521. Grayscale: #3C3C3C. Windows color (decimal): -14210338 or 14559783. OLE color: 14559783.
HSL color Cylindrical-coordinate representation of color #272ADE: hue angle of 239.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 #272ADE is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 42 | 222 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.13 |
| HSL | 239.02º | 0.73% | 0.51% | - |
| HSV(B) | 239.02º | 0.82% | 0.87% | - |
| XYZ | 14.85 | 7.36 | 69.75 | - |
| YUV | 61.62 | 218.51 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 222 | 0.82 | 0.81 | 0 | 0.13 | 239.02 | 0.73 | 0.51 |
| Hex | 27 | 2A | DE | 52 | 51 | 0 | D | EF | 49 | 33 |
| Octal | 47 | 52 | 336 | 122 | 121 | 0 | 15 | 357 | 111 | 63 |
| Binary | 100111 | 101010 | 11011110 | 1010010 | 1010001 | 0 | 1101 | 11101111 | 1001001 | 110011 |
Color Harmonies of #272ADE
Complementary color
Monochromatic Colors of #272ADE
Black with #272ADE
Text Example
Text Example
White with #272ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ADE; }
p { color: rgb(39,42,222); }
H1.HeaderClassName
{
color: #272ADE;
}
.AnyTagClassName
{
color: #272ADE;
}
</style>
background-color css
<style>
a { background-color: #272ADE; }
a { background-color: rgb(39,42,222); }
div.DivClassName
{
background-color: #272ADE;
}
.BgClassName
{
background-color: #272ADE;
}
</style>
border-color css
<style>
span { border-color: #272ADE; }
span { border-color: rgb(39,42,222); }
td.TdClassName
{
border-color: #272ADE;
}
.TagClassName
{
border-color: #272ADE;
}
</style>