Shades of Persian Blue #271FAA
Tints of Persian Blue #271FAA
RGB
CMYK
RGB Variations
Color information
#271FAA (or 0x271FAA) is known color: Persian Blue. HEX triplet: 27, 1F and AA. RGB value is (39,31,170). Sum of RGB (Red+Green+Blue) = 39+31+170=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #271FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FAA is #D8E055. Grayscale: #303030. Windows color (decimal): -14213206 or 11149095. OLE color: 11149095.
HSL color Cylindrical-coordinate representation of color #271FAA: hue angle of 243.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271FAA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 31 | 170 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.33 |
| HSL | 243.45º | 0.69% | 0.39% | - |
| HSV(B) | 243.45º | 0.82% | 0.67% | - |
| XYZ | 8.58 | 4.31 | 38.41 | - |
| YUV | 49.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 170 | 0.77 | 0.82 | 0 | 0.33 | 243.45 | 0.69 | 0.39 |
| Hex | 27 | 1F | AA | 4D | 52 | 0 | 21 | F3 | 45 | 27 |
| Octal | 47 | 37 | 252 | 115 | 122 | 0 | 41 | 363 | 105 | 47 |
| Binary | 100111 | 11111 | 10101010 | 1001101 | 1010010 | 0 | 100001 | 11110011 | 1000101 | 100111 |
Color Harmonies of #271FAA
Complementary color
Monochromatic Colors of #271FAA
Black with #271FAA
Text Example
Text Example
White with #271FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FAA; }
p { color: rgb(39,31,170); }
H1.HeaderClassName
{
color: #271FAA;
}
.AnyTagClassName
{
color: #271FAA;
}
</style>
background-color css
<style>
a { background-color: #271FAA; }
a { background-color: rgb(39,31,170); }
div.DivClassName
{
background-color: #271FAA;
}
.BgClassName
{
background-color: #271FAA;
}
</style>
border-color css
<style>
span { border-color: #271FAA; }
span { border-color: rgb(39,31,170); }
td.TdClassName
{
border-color: #271FAA;
}
.TagClassName
{
border-color: #271FAA;
}
</style>