Shades of Persian Blue #2B2AAD
Tints of Persian Blue #2B2AAD
RGB
CMYK
RGB Variations
Color information
#2B2AAD (or 0x2B2AAD) is known color: Persian Blue. HEX triplet: 2B, 2A and AD. RGB value is (43,42,173). Sum of RGB (Red+Green+Blue) = 43+42+173=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B2AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2AAD is #D4D552. Grayscale: #383838. Windows color (decimal): -13948243 or 11348523. OLE color: 11348523.
HSL color Cylindrical-coordinate representation of color #2B2AAD: hue angle of 240.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2AAD is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 42 | 173 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.32 |
| HSL | 240.46º | 0.61% | 0.42% | - |
| HSV(B) | 240.46º | 0.76% | 0.68% | - |
| XYZ | 9.37 | 5.19 | 40.04 | - |
| YUV | 57.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 42 | 173 | 0.75 | 0.76 | 0 | 0.32 | 240.46 | 0.61 | 0.42 |
| Hex | 2B | 2A | AD | 4B | 4C | 0 | 20 | F0 | 3D | 2A |
| Octal | 53 | 52 | 255 | 113 | 114 | 0 | 40 | 360 | 75 | 52 |
| Binary | 101011 | 101010 | 10101101 | 1001011 | 1001100 | 0 | 100000 | 11110000 | 111101 | 101010 |
Color Harmonies of #2B2AAD
Complementary color
Monochromatic Colors of #2B2AAD
Black with #2B2AAD
Text Example
Text Example
White with #2B2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2AAD; }
p { color: rgb(43,42,173); }
H1.HeaderClassName
{
color: #2B2AAD;
}
.AnyTagClassName
{
color: #2B2AAD;
}
</style>
background-color css
<style>
a { background-color: #2B2AAD; }
a { background-color: rgb(43,42,173); }
div.DivClassName
{
background-color: #2B2AAD;
}
.BgClassName
{
background-color: #2B2AAD;
}
</style>
border-color css
<style>
span { border-color: #2B2AAD; }
span { border-color: rgb(43,42,173); }
td.TdClassName
{
border-color: #2B2AAD;
}
.TagClassName
{
border-color: #2B2AAD;
}
</style>