Shades of Persian Blue #271EBA
Tints of Persian Blue #271EBA
RGB
CMYK
RGB Variations
Color information
#271EBA (or 0x271EBA) is known color: Persian Blue. HEX triplet: 27, 1E and BA. RGB value is (39,30,186). Sum of RGB (Red+Green+Blue) = 39+30+186=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #271EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EBA is #D8E145. Grayscale: #313131. Windows color (decimal): -14213446 or 12197415. OLE color: 12197415.
HSL color Cylindrical-coordinate representation of color #271EBA: hue angle of 243.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271EBA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 30 | 186 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.27 |
| HSL | 243.46º | 0.72% | 0.42% | - |
| HSV(B) | 243.46º | 0.84% | 0.73% | - |
| XYZ | 10.16 | 4.91 | 46.87 | - |
| YUV | 50.48 | 204.48 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 186 | 0.79 | 0.84 | 0 | 0.27 | 243.46 | 0.72 | 0.42 |
| Hex | 27 | 1E | BA | 4F | 54 | 0 | 1B | F3 | 48 | 2A |
| Octal | 47 | 36 | 272 | 117 | 124 | 0 | 33 | 363 | 110 | 52 |
| Binary | 100111 | 11110 | 10111010 | 1001111 | 1010100 | 0 | 11011 | 11110011 | 1001000 | 101010 |
Color Harmonies of #271EBA
Complementary color
Monochromatic Colors of #271EBA
Black with #271EBA
Text Example
Text Example
White with #271EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EBA; }
p { color: rgb(39,30,186); }
H1.HeaderClassName
{
color: #271EBA;
}
.AnyTagClassName
{
color: #271EBA;
}
</style>
background-color css
<style>
a { background-color: #271EBA; }
a { background-color: rgb(39,30,186); }
div.DivClassName
{
background-color: #271EBA;
}
.BgClassName
{
background-color: #271EBA;
}
</style>
border-color css
<style>
span { border-color: #271EBA; }
span { border-color: rgb(39,30,186); }
td.TdClassName
{
border-color: #271EBA;
}
.TagClassName
{
border-color: #271EBA;
}
</style>