Shades of Persian Blue #271ECD
Tints of Persian Blue #271ECD
RGB
CMYK
RGB Variations
Color information
#271ECD (or 0x271ECD) is known color: Persian Blue. HEX triplet: 27, 1E and CD. RGB value is (39,30,205). Sum of RGB (Red+Green+Blue) = 39+30+205=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #271ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ECD is #D8E132. Grayscale: #333333. Windows color (decimal): -14213427 or 13442599. OLE color: 13442599.
HSL color Cylindrical-coordinate representation of color #271ECD: hue angle of 243.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271ECD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 30 | 205 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.20 |
| HSL | 243.09º | 0.74% | 0.46% | - |
| HSV(B) | 243.09º | 0.85% | 0.8% | - |
| XYZ | 12.32 | 5.77 | 58.22 | - |
| YUV | 52.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 205 | 0.81 | 0.85 | 0 | 0.20 | 243.09 | 0.74 | 0.46 |
| Hex | 27 | 1E | CD | 51 | 55 | 0 | 14 | F3 | 4A | 2E |
| Octal | 47 | 36 | 315 | 121 | 125 | 0 | 24 | 363 | 112 | 56 |
| Binary | 100111 | 11110 | 11001101 | 1010001 | 1010101 | 0 | 10100 | 11110011 | 1001010 | 101110 |
Color Harmonies of #271ECD
Complementary color
Monochromatic Colors of #271ECD
Black with #271ECD
Text Example
Text Example
White with #271ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271ECD; }
p { color: rgb(39,30,205); }
H1.HeaderClassName
{
color: #271ECD;
}
.AnyTagClassName
{
color: #271ECD;
}
</style>
background-color css
<style>
a { background-color: #271ECD; }
a { background-color: rgb(39,30,205); }
div.DivClassName
{
background-color: #271ECD;
}
.BgClassName
{
background-color: #271ECD;
}
</style>
border-color css
<style>
span { border-color: #271ECD; }
span { border-color: rgb(39,30,205); }
td.TdClassName
{
border-color: #271ECD;
}
.TagClassName
{
border-color: #271ECD;
}
</style>