Shades of Persian Blue #2814C1
Tints of Persian Blue #2814C1
RGB
CMYK
RGB Variations
Color information
#2814C1 (or 0x2814C1) is known color: Persian Blue. HEX triplet: 28, 14 and C1. RGB value is (40,20,193). Sum of RGB (Red+Green+Blue) = 40+20+193=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 193 (75.78% from 255 or 76.28% from 253); Max value from RGB is 193 - color contains mainly: blue. Hex color #2814C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814C1 is #D7EB3E. Grayscale: #2D2D2D. Windows color (decimal): -14150463 or 12653608. OLE color: 12653608.
HSL color Cylindrical-coordinate representation of color #2814C1: hue angle of 246.94º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2814C1 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 20 | 193 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.24 |
| HSL | 246.94º | 0.81% | 0.42% | - |
| HSV(B) | 246.94º | 0.9% | 0.76% | - |
| XYZ | 10.75 | 4.8 | 50.81 | - |
| YUV | 45.7 | 211.13 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 193 | 0.79 | 0.90 | 0 | 0.24 | 246.94 | 0.81 | 0.42 |
| Hex | 28 | 14 | C1 | 4F | 5A | 0 | 18 | F7 | 51 | 2A |
| Octal | 50 | 24 | 301 | 117 | 132 | 0 | 30 | 367 | 121 | 52 |
| Binary | 101000 | 10100 | 11000001 | 1001111 | 1011010 | 0 | 11000 | 11110111 | 1010001 | 101010 |
Color Harmonies of #2814C1
Complementary color
Monochromatic Colors of #2814C1
Black with #2814C1
Text Example
Text Example
White with #2814C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814C1; }
p { color: rgb(40,20,193); }
H1.HeaderClassName
{
color: #2814C1;
}
.AnyTagClassName
{
color: #2814C1;
}
</style>
background-color css
<style>
a { background-color: #2814C1; }
a { background-color: rgb(40,20,193); }
div.DivClassName
{
background-color: #2814C1;
}
.BgClassName
{
background-color: #2814C1;
}
</style>
border-color css
<style>
span { border-color: #2814C1; }
span { border-color: rgb(40,20,193); }
td.TdClassName
{
border-color: #2814C1;
}
.TagClassName
{
border-color: #2814C1;
}
</style>