Shades of Persian Blue #272FE8
Tints of Persian Blue #272FE8
RGB
CMYK
RGB Variations
Color information
#272FE8 (or 0x272FE8) is known color: Persian Blue. HEX triplet: 27, 2F and E8. RGB value is (39,47,232). Sum of RGB (Red+Green+Blue) = 39+47+232=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #272FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FE8 is #D8D017. Grayscale: #404040. Windows color (decimal): -14209048 or 15216423. OLE color: 15216423.
HSL color Cylindrical-coordinate representation of color #272FE8: hue angle of 237.51º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FE8 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 47 | 232 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.09 |
| HSL | 237.51º | 0.81% | 0.53% | - |
| HSV(B) | 237.51º | 0.83% | 0.91% | - |
| XYZ | 16.42 | 8.29 | 77.08 | - |
| YUV | 65.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 232 | 0.83 | 0.80 | 0 | 0.09 | 237.51 | 0.81 | 0.53 |
| Hex | 27 | 2F | E8 | 53 | 50 | 0 | 9 | EE | 51 | 35 |
| Octal | 47 | 57 | 350 | 123 | 120 | 0 | 11 | 356 | 121 | 65 |
| Binary | 100111 | 101111 | 11101000 | 1010011 | 1010000 | 0 | 1001 | 11101110 | 1010001 | 110101 |
Color Harmonies of #272FE8
Complementary color
Monochromatic Colors of #272FE8
Black with #272FE8
Text Example
Text Example
White with #272FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FE8; }
p { color: rgb(39,47,232); }
H1.HeaderClassName
{
color: #272FE8;
}
.AnyTagClassName
{
color: #272FE8;
}
</style>
background-color css
<style>
a { background-color: #272FE8; }
a { background-color: rgb(39,47,232); }
div.DivClassName
{
background-color: #272FE8;
}
.BgClassName
{
background-color: #272FE8;
}
</style>
border-color css
<style>
span { border-color: #272FE8; }
span { border-color: rgb(39,47,232); }
td.TdClassName
{
border-color: #272FE8;
}
.TagClassName
{
border-color: #272FE8;
}
</style>