Shades of Persian Blue #2817C1
Tints of Persian Blue #2817C1
RGB
CMYK
RGB Variations
Color information
#2817C1 (or 0x2817C1) is known color: Persian Blue. HEX triplet: 28, 17 and C1. RGB value is (40,23,193). Sum of RGB (Red+Green+Blue) = 40+23+193=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #2817C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817C1 is #D7E83E. Grayscale: #2E2E2E. Windows color (decimal): -14149695 or 12654376. OLE color: 12654376.
HSL color Cylindrical-coordinate representation of color #2817C1: hue angle of 246º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2817C1 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 23 | 193 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.24 |
| HSL | 246º | 0.79% | 0.42% | - |
| HSV(B) | 246º | 0.88% | 0.76% | - |
| XYZ | 10.81 | 4.91 | 50.83 | - |
| YUV | 47.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 193 | 0.79 | 0.88 | 0 | 0.24 | 246 | 0.79 | 0.42 |
| Hex | 28 | 17 | C1 | 4F | 58 | 0 | 18 | F6 | 4F | 2A |
| Octal | 50 | 27 | 301 | 117 | 130 | 0 | 30 | 366 | 117 | 52 |
| Binary | 101000 | 10111 | 11000001 | 1001111 | 1011000 | 0 | 11000 | 11110110 | 1001111 | 101010 |
Color Harmonies of #2817C1
Complementary color
Monochromatic Colors of #2817C1
Black with #2817C1
Text Example
Text Example
White with #2817C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817C1; }
p { color: rgb(40,23,193); }
H1.HeaderClassName
{
color: #2817C1;
}
.AnyTagClassName
{
color: #2817C1;
}
</style>
background-color css
<style>
a { background-color: #2817C1; }
a { background-color: rgb(40,23,193); }
div.DivClassName
{
background-color: #2817C1;
}
.BgClassName
{
background-color: #2817C1;
}
</style>
border-color css
<style>
span { border-color: #2817C1; }
span { border-color: rgb(40,23,193); }
td.TdClassName
{
border-color: #2817C1;
}
.TagClassName
{
border-color: #2817C1;
}
</style>