Shades of Persian Blue #271BC5
Tints of Persian Blue #271BC5
RGB
CMYK
RGB Variations
Color information
#271BC5 (or 0x271BC5) is known color: Persian Blue. HEX triplet: 27, 1B and C5. RGB value is (39,27,197). Sum of RGB (Red+Green+Blue) = 39+27+197=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 197 (77.34% from 255 or 74.90% from 263); Max value from RGB is 197 - color contains mainly: blue. Hex color #271BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BC5 is #D8E43A. Grayscale: #313131. Windows color (decimal): -14214203 or 12917543. OLE color: 12917543.
HSL color Cylindrical-coordinate representation of color #271BC5: hue angle of 244.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271BC5 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 27 | 197 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.23 |
| HSL | 244.24º | 0.76% | 0.44% | - |
| HSV(B) | 244.24º | 0.86% | 0.77% | - |
| XYZ | 11.31 | 5.25 | 53.24 | - |
| YUV | 49.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 197 | 0.80 | 0.86 | 0 | 0.23 | 244.24 | 0.76 | 0.44 |
| Hex | 27 | 1B | C5 | 50 | 56 | 0 | 17 | F4 | 4C | 2C |
| Octal | 47 | 33 | 305 | 120 | 126 | 0 | 27 | 364 | 114 | 54 |
| Binary | 100111 | 11011 | 11000101 | 1010000 | 1010110 | 0 | 10111 | 11110100 | 1001100 | 101100 |
Color Harmonies of #271BC5
Complementary color
Monochromatic Colors of #271BC5
Black with #271BC5
Text Example
Text Example
White with #271BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BC5; }
p { color: rgb(39,27,197); }
H1.HeaderClassName
{
color: #271BC5;
}
.AnyTagClassName
{
color: #271BC5;
}
</style>
background-color css
<style>
a { background-color: #271BC5; }
a { background-color: rgb(39,27,197); }
div.DivClassName
{
background-color: #271BC5;
}
.BgClassName
{
background-color: #271BC5;
}
</style>
border-color css
<style>
span { border-color: #271BC5; }
span { border-color: rgb(39,27,197); }
td.TdClassName
{
border-color: #271BC5;
}
.TagClassName
{
border-color: #271BC5;
}
</style>