Shades of Persian Blue #2741AB
Tints of Persian Blue #2741AB
RGB
CMYK
RGB Variations
Color information
#2741AB (or 0x2741AB) is known color: Persian Blue. HEX triplet: 27, 41 and AB. RGB value is (39,65,171). Sum of RGB (Red+Green+Blue) = 39+65+171=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2741AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2741AB is #D8BE54. Grayscale: #444444. Windows color (decimal): -14204501 or 11223335. OLE color: 11223335.
HSL color Cylindrical-coordinate representation of color #2741AB: hue angle of 228.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2741AB is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 65 | 171 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.33 |
| HSL | 228.18º | 0.63% | 0.41% | - |
| HSV(B) | 228.18º | 0.77% | 0.67% | - |
| XYZ | 10.08 | 7.15 | 39.38 | - |
| YUV | 69.31 | 185.39 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 171 | 0.77 | 0.62 | 0 | 0.33 | 228.18 | 0.63 | 0.41 |
| Hex | 27 | 41 | AB | 4D | 3E | 0 | 21 | E4 | 3F | 29 |
| Octal | 47 | 101 | 253 | 115 | 76 | 0 | 41 | 344 | 77 | 51 |
| Binary | 100111 | 1000001 | 10101011 | 1001101 | 111110 | 0 | 100001 | 11100100 | 111111 | 101001 |
Color Harmonies of #2741AB
Complementary color
Monochromatic Colors of #2741AB
Black with #2741AB
Text Example
Text Example
White with #2741AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2741AB; }
p { color: rgb(39,65,171); }
H1.HeaderClassName
{
color: #2741AB;
}
.AnyTagClassName
{
color: #2741AB;
}
</style>
background-color css
<style>
a { background-color: #2741AB; }
a { background-color: rgb(39,65,171); }
div.DivClassName
{
background-color: #2741AB;
}
.BgClassName
{
background-color: #2741AB;
}
</style>
border-color css
<style>
span { border-color: #2741AB; }
span { border-color: rgb(39,65,171); }
td.TdClassName
{
border-color: #2741AB;
}
.TagClassName
{
border-color: #2741AB;
}
</style>