Shades of Persian Blue #2927BC
Tints of Persian Blue #2927BC
RGB
CMYK
RGB Variations
Color information
#2927BC (or 0x2927BC) is known color: Persian Blue. HEX triplet: 29, 27 and BC. RGB value is (41,39,188). Sum of RGB (Red+Green+Blue) = 41+39+188=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #2927BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2927BC is #D6D843. Grayscale: #373737. Windows color (decimal): -14080068 or 12330793. OLE color: 12330793.
HSL color Cylindrical-coordinate representation of color #2927BC: hue angle of 240.81º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2927BC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 39 | 188 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.26 |
| HSL | 240.81º | 0.66% | 0.45% | - |
| HSV(B) | 240.81º | 0.79% | 0.74% | - |
| XYZ | 10.72 | 5.55 | 48.08 | - |
| YUV | 56.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 188 | 0.78 | 0.79 | 0 | 0.26 | 240.81 | 0.66 | 0.45 |
| Hex | 29 | 27 | BC | 4E | 4F | 0 | 1A | F1 | 42 | 2D |
| Octal | 51 | 47 | 274 | 116 | 117 | 0 | 32 | 361 | 102 | 55 |
| Binary | 101001 | 100111 | 10111100 | 1001110 | 1001111 | 0 | 11010 | 11110001 | 1000010 | 101101 |
Color Harmonies of #2927BC
Complementary color
Monochromatic Colors of #2927BC
Black with #2927BC
Text Example
Text Example
White with #2927BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927BC; }
p { color: rgb(41,39,188); }
H1.HeaderClassName
{
color: #2927BC;
}
.AnyTagClassName
{
color: #2927BC;
}
</style>
background-color css
<style>
a { background-color: #2927BC; }
a { background-color: rgb(41,39,188); }
div.DivClassName
{
background-color: #2927BC;
}
.BgClassName
{
background-color: #2927BC;
}
</style>
border-color css
<style>
span { border-color: #2927BC; }
span { border-color: rgb(41,39,188); }
td.TdClassName
{
border-color: #2927BC;
}
.TagClassName
{
border-color: #2927BC;
}
</style>