Shades of Persian Blue #2B26C9
Tints of Persian Blue #2B26C9
RGB
CMYK
RGB Variations
Color information
#2B26C9 (or 0x2B26C9) is known color: Persian Blue. HEX triplet: 2B, 26 and C9. RGB value is (43,38,201). Sum of RGB (Red+Green+Blue) = 43+38+201=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #2B26C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B26C9 is #D4D936. Grayscale: #393939. Windows color (decimal): -13949239 or 13182507. OLE color: 13182507.
HSL color Cylindrical-coordinate representation of color #2B26C9: hue angle of 241.84º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B26C9 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 38 | 201 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.21 |
| HSL | 241.84º | 0.68% | 0.47% | - |
| HSV(B) | 241.84º | 0.81% | 0.79% | - |
| XYZ | 12.23 | 6.12 | 55.79 | - |
| YUV | 58.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 201 | 0.79 | 0.81 | 0 | 0.21 | 241.84 | 0.68 | 0.47 |
| Hex | 2B | 26 | C9 | 4F | 51 | 0 | 15 | F2 | 44 | 2F |
| Octal | 53 | 46 | 311 | 117 | 121 | 0 | 25 | 362 | 104 | 57 |
| Binary | 101011 | 100110 | 11001001 | 1001111 | 1010001 | 0 | 10101 | 11110010 | 1000100 | 101111 |
Color Harmonies of #2B26C9
Complementary color
Monochromatic Colors of #2B26C9
Black with #2B26C9
Text Example
Text Example
White with #2B26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B26C9; }
p { color: rgb(43,38,201); }
H1.HeaderClassName
{
color: #2B26C9;
}
.AnyTagClassName
{
color: #2B26C9;
}
</style>
background-color css
<style>
a { background-color: #2B26C9; }
a { background-color: rgb(43,38,201); }
div.DivClassName
{
background-color: #2B26C9;
}
.BgClassName
{
background-color: #2B26C9;
}
</style>
border-color css
<style>
span { border-color: #2B26C9; }
span { border-color: rgb(43,38,201); }
td.TdClassName
{
border-color: #2B26C9;
}
.TagClassName
{
border-color: #2B26C9;
}
</style>