Shades of Persian Blue #271CAE
Tints of Persian Blue #271CAE
RGB
CMYK
RGB Variations
Color information
#271CAE (or 0x271CAE) is known color: Persian Blue. HEX triplet: 27, 1C and AE. RGB value is (39,28,174). Sum of RGB (Red+Green+Blue) = 39+28+174=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #271CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271CAE is #D8E351. Grayscale: #2F2F2F. Windows color (decimal): -14213970 or 11410471. OLE color: 11410471.
HSL color Cylindrical-coordinate representation of color #271CAE: hue angle of 244.52º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271CAE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 28 | 174 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.32 |
| HSL | 244.52º | 0.72% | 0.4% | - |
| HSV(B) | 244.52º | 0.84% | 0.68% | - |
| XYZ | 8.89 | 4.32 | 40.41 | - |
| YUV | 47.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 174 | 0.78 | 0.84 | 0 | 0.32 | 244.52 | 0.72 | 0.4 |
| Hex | 27 | 1C | AE | 4E | 54 | 0 | 20 | F5 | 48 | 28 |
| Octal | 47 | 34 | 256 | 116 | 124 | 0 | 40 | 365 | 110 | 50 |
| Binary | 100111 | 11100 | 10101110 | 1001110 | 1010100 | 0 | 100000 | 11110101 | 1001000 | 101000 |
Color Harmonies of #271CAE
Complementary color
Monochromatic Colors of #271CAE
Black with #271CAE
Text Example
Text Example
White with #271CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CAE; }
p { color: rgb(39,28,174); }
H1.HeaderClassName
{
color: #271CAE;
}
.AnyTagClassName
{
color: #271CAE;
}
</style>
background-color css
<style>
a { background-color: #271CAE; }
a { background-color: rgb(39,28,174); }
div.DivClassName
{
background-color: #271CAE;
}
.BgClassName
{
background-color: #271CAE;
}
</style>
border-color css
<style>
span { border-color: #271CAE; }
span { border-color: rgb(39,28,174); }
td.TdClassName
{
border-color: #271CAE;
}
.TagClassName
{
border-color: #271CAE;
}
</style>