Shades of Persian Blue #2017C1
Tints of Persian Blue #2017C1
RGB
CMYK
RGB Variations
Color information
#2017C1 (or 0x2017C1) is known color: Persian Blue. HEX triplet: 20, 17 and C1. RGB value is (32,23,193). Sum of RGB (Red+Green+Blue) = 32+23+193=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #2017C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017C1 is #DFE83E. Grayscale: #2C2C2C. Windows color (decimal): -14673983 or 12654368. OLE color: 12654368.
HSL color Cylindrical-coordinate representation of color #2017C1: hue angle of 243.18º 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 #2017C1 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 23 | 193 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.24 |
| HSL | 243.18º | 0.79% | 0.42% | - |
| HSV(B) | 243.18º | 0.88% | 0.76% | - |
| XYZ | 10.53 | 4.77 | 50.82 | - |
| YUV | 45.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 193 | 0.83 | 0.88 | 0 | 0.24 | 243.18 | 0.79 | 0.42 |
| Hex | 20 | 17 | C1 | 53 | 58 | 0 | 18 | F3 | 4F | 2A |
| Octal | 40 | 27 | 301 | 123 | 130 | 0 | 30 | 363 | 117 | 52 |
| Binary | 100000 | 10111 | 11000001 | 1010011 | 1011000 | 0 | 11000 | 11110011 | 1001111 | 101010 |
Color Harmonies of #2017C1
Complementary color
Monochromatic Colors of #2017C1
Black with #2017C1
Text Example
Text Example
White with #2017C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017C1; }
p { color: rgb(32,23,193); }
H1.HeaderClassName
{
color: #2017C1;
}
.AnyTagClassName
{
color: #2017C1;
}
</style>
background-color css
<style>
a { background-color: #2017C1; }
a { background-color: rgb(32,23,193); }
div.DivClassName
{
background-color: #2017C1;
}
.BgClassName
{
background-color: #2017C1;
}
</style>
border-color css
<style>
span { border-color: #2017C1; }
span { border-color: rgb(32,23,193); }
td.TdClassName
{
border-color: #2017C1;
}
.TagClassName
{
border-color: #2017C1;
}
</style>