Shades of Persian Blue #271FAC
Tints of Persian Blue #271FAC
RGB
CMYK
RGB Variations
Color information
#271FAC (or 0x271FAC) is known color: Persian Blue. HEX triplet: 27, 1F and AC. RGB value is (39,31,172). Sum of RGB (Red+Green+Blue) = 39+31+172=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #271FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FAC is #D8E053. Grayscale: #303030. Windows color (decimal): -14213204 or 11280167. OLE color: 11280167.
HSL color Cylindrical-coordinate representation of color #271FAC: hue angle of 243.4º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271FAC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 31 | 172 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.33 |
| HSL | 243.4º | 0.69% | 0.4% | - |
| HSV(B) | 243.4º | 0.82% | 0.67% | - |
| XYZ | 8.77 | 4.39 | 39.41 | - |
| YUV | 49.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 172 | 0.77 | 0.82 | 0 | 0.33 | 243.4 | 0.69 | 0.4 |
| Hex | 27 | 1F | AC | 4D | 52 | 0 | 21 | F3 | 45 | 28 |
| Octal | 47 | 37 | 254 | 115 | 122 | 0 | 41 | 363 | 105 | 50 |
| Binary | 100111 | 11111 | 10101100 | 1001101 | 1010010 | 0 | 100001 | 11110011 | 1000101 | 101000 |
Color Harmonies of #271FAC
Complementary color
Monochromatic Colors of #271FAC
Black with #271FAC
Text Example
Text Example
White with #271FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FAC; }
p { color: rgb(39,31,172); }
H1.HeaderClassName
{
color: #271FAC;
}
.AnyTagClassName
{
color: #271FAC;
}
</style>
background-color css
<style>
a { background-color: #271FAC; }
a { background-color: rgb(39,31,172); }
div.DivClassName
{
background-color: #271FAC;
}
.BgClassName
{
background-color: #271FAC;
}
</style>
border-color css
<style>
span { border-color: #271FAC; }
span { border-color: rgb(39,31,172); }
td.TdClassName
{
border-color: #271FAC;
}
.TagClassName
{
border-color: #271FAC;
}
</style>