Shades of Persian Blue #2B39B1
Tints of Persian Blue #2B39B1
RGB
CMYK
RGB Variations
Color information
#2B39B1 (or 0x2B39B1) is known color: Persian Blue. HEX triplet: 2B, 39 and B1. RGB value is (43,57,177). Sum of RGB (Red+Green+Blue) = 43+57+177=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B39B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B39B1 is #D4C64E. Grayscale: #424242. Windows color (decimal): -13944399 or 11614507. OLE color: 11614507.
HSL color Cylindrical-coordinate representation of color #2B39B1: hue angle of 233.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B39B1 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 57 | 177 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.31 |
| HSL | 233.73º | 0.61% | 0.43% | - |
| HSV(B) | 233.73º | 0.76% | 0.69% | - |
| XYZ | 10.4 | 6.61 | 42.32 | - |
| YUV | 66.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 177 | 0.76 | 0.68 | 0 | 0.31 | 233.73 | 0.61 | 0.43 |
| Hex | 2B | 39 | B1 | 4C | 44 | 0 | 1F | EA | 3D | 2B |
| Octal | 53 | 71 | 261 | 114 | 104 | 0 | 37 | 352 | 75 | 53 |
| Binary | 101011 | 111001 | 10110001 | 1001100 | 1000100 | 0 | 11111 | 11101010 | 111101 | 101011 |
Color Harmonies of #2B39B1
Complementary color
Monochromatic Colors of #2B39B1
Black with #2B39B1
Text Example
Text Example
White with #2B39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B39B1; }
p { color: rgb(43,57,177); }
H1.HeaderClassName
{
color: #2B39B1;
}
.AnyTagClassName
{
color: #2B39B1;
}
</style>
background-color css
<style>
a { background-color: #2B39B1; }
a { background-color: rgb(43,57,177); }
div.DivClassName
{
background-color: #2B39B1;
}
.BgClassName
{
background-color: #2B39B1;
}
</style>
border-color css
<style>
span { border-color: #2B39B1; }
span { border-color: rgb(43,57,177); }
td.TdClassName
{
border-color: #2B39B1;
}
.TagClassName
{
border-color: #2B39B1;
}
</style>