Shades of Persian Blue #272ED8
Tints of Persian Blue #272ED8
RGB
CMYK
RGB Variations
Color information
#272ED8 (or 0x272ED8) is known color: Persian Blue. HEX triplet: 27, 2E and D8. RGB value is (39,46,216). Sum of RGB (Red+Green+Blue) = 39+46+216=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #272ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ED8 is #D8D127. Grayscale: #3E3E3E. Windows color (decimal): -14209320 or 14167591. OLE color: 14167591.
HSL color Cylindrical-coordinate representation of color #272ED8: hue angle of 237.63º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272ED8 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 46 | 216 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.15 |
| HSL | 237.63º | 0.69% | 0.5% | - |
| HSV(B) | 237.63º | 0.82% | 0.85% | - |
| XYZ | 14.21 | 7.34 | 65.63 | - |
| YUV | 63.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 216 | 0.82 | 0.79 | 0 | 0.15 | 237.63 | 0.69 | 0.5 |
| Hex | 27 | 2E | D8 | 52 | 4F | 0 | F | EE | 45 | 32 |
| Octal | 47 | 56 | 330 | 122 | 117 | 0 | 17 | 356 | 105 | 62 |
| Binary | 100111 | 101110 | 11011000 | 1010010 | 1001111 | 0 | 1111 | 11101110 | 1000101 | 110010 |
Color Harmonies of #272ED8
Complementary color
Monochromatic Colors of #272ED8
Black with #272ED8
Text Example
Text Example
White with #272ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ED8; }
p { color: rgb(39,46,216); }
H1.HeaderClassName
{
color: #272ED8;
}
.AnyTagClassName
{
color: #272ED8;
}
</style>
background-color css
<style>
a { background-color: #272ED8; }
a { background-color: rgb(39,46,216); }
div.DivClassName
{
background-color: #272ED8;
}
.BgClassName
{
background-color: #272ED8;
}
</style>
border-color css
<style>
span { border-color: #272ED8; }
span { border-color: rgb(39,46,216); }
td.TdClassName
{
border-color: #272ED8;
}
.TagClassName
{
border-color: #272ED8;
}
</style>