Shades of Persian Blue #271DAE
Tints of Persian Blue #271DAE
RGB
CMYK
RGB Variations
Color information
#271DAE (or 0x271DAE) is known color: Persian Blue. HEX triplet: 27, 1D and AE. RGB value is (39,29,174). Sum of RGB (Red+Green+Blue) = 39+29+174=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #271DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271DAE is #D8E251. Grayscale: #2F2F2F. Windows color (decimal): -14213714 or 11410727. OLE color: 11410727.
HSL color Cylindrical-coordinate representation of color #271DAE: hue angle of 244.14º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271DAE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 29 | 174 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.32 |
| HSL | 244.14º | 0.71% | 0.4% | - |
| HSV(B) | 244.14º | 0.83% | 0.68% | - |
| XYZ | 8.92 | 4.37 | 40.42 | - |
| YUV | 48.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 174 | 0.78 | 0.83 | 0 | 0.32 | 244.14 | 0.71 | 0.4 |
| Hex | 27 | 1D | AE | 4E | 53 | 0 | 20 | F4 | 47 | 28 |
| Octal | 47 | 35 | 256 | 116 | 123 | 0 | 40 | 364 | 107 | 50 |
| Binary | 100111 | 11101 | 10101110 | 1001110 | 1010011 | 0 | 100000 | 11110100 | 1000111 | 101000 |
Color Harmonies of #271DAE
Complementary color
Monochromatic Colors of #271DAE
Black with #271DAE
Text Example
Text Example
White with #271DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DAE; }
p { color: rgb(39,29,174); }
H1.HeaderClassName
{
color: #271DAE;
}
.AnyTagClassName
{
color: #271DAE;
}
</style>
background-color css
<style>
a { background-color: #271DAE; }
a { background-color: rgb(39,29,174); }
div.DivClassName
{
background-color: #271DAE;
}
.BgClassName
{
background-color: #271DAE;
}
</style>
border-color css
<style>
span { border-color: #271DAE; }
span { border-color: rgb(39,29,174); }
td.TdClassName
{
border-color: #271DAE;
}
.TagClassName
{
border-color: #271DAE;
}
</style>