Shades of Persian Blue #2B41AC
Tints of Persian Blue #2B41AC
RGB
CMYK
RGB Variations
Color information
#2B41AC (or 0x2B41AC) is known color: Persian Blue. HEX triplet: 2B, 41 and AC. RGB value is (43,65,172). Sum of RGB (Red+Green+Blue) = 43+65+172=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B41AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B41AC is #D4BE53. Grayscale: #464646. Windows color (decimal): -13942356 or 11288875. OLE color: 11288875.
HSL color Cylindrical-coordinate representation of color #2B41AC: hue angle of 229.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B41AC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 65 | 172 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.33 |
| HSL | 229.77º | 0.6% | 0.42% | - |
| HSV(B) | 229.77º | 0.75% | 0.67% | - |
| XYZ | 10.33 | 7.27 | 39.89 | - |
| YUV | 70.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 172 | 0.75 | 0.62 | 0 | 0.33 | 229.77 | 0.6 | 0.42 |
| Hex | 2B | 41 | AC | 4B | 3E | 0 | 21 | E6 | 3C | 2A |
| Octal | 53 | 101 | 254 | 113 | 76 | 0 | 41 | 346 | 74 | 52 |
| Binary | 101011 | 1000001 | 10101100 | 1001011 | 111110 | 0 | 100001 | 11100110 | 111100 | 101010 |
Color Harmonies of #2B41AC
Complementary color
Monochromatic Colors of #2B41AC
Black with #2B41AC
Text Example
Text Example
White with #2B41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B41AC; }
p { color: rgb(43,65,172); }
H1.HeaderClassName
{
color: #2B41AC;
}
.AnyTagClassName
{
color: #2B41AC;
}
</style>
background-color css
<style>
a { background-color: #2B41AC; }
a { background-color: rgb(43,65,172); }
div.DivClassName
{
background-color: #2B41AC;
}
.BgClassName
{
background-color: #2B41AC;
}
</style>
border-color css
<style>
span { border-color: #2B41AC; }
span { border-color: rgb(43,65,172); }
td.TdClassName
{
border-color: #2B41AC;
}
.TagClassName
{
border-color: #2B41AC;
}
</style>