Shades of Persian Blue #271FCE
Tints of Persian Blue #271FCE
RGB
CMYK
RGB Variations
Color information
#271FCE (or 0x271FCE) is known color: Persian Blue. HEX triplet: 27, 1F and CE. RGB value is (39,31,206). Sum of RGB (Red+Green+Blue) = 39+31+206=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #271FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FCE is #D8E031. Grayscale: #343434. Windows color (decimal): -14213170 or 13508391. OLE color: 13508391.
HSL color Cylindrical-coordinate representation of color #271FCE: hue angle of 242.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271FCE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 31 | 206 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.19 |
| HSL | 242.74º | 0.74% | 0.46% | - |
| HSV(B) | 242.74º | 0.85% | 0.81% | - |
| XYZ | 12.47 | 5.87 | 58.87 | - |
| YUV | 53.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 206 | 0.81 | 0.85 | 0 | 0.19 | 242.74 | 0.74 | 0.46 |
| Hex | 27 | 1F | CE | 51 | 55 | 0 | 13 | F3 | 4A | 2E |
| Octal | 47 | 37 | 316 | 121 | 125 | 0 | 23 | 363 | 112 | 56 |
| Binary | 100111 | 11111 | 11001110 | 1010001 | 1010101 | 0 | 10011 | 11110011 | 1001010 | 101110 |
Color Harmonies of #271FCE
Complementary color
Monochromatic Colors of #271FCE
Black with #271FCE
Text Example
Text Example
White with #271FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FCE; }
p { color: rgb(39,31,206); }
H1.HeaderClassName
{
color: #271FCE;
}
.AnyTagClassName
{
color: #271FCE;
}
</style>
background-color css
<style>
a { background-color: #271FCE; }
a { background-color: rgb(39,31,206); }
div.DivClassName
{
background-color: #271FCE;
}
.BgClassName
{
background-color: #271FCE;
}
</style>
border-color css
<style>
span { border-color: #271FCE; }
span { border-color: rgb(39,31,206); }
td.TdClassName
{
border-color: #271FCE;
}
.TagClassName
{
border-color: #271FCE;
}
</style>