Shades of Persian Blue #1642F1
Tints of Persian Blue #1642F1
RGB
CMYK
RGB Variations
Color information
#1642F1 (or 0x1642F1) is known color: Persian Blue. HEX triplet: 16, 42 and F1. RGB value is (22,66,241). Sum of RGB (Red+Green+Blue) = 22+66+241=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 241 (94.53% from 255 or 73.25% from 329); Max value from RGB is 241 - color contains mainly: blue. Hex color #1642F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1642F1 is #E9BD0E. Grayscale: #484848. Windows color (decimal): -15318287 or 15811094. OLE color: 15811094.
HSL color Cylindrical-coordinate representation of color #1642F1: hue angle of 227.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1642F1 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 66 | 241 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.05 |
| HSL | 227.95º | 0.89% | 0.52% | - |
| HSV(B) | 227.95º | 0.91% | 0.95% | - |
| XYZ | 18.16 | 10.42 | 84.27 | - |
| YUV | 72.79 | 222.92 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 241 | 0.91 | 0.73 | 0 | 0.05 | 227.95 | 0.89 | 0.52 |
| Hex | 16 | 42 | F1 | 5B | 49 | 0 | 5 | E4 | 59 | 34 |
| Octal | 26 | 102 | 361 | 133 | 111 | 0 | 5 | 344 | 131 | 64 |
| Binary | 10110 | 1000010 | 11110001 | 1011011 | 1001001 | 0 | 101 | 11100100 | 1011001 | 110100 |
Color Harmonies of #1642F1
Complementary color
Monochromatic Colors of #1642F1
Black with #1642F1
Text Example
Text Example
White with #1642F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1642F1; }
p { color: rgb(22,66,241); }
H1.HeaderClassName
{
color: #1642F1;
}
.AnyTagClassName
{
color: #1642F1;
}
</style>
background-color css
<style>
a { background-color: #1642F1; }
a { background-color: rgb(22,66,241); }
div.DivClassName
{
background-color: #1642F1;
}
.BgClassName
{
background-color: #1642F1;
}
</style>
border-color css
<style>
span { border-color: #1642F1; }
span { border-color: rgb(22,66,241); }
td.TdClassName
{
border-color: #1642F1;
}
.TagClassName
{
border-color: #1642F1;
}
</style>