Shades of Persian Blue #2939AB
Tints of Persian Blue #2939AB
RGB
CMYK
RGB Variations
Color information
#2939AB (or 0x2939AB) is known color: Persian Blue. HEX triplet: 29, 39 and AB. RGB value is (41,57,171). Sum of RGB (Red+Green+Blue) = 41+57+171=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #2939AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2939AB is #D6C654. Grayscale: #404040. Windows color (decimal): -14075477 or 11221289. OLE color: 11221289.
HSL color Cylindrical-coordinate representation of color #2939AB: hue angle of 232.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2939AB is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 57 | 171 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.33 |
| HSL | 232.62º | 0.61% | 0.42% | - |
| HSV(B) | 232.62º | 0.76% | 0.67% | - |
| XYZ | 9.73 | 6.34 | 39.24 | - |
| YUV | 65.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 171 | 0.76 | 0.67 | 0 | 0.33 | 232.62 | 0.61 | 0.42 |
| Hex | 29 | 39 | AB | 4C | 43 | 0 | 21 | E9 | 3D | 2A |
| Octal | 51 | 71 | 253 | 114 | 103 | 0 | 41 | 351 | 75 | 52 |
| Binary | 101001 | 111001 | 10101011 | 1001100 | 1000011 | 0 | 100001 | 11101001 | 111101 | 101010 |
Color Harmonies of #2939AB
Complementary color
Monochromatic Colors of #2939AB
Black with #2939AB
Text Example
Text Example
White with #2939AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2939AB; }
p { color: rgb(41,57,171); }
H1.HeaderClassName
{
color: #2939AB;
}
.AnyTagClassName
{
color: #2939AB;
}
</style>
background-color css
<style>
a { background-color: #2939AB; }
a { background-color: rgb(41,57,171); }
div.DivClassName
{
background-color: #2939AB;
}
.BgClassName
{
background-color: #2939AB;
}
</style>
border-color css
<style>
span { border-color: #2939AB; }
span { border-color: rgb(41,57,171); }
td.TdClassName
{
border-color: #2939AB;
}
.TagClassName
{
border-color: #2939AB;
}
</style>