Shades of Persian Blue #2827CB
Tints of Persian Blue #2827CB
RGB
CMYK
RGB Variations
Color information
#2827CB (or 0x2827CB) is known color: Persian Blue. HEX triplet: 28, 27 and CB. RGB value is (40,39,203). Sum of RGB (Red+Green+Blue) = 40+39+203=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #2827CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827CB is #D7D834. Grayscale: #393939. Windows color (decimal): -14145589 or 13313832. OLE color: 13313832.
HSL color Cylindrical-coordinate representation of color #2827CB: hue angle of 240.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2827CB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 39 | 203 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.20 |
| HSL | 240.37º | 0.68% | 0.47% | - |
| HSV(B) | 240.37º | 0.81% | 0.8% | - |
| XYZ | 12.38 | 6.21 | 57.05 | - |
| YUV | 58 | 209.83 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 203 | 0.80 | 0.81 | 0 | 0.20 | 240.37 | 0.68 | 0.47 |
| Hex | 28 | 27 | CB | 50 | 51 | 0 | 14 | F0 | 44 | 2F |
| Octal | 50 | 47 | 313 | 120 | 121 | 0 | 24 | 360 | 104 | 57 |
| Binary | 101000 | 100111 | 11001011 | 1010000 | 1010001 | 0 | 10100 | 11110000 | 1000100 | 101111 |
Color Harmonies of #2827CB
Complementary color
Monochromatic Colors of #2827CB
Black with #2827CB
Text Example
Text Example
White with #2827CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827CB; }
p { color: rgb(40,39,203); }
H1.HeaderClassName
{
color: #2827CB;
}
.AnyTagClassName
{
color: #2827CB;
}
</style>
background-color css
<style>
a { background-color: #2827CB; }
a { background-color: rgb(40,39,203); }
div.DivClassName
{
background-color: #2827CB;
}
.BgClassName
{
background-color: #2827CB;
}
</style>
border-color css
<style>
span { border-color: #2827CB; }
span { border-color: rgb(40,39,203); }
td.TdClassName
{
border-color: #2827CB;
}
.TagClassName
{
border-color: #2827CB;
}
</style>