Shades of Persian Blue #271BBD
Tints of Persian Blue #271BBD
RGB
CMYK
RGB Variations
Color information
#271BBD (or 0x271BBD) is known color: Persian Blue. HEX triplet: 27, 1B and BD. RGB value is (39,27,189). Sum of RGB (Red+Green+Blue) = 39+27+189=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #271BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BBD is #D8E442. Grayscale: #303030. Windows color (decimal): -14214211 or 12393255. OLE color: 12393255.
HSL color Cylindrical-coordinate representation of color #271BBD: hue angle of 244.44º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271BBD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 27 | 189 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.26 |
| HSL | 244.44º | 0.75% | 0.42% | - |
| HSV(B) | 244.44º | 0.86% | 0.74% | - |
| XYZ | 10.41 | 4.89 | 48.54 | - |
| YUV | 49.06 | 206.98 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 189 | 0.79 | 0.86 | 0 | 0.26 | 244.44 | 0.75 | 0.42 |
| Hex | 27 | 1B | BD | 4F | 56 | 0 | 1A | F4 | 4B | 2A |
| Octal | 47 | 33 | 275 | 117 | 126 | 0 | 32 | 364 | 113 | 52 |
| Binary | 100111 | 11011 | 10111101 | 1001111 | 1010110 | 0 | 11010 | 11110100 | 1001011 | 101010 |
Color Harmonies of #271BBD
Complementary color
Monochromatic Colors of #271BBD
Black with #271BBD
Text Example
Text Example
White with #271BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BBD; }
p { color: rgb(39,27,189); }
H1.HeaderClassName
{
color: #271BBD;
}
.AnyTagClassName
{
color: #271BBD;
}
</style>
background-color css
<style>
a { background-color: #271BBD; }
a { background-color: rgb(39,27,189); }
div.DivClassName
{
background-color: #271BBD;
}
.BgClassName
{
background-color: #271BBD;
}
</style>
border-color css
<style>
span { border-color: #271BBD; }
span { border-color: rgb(39,27,189); }
td.TdClassName
{
border-color: #271BBD;
}
.TagClassName
{
border-color: #271BBD;
}
</style>