Shades of Persian Blue #2431CF
Tints of Persian Blue #2431CF
RGB
CMYK
RGB Variations
Color information
#2431CF (or 0x2431CF) is known color: Persian Blue. HEX triplet: 24, 31 and CF. RGB value is (36,49,207). Sum of RGB (Red+Green+Blue) = 36+49+207=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #2431CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431CF is #DBCE30. Grayscale: #3E3E3E. Windows color (decimal): -14405169 or 13578532. OLE color: 13578532.
HSL color Cylindrical-coordinate representation of color #2431CF: hue angle of 235.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2431CF is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 49 | 207 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.19 |
| HSL | 235.44º | 0.7% | 0.48% | - |
| HSV(B) | 235.44º | 0.83% | 0.81% | - |
| XYZ | 13.09 | 7.08 | 59.71 | - |
| YUV | 63.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 207 | 0.83 | 0.76 | 0 | 0.19 | 235.44 | 0.7 | 0.48 |
| Hex | 24 | 31 | CF | 53 | 4C | 0 | 13 | EB | 46 | 30 |
| Octal | 44 | 61 | 317 | 123 | 114 | 0 | 23 | 353 | 106 | 60 |
| Binary | 100100 | 110001 | 11001111 | 1010011 | 1001100 | 0 | 10011 | 11101011 | 1000110 | 110000 |
Color Harmonies of #2431CF
Complementary color
Monochromatic Colors of #2431CF
Black with #2431CF
Text Example
Text Example
White with #2431CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431CF; }
p { color: rgb(36,49,207); }
H1.HeaderClassName
{
color: #2431CF;
}
.AnyTagClassName
{
color: #2431CF;
}
</style>
background-color css
<style>
a { background-color: #2431CF; }
a { background-color: rgb(36,49,207); }
div.DivClassName
{
background-color: #2431CF;
}
.BgClassName
{
background-color: #2431CF;
}
</style>
border-color css
<style>
span { border-color: #2431CF; }
span { border-color: rgb(36,49,207); }
td.TdClassName
{
border-color: #2431CF;
}
.TagClassName
{
border-color: #2431CF;
}
</style>