Shades of Persian Blue #2B26C7
Tints of Persian Blue #2B26C7
RGB
CMYK
RGB Variations
Color information
#2B26C7 (or 0x2B26C7) is known color: Persian Blue. HEX triplet: 2B, 26 and C7. RGB value is (43,38,199). Sum of RGB (Red+Green+Blue) = 43+38+199=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B26C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B26C7 is #D4D938. Grayscale: #393939. Windows color (decimal): -13949241 or 13051435. OLE color: 13051435.
HSL color Cylindrical-coordinate representation of color #2B26C7: hue angle of 241.86º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B26C7 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 38 | 199 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.22 |
| HSL | 241.86º | 0.68% | 0.46% | - |
| HSV(B) | 241.86º | 0.81% | 0.78% | - |
| XYZ | 12 | 6.02 | 54.56 | - |
| YUV | 57.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 199 | 0.78 | 0.81 | 0 | 0.22 | 241.86 | 0.68 | 0.46 |
| Hex | 2B | 26 | C7 | 4E | 51 | 0 | 16 | F2 | 44 | 2E |
| Octal | 53 | 46 | 307 | 116 | 121 | 0 | 26 | 362 | 104 | 56 |
| Binary | 101011 | 100110 | 11000111 | 1001110 | 1010001 | 0 | 10110 | 11110010 | 1000100 | 101110 |
Color Harmonies of #2B26C7
Complementary color
Monochromatic Colors of #2B26C7
Black with #2B26C7
Text Example
Text Example
White with #2B26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B26C7; }
p { color: rgb(43,38,199); }
H1.HeaderClassName
{
color: #2B26C7;
}
.AnyTagClassName
{
color: #2B26C7;
}
</style>
background-color css
<style>
a { background-color: #2B26C7; }
a { background-color: rgb(43,38,199); }
div.DivClassName
{
background-color: #2B26C7;
}
.BgClassName
{
background-color: #2B26C7;
}
</style>
border-color css
<style>
span { border-color: #2B26C7; }
span { border-color: rgb(43,38,199); }
td.TdClassName
{
border-color: #2B26C7;
}
.TagClassName
{
border-color: #2B26C7;
}
</style>