Shades of Persian Blue #271EC0
Tints of Persian Blue #271EC0
RGB
CMYK
RGB Variations
Color information
#271EC0 (or 0x271EC0) is known color: Persian Blue. HEX triplet: 27, 1E and C0. RGB value is (39,30,192). Sum of RGB (Red+Green+Blue) = 39+30+192=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #271EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EC0 is #D8E13F. Grayscale: #323232. Windows color (decimal): -14213440 or 12590631. OLE color: 12590631.
HSL color Cylindrical-coordinate representation of color #271EC0: hue angle of 243.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271EC0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 30 | 192 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.25 |
| HSL | 243.33º | 0.73% | 0.44% | - |
| HSV(B) | 243.33º | 0.84% | 0.75% | - |
| XYZ | 10.82 | 5.17 | 50.3 | - |
| YUV | 51.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 192 | 0.80 | 0.84 | 0 | 0.25 | 243.33 | 0.73 | 0.44 |
| Hex | 27 | 1E | C0 | 50 | 54 | 0 | 19 | F3 | 49 | 2C |
| Octal | 47 | 36 | 300 | 120 | 124 | 0 | 31 | 363 | 111 | 54 |
| Binary | 100111 | 11110 | 11000000 | 1010000 | 1010100 | 0 | 11001 | 11110011 | 1001001 | 101100 |
Color Harmonies of #271EC0
Complementary color
Monochromatic Colors of #271EC0
Black with #271EC0
Text Example
Text Example
White with #271EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EC0; }
p { color: rgb(39,30,192); }
H1.HeaderClassName
{
color: #271EC0;
}
.AnyTagClassName
{
color: #271EC0;
}
</style>
background-color css
<style>
a { background-color: #271EC0; }
a { background-color: rgb(39,30,192); }
div.DivClassName
{
background-color: #271EC0;
}
.BgClassName
{
background-color: #271EC0;
}
</style>
border-color css
<style>
span { border-color: #271EC0; }
span { border-color: rgb(39,30,192); }
td.TdClassName
{
border-color: #271EC0;
}
.TagClassName
{
border-color: #271EC0;
}
</style>