Shades of Persian Blue #2726AB
Tints of Persian Blue #2726AB
RGB
CMYK
RGB Variations
Color information
#2726AB (or 0x2726AB) is known color: Persian Blue. HEX triplet: 27, 26 and AB. RGB value is (39,38,171). Sum of RGB (Red+Green+Blue) = 39+38+171=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #2726AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2726AB is #D8D954. Grayscale: #343434. Windows color (decimal): -14211413 or 11216423. OLE color: 11216423.
HSL color Cylindrical-coordinate representation of color #2726AB: hue angle of 240.45º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2726AB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 38 | 171 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.33 |
| HSL | 240.45º | 0.64% | 0.41% | - |
| HSV(B) | 240.45º | 0.78% | 0.67% | - |
| XYZ | 8.88 | 4.76 | 38.98 | - |
| YUV | 53.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 171 | 0.77 | 0.78 | 0 | 0.33 | 240.45 | 0.64 | 0.41 |
| Hex | 27 | 26 | AB | 4D | 4E | 0 | 21 | F0 | 40 | 29 |
| Octal | 47 | 46 | 253 | 115 | 116 | 0 | 41 | 360 | 100 | 51 |
| Binary | 100111 | 100110 | 10101011 | 1001101 | 1001110 | 0 | 100001 | 11110000 | 1000000 | 101001 |
Color Harmonies of #2726AB
Complementary color
Monochromatic Colors of #2726AB
Black with #2726AB
Text Example
Text Example
White with #2726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726AB; }
p { color: rgb(39,38,171); }
H1.HeaderClassName
{
color: #2726AB;
}
.AnyTagClassName
{
color: #2726AB;
}
</style>
background-color css
<style>
a { background-color: #2726AB; }
a { background-color: rgb(39,38,171); }
div.DivClassName
{
background-color: #2726AB;
}
.BgClassName
{
background-color: #2726AB;
}
</style>
border-color css
<style>
span { border-color: #2726AB; }
span { border-color: rgb(39,38,171); }
td.TdClassName
{
border-color: #2726AB;
}
.TagClassName
{
border-color: #2726AB;
}
</style>