Shades of Persian Blue #2B2AAC
Tints of Persian Blue #2B2AAC
RGB
CMYK
RGB Variations
Color information
#2B2AAC (or 0x2B2AAC) is known color: Persian Blue. HEX triplet: 2B, 2A and AC. RGB value is (43,42,172). Sum of RGB (Red+Green+Blue) = 43+42+172=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B2AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2AAC is #D4D553. Grayscale: #383838. Windows color (decimal): -13948244 or 11282987. OLE color: 11282987.
HSL color Cylindrical-coordinate representation of color #2B2AAC: hue angle of 240.46º 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 #2B2AAC is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 42 | 172 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.33 |
| HSL | 240.46º | 0.61% | 0.42% | - |
| HSV(B) | 240.46º | 0.76% | 0.67% | - |
| XYZ | 9.27 | 5.15 | 39.53 | - |
| YUV | 57.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 42 | 172 | 0.75 | 0.76 | 0 | 0.33 | 240.46 | 0.61 | 0.42 |
| Hex | 2B | 2A | AC | 4B | 4C | 0 | 21 | F0 | 3D | 2A |
| Octal | 53 | 52 | 254 | 113 | 114 | 0 | 41 | 360 | 75 | 52 |
| Binary | 101011 | 101010 | 10101100 | 1001011 | 1001100 | 0 | 100001 | 11110000 | 111101 | 101010 |
Color Harmonies of #2B2AAC
Complementary color
Monochromatic Colors of #2B2AAC
Black with #2B2AAC
Text Example
Text Example
White with #2B2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2AAC; }
p { color: rgb(43,42,172); }
H1.HeaderClassName
{
color: #2B2AAC;
}
.AnyTagClassName
{
color: #2B2AAC;
}
</style>
background-color css
<style>
a { background-color: #2B2AAC; }
a { background-color: rgb(43,42,172); }
div.DivClassName
{
background-color: #2B2AAC;
}
.BgClassName
{
background-color: #2B2AAC;
}
</style>
border-color css
<style>
span { border-color: #2B2AAC; }
span { border-color: rgb(43,42,172); }
td.TdClassName
{
border-color: #2B2AAC;
}
.TagClassName
{
border-color: #2B2AAC;
}
</style>