Shades of Persian Blue #271BCE
Tints of Persian Blue #271BCE
RGB
CMYK
RGB Variations
Color information
#271BCE (or 0x271BCE) is known color: Persian Blue. HEX triplet: 27, 1B and CE. RGB value is (39,27,206). Sum of RGB (Red+Green+Blue) = 39+27+206=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #271BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BCE is #D8E431. Grayscale: #323232. Windows color (decimal): -14214194 or 13507367. OLE color: 13507367.
HSL color Cylindrical-coordinate representation of color #271BCE: hue angle of 244.02º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271BCE is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 27 | 206 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.19 |
| HSL | 244.02º | 0.77% | 0.46% | - |
| HSV(B) | 244.02º | 0.87% | 0.81% | - |
| XYZ | 12.37 | 5.67 | 58.84 | - |
| YUV | 50.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 206 | 0.81 | 0.87 | 0 | 0.19 | 244.02 | 0.77 | 0.46 |
| Hex | 27 | 1B | CE | 51 | 57 | 0 | 13 | F4 | 4D | 2E |
| Octal | 47 | 33 | 316 | 121 | 127 | 0 | 23 | 364 | 115 | 56 |
| Binary | 100111 | 11011 | 11001110 | 1010001 | 1010111 | 0 | 10011 | 11110100 | 1001101 | 101110 |
Color Harmonies of #271BCE
Complementary color
Monochromatic Colors of #271BCE
Black with #271BCE
Text Example
Text Example
White with #271BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BCE; }
p { color: rgb(39,27,206); }
H1.HeaderClassName
{
color: #271BCE;
}
.AnyTagClassName
{
color: #271BCE;
}
</style>
background-color css
<style>
a { background-color: #271BCE; }
a { background-color: rgb(39,27,206); }
div.DivClassName
{
background-color: #271BCE;
}
.BgClassName
{
background-color: #271BCE;
}
</style>
border-color css
<style>
span { border-color: #271BCE; }
span { border-color: rgb(39,27,206); }
td.TdClassName
{
border-color: #271BCE;
}
.TagClassName
{
border-color: #271BCE;
}
</style>