Shades of Persian Blue #272CBC
Tints of Persian Blue #272CBC
RGB
CMYK
RGB Variations
Color information
#272CBC (or 0x272CBC) is known color: Persian Blue. HEX triplet: 27, 2C and BC. RGB value is (39,44,188). Sum of RGB (Red+Green+Blue) = 39+44+188=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #272CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CBC is #D8D343. Grayscale: #3A3A3A. Windows color (decimal): -14209860 or 12332071. OLE color: 12332071.
HSL color Cylindrical-coordinate representation of color #272CBC: hue angle of 237.99º 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 #272CBC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 44 | 188 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.26 |
| HSL | 237.99º | 0.66% | 0.45% | - |
| HSV(B) | 237.99º | 0.79% | 0.74% | - |
| XYZ | 10.81 | 5.86 | 48.14 | - |
| YUV | 58.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 188 | 0.79 | 0.77 | 0 | 0.26 | 237.99 | 0.66 | 0.45 |
| Hex | 27 | 2C | BC | 4F | 4D | 0 | 1A | EE | 42 | 2D |
| Octal | 47 | 54 | 274 | 117 | 115 | 0 | 32 | 356 | 102 | 55 |
| Binary | 100111 | 101100 | 10111100 | 1001111 | 1001101 | 0 | 11010 | 11101110 | 1000010 | 101101 |
Color Harmonies of #272CBC
Complementary color
Monochromatic Colors of #272CBC
Black with #272CBC
Text Example
Text Example
White with #272CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CBC; }
p { color: rgb(39,44,188); }
H1.HeaderClassName
{
color: #272CBC;
}
.AnyTagClassName
{
color: #272CBC;
}
</style>
background-color css
<style>
a { background-color: #272CBC; }
a { background-color: rgb(39,44,188); }
div.DivClassName
{
background-color: #272CBC;
}
.BgClassName
{
background-color: #272CBC;
}
</style>
border-color css
<style>
span { border-color: #272CBC; }
span { border-color: rgb(39,44,188); }
td.TdClassName
{
border-color: #272CBC;
}
.TagClassName
{
border-color: #272CBC;
}
</style>