Shades of Persian Blue #2842C1
Tints of Persian Blue #2842C1
RGB
CMYK
RGB Variations
Color information
#2842C1 (or 0x2842C1) is known color: Persian Blue. HEX triplet: 28, 42 and C1. RGB value is (40,66,193). Sum of RGB (Red+Green+Blue) = 40+66+193=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #2842C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842C1 is #D7BD3E. Grayscale: #484848. Windows color (decimal): -14138687 or 12665384. OLE color: 12665384.
HSL color Cylindrical-coordinate representation of color #2842C1: hue angle of 229.8º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2842C1 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 66 | 193 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.24 |
| HSL | 229.8º | 0.66% | 0.46% | - |
| HSV(B) | 229.8º | 0.79% | 0.76% | - |
| XYZ | 12.45 | 8.2 | 51.38 | - |
| YUV | 72.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 193 | 0.79 | 0.66 | 0 | 0.24 | 229.8 | 0.66 | 0.46 |
| Hex | 28 | 42 | C1 | 4F | 42 | 0 | 18 | E6 | 42 | 2E |
| Octal | 50 | 102 | 301 | 117 | 102 | 0 | 30 | 346 | 102 | 56 |
| Binary | 101000 | 1000010 | 11000001 | 1001111 | 1000010 | 0 | 11000 | 11100110 | 1000010 | 101110 |
Color Harmonies of #2842C1
Complementary color
Monochromatic Colors of #2842C1
Black with #2842C1
Text Example
Text Example
White with #2842C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842C1; }
p { color: rgb(40,66,193); }
H1.HeaderClassName
{
color: #2842C1;
}
.AnyTagClassName
{
color: #2842C1;
}
</style>
background-color css
<style>
a { background-color: #2842C1; }
a { background-color: rgb(40,66,193); }
div.DivClassName
{
background-color: #2842C1;
}
.BgClassName
{
background-color: #2842C1;
}
</style>
border-color css
<style>
span { border-color: #2842C1; }
span { border-color: rgb(40,66,193); }
td.TdClassName
{
border-color: #2842C1;
}
.TagClassName
{
border-color: #2842C1;
}
</style>