Shades of Persian Blue #2827C1
Tints of Persian Blue #2827C1
RGB
CMYK
RGB Variations
Color information
#2827C1 (or 0x2827C1) is known color: Persian Blue. HEX triplet: 28, 27 and C1. RGB value is (40,39,193). Sum of RGB (Red+Green+Blue) = 40+39+193=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #2827C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827C1 is #D7D83E. Grayscale: #383838. Windows color (decimal): -14145599 or 12658472. OLE color: 12658472.
HSL color Cylindrical-coordinate representation of color #2827C1: hue angle of 240.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2827C1 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 39 | 193 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.24 |
| HSL | 240.39º | 0.66% | 0.45% | - |
| HSV(B) | 240.39º | 0.8% | 0.76% | - |
| XYZ | 11.23 | 5.75 | 50.97 | - |
| YUV | 56.86 | 204.83 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 193 | 0.79 | 0.80 | 0 | 0.24 | 240.39 | 0.66 | 0.45 |
| Hex | 28 | 27 | C1 | 4F | 50 | 0 | 18 | F0 | 42 | 2D |
| Octal | 50 | 47 | 301 | 117 | 120 | 0 | 30 | 360 | 102 | 55 |
| Binary | 101000 | 100111 | 11000001 | 1001111 | 1010000 | 0 | 11000 | 11110000 | 1000010 | 101101 |
Color Harmonies of #2827C1
Complementary color
Monochromatic Colors of #2827C1
Black with #2827C1
Text Example
Text Example
White with #2827C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827C1; }
p { color: rgb(40,39,193); }
H1.HeaderClassName
{
color: #2827C1;
}
.AnyTagClassName
{
color: #2827C1;
}
</style>
background-color css
<style>
a { background-color: #2827C1; }
a { background-color: rgb(40,39,193); }
div.DivClassName
{
background-color: #2827C1;
}
.BgClassName
{
background-color: #2827C1;
}
</style>
border-color css
<style>
span { border-color: #2827C1; }
span { border-color: rgb(40,39,193); }
td.TdClassName
{
border-color: #2827C1;
}
.TagClassName
{
border-color: #2827C1;
}
</style>