Shades of Persian Blue #3719C9
Tints of Persian Blue #3719C9
RGB
CMYK
RGB Variations
Color information
#3719C9 (or 0x3719C9) is known color: Persian Blue. HEX triplet: 37, 19 and C9. RGB value is (55,25,201). Sum of RGB (Red+Green+Blue) = 55+25+201=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #3719C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3719C9 is #C8E636. Grayscale: #353535. Windows color (decimal): -13166135 or 13179191. OLE color: 13179191.
HSL color Cylindrical-coordinate representation of color #3719C9: hue angle of 250.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3719C9 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 25 | 201 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.21 |
| HSL | 250.23º | 0.78% | 0.44% | - |
| HSV(B) | 250.23º | 0.88% | 0.79% | - |
| XYZ | 12.47 | 5.72 | 55.71 | - |
| YUV | 54.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 201 | 0.73 | 0.88 | 0 | 0.21 | 250.23 | 0.78 | 0.44 |
| Hex | 37 | 19 | C9 | 49 | 58 | 0 | 15 | FA | 4E | 2C |
| Octal | 67 | 31 | 311 | 111 | 130 | 0 | 25 | 372 | 116 | 54 |
| Binary | 110111 | 11001 | 11001001 | 1001001 | 1011000 | 0 | 10101 | 11111010 | 1001110 | 101100 |
Color Harmonies of #3719C9
Complementary color
Monochromatic Colors of #3719C9
Black with #3719C9
Text Example
Text Example
White with #3719C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3719C9; }
p { color: rgb(55,25,201); }
H1.HeaderClassName
{
color: #3719C9;
}
.AnyTagClassName
{
color: #3719C9;
}
</style>
background-color css
<style>
a { background-color: #3719C9; }
a { background-color: rgb(55,25,201); }
div.DivClassName
{
background-color: #3719C9;
}
.BgClassName
{
background-color: #3719C9;
}
</style>
border-color css
<style>
span { border-color: #3719C9; }
span { border-color: rgb(55,25,201); }
td.TdClassName
{
border-color: #3719C9;
}
.TagClassName
{
border-color: #3719C9;
}
</style>