Shades of Persian Blue #172EC1
Tints of Persian Blue #172EC1
RGB
CMYK
RGB Variations
Color information
#172EC1 (or 0x172EC1) is known color: Persian Blue. HEX triplet: 17, 2E and C1. RGB value is (23,46,193). Sum of RGB (Red+Green+Blue) = 23+46+193=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #172EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EC1 is #E8D13E. Grayscale: #373737. Windows color (decimal): -15257919 or 12660247. OLE color: 12660247.
HSL color Cylindrical-coordinate representation of color #172EC1: hue angle of 231.88º 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 #172EC1 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 46 | 193 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.24 |
| HSL | 231.88º | 0.79% | 0.42% | - |
| HSV(B) | 231.88º | 0.88% | 0.76% | - |
| XYZ | 10.96 | 5.99 | 51.03 | - |
| YUV | 55.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 193 | 0.88 | 0.76 | 0 | 0.24 | 231.88 | 0.79 | 0.42 |
| Hex | 17 | 2E | C1 | 58 | 4C | 0 | 18 | E8 | 4F | 2A |
| Octal | 27 | 56 | 301 | 130 | 114 | 0 | 30 | 350 | 117 | 52 |
| Binary | 10111 | 101110 | 11000001 | 1011000 | 1001100 | 0 | 11000 | 11101000 | 1001111 | 101010 |
Color Harmonies of #172EC1
Complementary color
Monochromatic Colors of #172EC1
Black with #172EC1
Text Example
Text Example
White with #172EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EC1; }
p { color: rgb(23,46,193); }
H1.HeaderClassName
{
color: #172EC1;
}
.AnyTagClassName
{
color: #172EC1;
}
</style>
background-color css
<style>
a { background-color: #172EC1; }
a { background-color: rgb(23,46,193); }
div.DivClassName
{
background-color: #172EC1;
}
.BgClassName
{
background-color: #172EC1;
}
</style>
border-color css
<style>
span { border-color: #172EC1; }
span { border-color: rgb(23,46,193); }
td.TdClassName
{
border-color: #172EC1;
}
.TagClassName
{
border-color: #172EC1;
}
</style>