Shades of Persian Blue #172FE7
Tints of Persian Blue #172FE7
RGB
CMYK
RGB Variations
Color information
#172FE7 (or 0x172FE7) is known color: Persian Blue. HEX triplet: 17, 2F and E7. RGB value is (23,47,231). Sum of RGB (Red+Green+Blue) = 23+47+231=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 231 (90.62% from 255 or 76.74% from 301); Max value from RGB is 231 - color contains mainly: blue. Hex color #172FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172FE7 is #E8D018. Grayscale: #3C3C3C. Windows color (decimal): -15257625 or 15150871. OLE color: 15150871.
HSL color Cylindrical-coordinate representation of color #172FE7: hue angle of 233.08º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172FE7 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 47 | 231 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.09 |
| HSL | 233.08º | 0.82% | 0.5% | - |
| HSV(B) | 233.08º | 0.9% | 0.91% | - |
| XYZ | 15.79 | 7.98 | 76.31 | - |
| YUV | 60.8 | 224.05 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 231 | 0.90 | 0.80 | 0 | 0.09 | 233.08 | 0.82 | 0.5 |
| Hex | 17 | 2F | E7 | 5A | 50 | 0 | 9 | E9 | 52 | 32 |
| Octal | 27 | 57 | 347 | 132 | 120 | 0 | 11 | 351 | 122 | 62 |
| Binary | 10111 | 101111 | 11100111 | 1011010 | 1010000 | 0 | 1001 | 11101001 | 1010010 | 110010 |
Color Harmonies of #172FE7
Complementary color
Monochromatic Colors of #172FE7
Black with #172FE7
Text Example
Text Example
White with #172FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FE7; }
p { color: rgb(23,47,231); }
H1.HeaderClassName
{
color: #172FE7;
}
.AnyTagClassName
{
color: #172FE7;
}
</style>
background-color css
<style>
a { background-color: #172FE7; }
a { background-color: rgb(23,47,231); }
div.DivClassName
{
background-color: #172FE7;
}
.BgClassName
{
background-color: #172FE7;
}
</style>
border-color css
<style>
span { border-color: #172FE7; }
span { border-color: rgb(23,47,231); }
td.TdClassName
{
border-color: #172FE7;
}
.TagClassName
{
border-color: #172FE7;
}
</style>