Shades of Persian Blue #271DC9
Tints of Persian Blue #271DC9
RGB
CMYK
RGB Variations
Color information
#271DC9 (or 0x271DC9) is known color: Persian Blue. HEX triplet: 27, 1D and C9. RGB value is (39,29,201). Sum of RGB (Red+Green+Blue) = 39+29+201=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #271DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DC9 is #D8E236. Grayscale: #323232. Windows color (decimal): -14213687 or 13180199. OLE color: 13180199.
HSL color Cylindrical-coordinate representation of color #271DC9: hue angle of 243.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271DC9 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 29 | 201 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.21 |
| HSL | 243.49º | 0.75% | 0.45% | - |
| HSV(B) | 243.49º | 0.86% | 0.79% | - |
| XYZ | 11.82 | 5.53 | 55.7 | - |
| YUV | 51.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 201 | 0.81 | 0.86 | 0 | 0.21 | 243.49 | 0.75 | 0.45 |
| Hex | 27 | 1D | C9 | 51 | 56 | 0 | 15 | F3 | 4B | 2D |
| Octal | 47 | 35 | 311 | 121 | 126 | 0 | 25 | 363 | 113 | 55 |
| Binary | 100111 | 11101 | 11001001 | 1010001 | 1010110 | 0 | 10101 | 11110011 | 1001011 | 101101 |
Color Harmonies of #271DC9
Complementary color
Monochromatic Colors of #271DC9
Black with #271DC9
Text Example
Text Example
White with #271DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DC9; }
p { color: rgb(39,29,201); }
H1.HeaderClassName
{
color: #271DC9;
}
.AnyTagClassName
{
color: #271DC9;
}
</style>
background-color css
<style>
a { background-color: #271DC9; }
a { background-color: rgb(39,29,201); }
div.DivClassName
{
background-color: #271DC9;
}
.BgClassName
{
background-color: #271DC9;
}
</style>
border-color css
<style>
span { border-color: #271DC9; }
span { border-color: rgb(39,29,201); }
td.TdClassName
{
border-color: #271DC9;
}
.TagClassName
{
border-color: #271DC9;
}
</style>