Shades of Persian Blue #2731DA
Tints of Persian Blue #2731DA
RGB
CMYK
RGB Variations
Color information
#2731DA (or 0x2731DA) is known color: Persian Blue. HEX triplet: 27, 31 and DA. RGB value is (39,49,218). Sum of RGB (Red+Green+Blue) = 39+49+218=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #2731DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2731DA is #D8CE25. Grayscale: #404040. Windows color (decimal): -14208550 or 14299431. OLE color: 14299431.
HSL color Cylindrical-coordinate representation of color #2731DA: hue angle of 236.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2731DA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 49 | 218 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.15 |
| HSL | 236.65º | 0.71% | 0.5% | - |
| HSV(B) | 236.65º | 0.82% | 0.85% | - |
| XYZ | 14.59 | 7.69 | 67.05 | - |
| YUV | 65.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 218 | 0.82 | 0.78 | 0 | 0.15 | 236.65 | 0.71 | 0.5 |
| Hex | 27 | 31 | DA | 52 | 4E | 0 | F | ED | 47 | 32 |
| Octal | 47 | 61 | 332 | 122 | 116 | 0 | 17 | 355 | 107 | 62 |
| Binary | 100111 | 110001 | 11011010 | 1010010 | 1001110 | 0 | 1111 | 11101101 | 1000111 | 110010 |
Color Harmonies of #2731DA
Complementary color
Monochromatic Colors of #2731DA
Black with #2731DA
Text Example
Text Example
White with #2731DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2731DA; }
p { color: rgb(39,49,218); }
H1.HeaderClassName
{
color: #2731DA;
}
.AnyTagClassName
{
color: #2731DA;
}
</style>
background-color css
<style>
a { background-color: #2731DA; }
a { background-color: rgb(39,49,218); }
div.DivClassName
{
background-color: #2731DA;
}
.BgClassName
{
background-color: #2731DA;
}
</style>
border-color css
<style>
span { border-color: #2731DA; }
span { border-color: rgb(39,49,218); }
td.TdClassName
{
border-color: #2731DA;
}
.TagClassName
{
border-color: #2731DA;
}
</style>