Shades of Persian Blue #2B27BC
Tints of Persian Blue #2B27BC
RGB
CMYK
RGB Variations
Color information
#2B27BC (or 0x2B27BC) is known color: Persian Blue. HEX triplet: 2B, 27 and BC. RGB value is (43,39,188). Sum of RGB (Red+Green+Blue) = 43+39+188=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B27BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B27BC is #D4D843. Grayscale: #383838. Windows color (decimal): -13948996 or 12330795. OLE color: 12330795.
HSL color Cylindrical-coordinate representation of color #2B27BC: hue angle of 241.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B27BC is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 39 | 188 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.26 |
| HSL | 241.61º | 0.66% | 0.45% | - |
| HSV(B) | 241.61º | 0.79% | 0.74% | - |
| XYZ | 10.8 | 5.6 | 48.09 | - |
| YUV | 57.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 188 | 0.77 | 0.79 | 0 | 0.26 | 241.61 | 0.66 | 0.45 |
| Hex | 2B | 27 | BC | 4D | 4F | 0 | 1A | F2 | 42 | 2D |
| Octal | 53 | 47 | 274 | 115 | 117 | 0 | 32 | 362 | 102 | 55 |
| Binary | 101011 | 100111 | 10111100 | 1001101 | 1001111 | 0 | 11010 | 11110010 | 1000010 | 101101 |
Color Harmonies of #2B27BC
Complementary color
Monochromatic Colors of #2B27BC
Black with #2B27BC
Text Example
Text Example
White with #2B27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B27BC; }
p { color: rgb(43,39,188); }
H1.HeaderClassName
{
color: #2B27BC;
}
.AnyTagClassName
{
color: #2B27BC;
}
</style>
background-color css
<style>
a { background-color: #2B27BC; }
a { background-color: rgb(43,39,188); }
div.DivClassName
{
background-color: #2B27BC;
}
.BgClassName
{
background-color: #2B27BC;
}
</style>
border-color css
<style>
span { border-color: #2B27BC; }
span { border-color: rgb(43,39,188); }
td.TdClassName
{
border-color: #2B27BC;
}
.TagClassName
{
border-color: #2B27BC;
}
</style>