Shades of Persian Blue #271CDD
Tints of Persian Blue #271CDD
RGB
CMYK
RGB Variations
Color information
#271CDD (or 0x271CDD) is known color: Persian Blue. HEX triplet: 27, 1C and DD. RGB value is (39,28,221). Sum of RGB (Red+Green+Blue) = 39+28+221=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #271CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CDD is #D8E322. Grayscale: #343434. Windows color (decimal): -14213923 or 14490663. OLE color: 14490663.
HSL color Cylindrical-coordinate representation of color #271CDD: hue angle of 243.42º degrees, saturation: 0.78, 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 #271CDD is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 28 | 221 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.13 |
| HSL | 243.42º | 0.78% | 0.49% | - |
| HSV(B) | 243.42º | 0.87% | 0.87% | - |
| XYZ | 14.3 | 6.48 | 68.9 | - |
| YUV | 53.29 | 222.64 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 221 | 0.82 | 0.87 | 0 | 0.13 | 243.42 | 0.78 | 0.49 |
| Hex | 27 | 1C | DD | 52 | 57 | 0 | D | F3 | 4E | 31 |
| Octal | 47 | 34 | 335 | 122 | 127 | 0 | 15 | 363 | 116 | 61 |
| Binary | 100111 | 11100 | 11011101 | 1010010 | 1010111 | 0 | 1101 | 11110011 | 1001110 | 110001 |
Color Harmonies of #271CDD
Complementary color
Monochromatic Colors of #271CDD
Black with #271CDD
Text Example
Text Example
White with #271CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CDD; }
p { color: rgb(39,28,221); }
H1.HeaderClassName
{
color: #271CDD;
}
.AnyTagClassName
{
color: #271CDD;
}
</style>
background-color css
<style>
a { background-color: #271CDD; }
a { background-color: rgb(39,28,221); }
div.DivClassName
{
background-color: #271CDD;
}
.BgClassName
{
background-color: #271CDD;
}
</style>
border-color css
<style>
span { border-color: #271CDD; }
span { border-color: rgb(39,28,221); }
td.TdClassName
{
border-color: #271CDD;
}
.TagClassName
{
border-color: #271CDD;
}
</style>