Shades of Persian Blue #272FE4
Tints of Persian Blue #272FE4
RGB
CMYK
RGB Variations
Color information
#272FE4 (or 0x272FE4) is known color: Persian Blue. HEX triplet: 27, 2F and E4. RGB value is (39,47,228). Sum of RGB (Red+Green+Blue) = 39+47+228=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 228 (89.45% from 255 or 72.61% from 314); Max value from RGB is 228 - color contains mainly: blue. Hex color #272FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FE4 is #D8D01B. Grayscale: #404040. Windows color (decimal): -14209052 or 14954279. OLE color: 14954279.
HSL color Cylindrical-coordinate representation of color #272FE4: hue angle of 237.46º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FE4 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 47 | 228 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.11 |
| HSL | 237.46º | 0.78% | 0.52% | - |
| HSV(B) | 237.46º | 0.83% | 0.89% | - |
| XYZ | 15.86 | 8.07 | 74.12 | - |
| YUV | 65.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 228 | 0.83 | 0.79 | 0 | 0.11 | 237.46 | 0.78 | 0.52 |
| Hex | 27 | 2F | E4 | 53 | 4F | 0 | B | ED | 4E | 34 |
| Octal | 47 | 57 | 344 | 123 | 117 | 0 | 13 | 355 | 116 | 64 |
| Binary | 100111 | 101111 | 11100100 | 1010011 | 1001111 | 0 | 1011 | 11101101 | 1001110 | 110100 |
Color Harmonies of #272FE4
Complementary color
Monochromatic Colors of #272FE4
Black with #272FE4
Text Example
Text Example
White with #272FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FE4; }
p { color: rgb(39,47,228); }
H1.HeaderClassName
{
color: #272FE4;
}
.AnyTagClassName
{
color: #272FE4;
}
</style>
background-color css
<style>
a { background-color: #272FE4; }
a { background-color: rgb(39,47,228); }
div.DivClassName
{
background-color: #272FE4;
}
.BgClassName
{
background-color: #272FE4;
}
</style>
border-color css
<style>
span { border-color: #272FE4; }
span { border-color: rgb(39,47,228); }
td.TdClassName
{
border-color: #272FE4;
}
.TagClassName
{
border-color: #272FE4;
}
</style>