Shades of Persian Blue #172AE1
Tints of Persian Blue #172AE1
RGB
CMYK
RGB Variations
Color information
#172AE1 (or 0x172AE1) is known color: Persian Blue. HEX triplet: 17, 2A and E1. RGB value is (23,42,225). Sum of RGB (Red+Green+Blue) = 23+42+225=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #172AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172AE1 is #E8D51E. Grayscale: #383838. Windows color (decimal): -15258911 or 14756375. OLE color: 14756375.
HSL color Cylindrical-coordinate representation of color #172AE1: hue angle of 234.36º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172AE1 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 42 | 225 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.12 |
| HSL | 234.36º | 0.81% | 0.49% | - |
| HSV(B) | 234.36º | 0.9% | 0.88% | - |
| XYZ | 14.77 | 7.27 | 71.86 | - |
| YUV | 57.18 | 222.71 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 225 | 0.90 | 0.81 | 0 | 0.12 | 234.36 | 0.81 | 0.49 |
| Hex | 17 | 2A | E1 | 5A | 51 | 0 | C | EA | 51 | 31 |
| Octal | 27 | 52 | 341 | 132 | 121 | 0 | 14 | 352 | 121 | 61 |
| Binary | 10111 | 101010 | 11100001 | 1011010 | 1010001 | 0 | 1100 | 11101010 | 1010001 | 110001 |
Color Harmonies of #172AE1
Complementary color
Monochromatic Colors of #172AE1
Black with #172AE1
Text Example
Text Example
White with #172AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172AE1; }
p { color: rgb(23,42,225); }
H1.HeaderClassName
{
color: #172AE1;
}
.AnyTagClassName
{
color: #172AE1;
}
</style>
background-color css
<style>
a { background-color: #172AE1; }
a { background-color: rgb(23,42,225); }
div.DivClassName
{
background-color: #172AE1;
}
.BgClassName
{
background-color: #172AE1;
}
</style>
border-color css
<style>
span { border-color: #172AE1; }
span { border-color: rgb(23,42,225); }
td.TdClassName
{
border-color: #172AE1;
}
.TagClassName
{
border-color: #172AE1;
}
</style>