Shades of Persian Blue #271CCD
Tints of Persian Blue #271CCD
RGB
CMYK
RGB Variations
Color information
#271CCD (or 0x271CCD) is known color: Persian Blue. HEX triplet: 27, 1C and CD. RGB value is (39,28,205). Sum of RGB (Red+Green+Blue) = 39+28+205=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #271CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CCD is #D8E332. Grayscale: #323232. Windows color (decimal): -14213939 or 13442087. OLE color: 13442087.
HSL color Cylindrical-coordinate representation of color #271CCD: hue angle of 243.73º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271CCD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 28 | 205 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.20 |
| HSL | 243.73º | 0.76% | 0.46% | - |
| HSV(B) | 243.73º | 0.86% | 0.8% | - |
| XYZ | 12.27 | 5.67 | 58.21 | - |
| YUV | 51.47 | 214.64 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 205 | 0.81 | 0.86 | 0 | 0.20 | 243.73 | 0.76 | 0.46 |
| Hex | 27 | 1C | CD | 51 | 56 | 0 | 14 | F4 | 4C | 2E |
| Octal | 47 | 34 | 315 | 121 | 126 | 0 | 24 | 364 | 114 | 56 |
| Binary | 100111 | 11100 | 11001101 | 1010001 | 1010110 | 0 | 10100 | 11110100 | 1001100 | 101110 |
Color Harmonies of #271CCD
Complementary color
Monochromatic Colors of #271CCD
Black with #271CCD
Text Example
Text Example
White with #271CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CCD; }
p { color: rgb(39,28,205); }
H1.HeaderClassName
{
color: #271CCD;
}
.AnyTagClassName
{
color: #271CCD;
}
</style>
background-color css
<style>
a { background-color: #271CCD; }
a { background-color: rgb(39,28,205); }
div.DivClassName
{
background-color: #271CCD;
}
.BgClassName
{
background-color: #271CCD;
}
</style>
border-color css
<style>
span { border-color: #271CCD; }
span { border-color: rgb(39,28,205); }
td.TdClassName
{
border-color: #271CCD;
}
.TagClassName
{
border-color: #271CCD;
}
</style>