Shades of Persian Blue #271DDF
Tints of Persian Blue #271DDF
RGB
CMYK
RGB Variations
Color information
#271DDF (or 0x271DDF) is known color: Persian Blue. HEX triplet: 27, 1D and DF. RGB value is (39,29,223). Sum of RGB (Red+Green+Blue) = 39+29+223=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #271DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DDF is #D8E220. Grayscale: #353535. Windows color (decimal): -14213665 or 14621991. OLE color: 14621991.
HSL color Cylindrical-coordinate representation of color #271DDF: hue angle of 243.09º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271DDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 29 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 243.09º | 0.77% | 0.49% | - |
| HSV(B) | 243.09º | 0.87% | 0.87% | - |
| XYZ | 14.6 | 6.64 | 70.32 | - |
| YUV | 54.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 223 | 0.83 | 0.87 | 0 | 0.13 | 243.09 | 0.77 | 0.49 |
| Hex | 27 | 1D | DF | 53 | 57 | 0 | D | F3 | 4D | 31 |
| Octal | 47 | 35 | 337 | 123 | 127 | 0 | 15 | 363 | 115 | 61 |
| Binary | 100111 | 11101 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110011 | 1001101 | 110001 |
Color Harmonies of #271DDF
Complementary color
Monochromatic Colors of #271DDF
Black with #271DDF
Text Example
Text Example
White with #271DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DDF; }
p { color: rgb(39,29,223); }
H1.HeaderClassName
{
color: #271DDF;
}
.AnyTagClassName
{
color: #271DDF;
}
</style>
background-color css
<style>
a { background-color: #271DDF; }
a { background-color: rgb(39,29,223); }
div.DivClassName
{
background-color: #271DDF;
}
.BgClassName
{
background-color: #271DDF;
}
</style>
border-color css
<style>
span { border-color: #271DDF; }
span { border-color: rgb(39,29,223); }
td.TdClassName
{
border-color: #271DDF;
}
.TagClassName
{
border-color: #271DDF;
}
</style>