Shades of Persian Blue #271FE3
Tints of Persian Blue #271FE3
RGB
CMYK
RGB Variations
Color information
#271FE3 (or 0x271FE3) is known color: Persian Blue. HEX triplet: 27, 1F and E3. RGB value is (39,31,227). Sum of RGB (Red+Green+Blue) = 39+31+227=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 227 (89.06% from 255 or 76.43% from 297); Max value from RGB is 227 - color contains mainly: blue. Hex color #271FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FE3 is #D8E01C. Grayscale: #363636. Windows color (decimal): -14213149 or 14884647. OLE color: 14884647.
HSL color Cylindrical-coordinate representation of color #271FE3: hue angle of 242.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271FE3 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 31 | 227 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.11 |
| HSL | 242.45º | 0.78% | 0.51% | - |
| HSV(B) | 242.45º | 0.86% | 0.89% | - |
| XYZ | 15.19 | 6.96 | 73.22 | - |
| YUV | 55.74 | 224.65 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 227 | 0.83 | 0.86 | 0 | 0.11 | 242.45 | 0.78 | 0.51 |
| Hex | 27 | 1F | E3 | 53 | 56 | 0 | B | F2 | 4E | 33 |
| Octal | 47 | 37 | 343 | 123 | 126 | 0 | 13 | 362 | 116 | 63 |
| Binary | 100111 | 11111 | 11100011 | 1010011 | 1010110 | 0 | 1011 | 11110010 | 1001110 | 110011 |
Color Harmonies of #271FE3
Complementary color
Monochromatic Colors of #271FE3
Black with #271FE3
Text Example
Text Example
White with #271FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FE3; }
p { color: rgb(39,31,227); }
H1.HeaderClassName
{
color: #271FE3;
}
.AnyTagClassName
{
color: #271FE3;
}
</style>
background-color css
<style>
a { background-color: #271FE3; }
a { background-color: rgb(39,31,227); }
div.DivClassName
{
background-color: #271FE3;
}
.BgClassName
{
background-color: #271FE3;
}
</style>
border-color css
<style>
span { border-color: #271FE3; }
span { border-color: rgb(39,31,227); }
td.TdClassName
{
border-color: #271FE3;
}
.TagClassName
{
border-color: #271FE3;
}
</style>