Shades of Persian Blue #272CBB
Tints of Persian Blue #272CBB
RGB
CMYK
RGB Variations
Color information
#272CBB (or 0x272CBB) is known color: Persian Blue. HEX triplet: 27, 2C and BB. RGB value is (39,44,187). Sum of RGB (Red+Green+Blue) = 39+44+187=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #272CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CBB is #D8D344. Grayscale: #3A3A3A. Windows color (decimal): -14209861 or 12266535. OLE color: 12266535.
HSL color Cylindrical-coordinate representation of color #272CBB: hue angle of 237.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272CBB is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 44 | 187 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.27 |
| HSL | 237.97º | 0.65% | 0.44% | - |
| HSV(B) | 237.97º | 0.79% | 0.73% | - |
| XYZ | 10.71 | 5.82 | 47.57 | - |
| YUV | 58.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 187 | 0.79 | 0.76 | 0 | 0.27 | 237.97 | 0.65 | 0.44 |
| Hex | 27 | 2C | BB | 4F | 4C | 0 | 1B | EE | 41 | 2C |
| Octal | 47 | 54 | 273 | 117 | 114 | 0 | 33 | 356 | 101 | 54 |
| Binary | 100111 | 101100 | 10111011 | 1001111 | 1001100 | 0 | 11011 | 11101110 | 1000001 | 101100 |
Color Harmonies of #272CBB
Complementary color
Monochromatic Colors of #272CBB
Black with #272CBB
Text Example
Text Example
White with #272CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CBB; }
p { color: rgb(39,44,187); }
H1.HeaderClassName
{
color: #272CBB;
}
.AnyTagClassName
{
color: #272CBB;
}
</style>
background-color css
<style>
a { background-color: #272CBB; }
a { background-color: rgb(39,44,187); }
div.DivClassName
{
background-color: #272CBB;
}
.BgClassName
{
background-color: #272CBB;
}
</style>
border-color css
<style>
span { border-color: #272CBB; }
span { border-color: rgb(39,44,187); }
td.TdClassName
{
border-color: #272CBB;
}
.TagClassName
{
border-color: #272CBB;
}
</style>