Shades of Persian Blue #2627E9
Tints of Persian Blue #2627E9
RGB
CMYK
RGB Variations
Color information
#2627E9 (or 0x2627E9) is known color: Persian Blue. HEX triplet: 26, 27 and E9. RGB value is (38,39,233). Sum of RGB (Red+Green+Blue) = 38+39+233=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #2627E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2627E9 is #D9D816. Grayscale: #3C3C3C. Windows color (decimal): -14276631 or 15279910. OLE color: 15279910.
HSL color Cylindrical-coordinate representation of color #2627E9: hue angle of 239.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2627E9 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 39 | 233 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.09 |
| HSL | 239.69º | 0.82% | 0.53% | - |
| HSV(B) | 239.69º | 0.84% | 0.91% | - |
| XYZ | 16.23 | 7.75 | 77.73 | - |
| YUV | 60.82 | 225.17 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 233 | 0.84 | 0.83 | 0 | 0.09 | 239.69 | 0.82 | 0.53 |
| Hex | 26 | 27 | E9 | 54 | 53 | 0 | 9 | F0 | 52 | 35 |
| Octal | 46 | 47 | 351 | 124 | 123 | 0 | 11 | 360 | 122 | 65 |
| Binary | 100110 | 100111 | 11101001 | 1010100 | 1010011 | 0 | 1001 | 11110000 | 1010010 | 110101 |
Color Harmonies of #2627E9
Complementary color
Monochromatic Colors of #2627E9
Black with #2627E9
Text Example
Text Example
White with #2627E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2627E9; }
p { color: rgb(38,39,233); }
H1.HeaderClassName
{
color: #2627E9;
}
.AnyTagClassName
{
color: #2627E9;
}
</style>
background-color css
<style>
a { background-color: #2627E9; }
a { background-color: rgb(38,39,233); }
div.DivClassName
{
background-color: #2627E9;
}
.BgClassName
{
background-color: #2627E9;
}
</style>
border-color css
<style>
span { border-color: #2627E9; }
span { border-color: rgb(38,39,233); }
td.TdClassName
{
border-color: #2627E9;
}
.TagClassName
{
border-color: #2627E9;
}
</style>