Shades of Persian Blue #271EBB
Tints of Persian Blue #271EBB
RGB
CMYK
RGB Variations
Color information
#271EBB (or 0x271EBB) is known color: Persian Blue. HEX triplet: 27, 1E and BB. RGB value is (39,30,187). Sum of RGB (Red+Green+Blue) = 39+30+187=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #271EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EBB is #D8E144. Grayscale: #313131. Windows color (decimal): -14213445 or 12262951. OLE color: 12262951.
HSL color Cylindrical-coordinate representation of color #271EBB: hue angle of 243.44º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271EBB is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 30 | 187 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.27 |
| HSL | 243.44º | 0.72% | 0.43% | - |
| HSV(B) | 243.44º | 0.84% | 0.73% | - |
| XYZ | 10.27 | 4.95 | 47.43 | - |
| YUV | 50.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 187 | 0.79 | 0.84 | 0 | 0.27 | 243.44 | 0.72 | 0.43 |
| Hex | 27 | 1E | BB | 4F | 54 | 0 | 1B | F3 | 48 | 2B |
| Octal | 47 | 36 | 273 | 117 | 124 | 0 | 33 | 363 | 110 | 53 |
| Binary | 100111 | 11110 | 10111011 | 1001111 | 1010100 | 0 | 11011 | 11110011 | 1001000 | 101011 |
Color Harmonies of #271EBB
Complementary color
Monochromatic Colors of #271EBB
Black with #271EBB
Text Example
Text Example
White with #271EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EBB; }
p { color: rgb(39,30,187); }
H1.HeaderClassName
{
color: #271EBB;
}
.AnyTagClassName
{
color: #271EBB;
}
</style>
background-color css
<style>
a { background-color: #271EBB; }
a { background-color: rgb(39,30,187); }
div.DivClassName
{
background-color: #271EBB;
}
.BgClassName
{
background-color: #271EBB;
}
</style>
border-color css
<style>
span { border-color: #271EBB; }
span { border-color: rgb(39,30,187); }
td.TdClassName
{
border-color: #271EBB;
}
.TagClassName
{
border-color: #271EBB;
}
</style>