Shades of Persian Blue #2721BD
Tints of Persian Blue #2721BD
RGB
CMYK
RGB Variations
Color information
#2721BD (or 0x2721BD) is known color: Persian Blue. HEX triplet: 27, 21 and BD. RGB value is (39,33,189). Sum of RGB (Red+Green+Blue) = 39+33+189=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #2721BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721BD is #D8DE42. Grayscale: #333333. Windows color (decimal): -14212675 or 12394791. OLE color: 12394791.
HSL color Cylindrical-coordinate representation of color #2721BD: hue angle of 242.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2721BD is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 33 | 189 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.26 |
| HSL | 242.31º | 0.7% | 0.44% | - |
| HSV(B) | 242.31º | 0.83% | 0.74% | - |
| XYZ | 10.57 | 5.19 | 48.59 | - |
| YUV | 52.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 189 | 0.79 | 0.83 | 0 | 0.26 | 242.31 | 0.7 | 0.44 |
| Hex | 27 | 21 | BD | 4F | 53 | 0 | 1A | F2 | 46 | 2C |
| Octal | 47 | 41 | 275 | 117 | 123 | 0 | 32 | 362 | 106 | 54 |
| Binary | 100111 | 100001 | 10111101 | 1001111 | 1010011 | 0 | 11010 | 11110010 | 1000110 | 101100 |
Color Harmonies of #2721BD
Complementary color
Monochromatic Colors of #2721BD
Black with #2721BD
Text Example
Text Example
White with #2721BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721BD; }
p { color: rgb(39,33,189); }
H1.HeaderClassName
{
color: #2721BD;
}
.AnyTagClassName
{
color: #2721BD;
}
</style>
background-color css
<style>
a { background-color: #2721BD; }
a { background-color: rgb(39,33,189); }
div.DivClassName
{
background-color: #2721BD;
}
.BgClassName
{
background-color: #2721BD;
}
</style>
border-color css
<style>
span { border-color: #2721BD; }
span { border-color: rgb(39,33,189); }
td.TdClassName
{
border-color: #2721BD;
}
.TagClassName
{
border-color: #2721BD;
}
</style>