Shades of Persian Blue #2431AC
Tints of Persian Blue #2431AC
RGB
CMYK
RGB Variations
Color information
#2431AC (or 0x2431AC) is known color: Persian Blue. HEX triplet: 24, 31 and AC. RGB value is (36,49,172). Sum of RGB (Red+Green+Blue) = 36+49+172=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #2431AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2431AC is #DBCE53. Grayscale: #3A3A3A. Windows color (decimal): -14405204 or 11284772. OLE color: 11284772.
HSL color Cylindrical-coordinate representation of color #2431AC: hue angle of 234.26º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2431AC is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 49 | 172 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.33 |
| HSL | 234.26º | 0.65% | 0.41% | - |
| HSV(B) | 234.26º | 0.79% | 0.67% | - |
| XYZ | 9.27 | 5.55 | 39.61 | - |
| YUV | 59.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 172 | 0.79 | 0.72 | 0 | 0.33 | 234.26 | 0.65 | 0.41 |
| Hex | 24 | 31 | AC | 4F | 48 | 0 | 21 | EA | 41 | 29 |
| Octal | 44 | 61 | 254 | 117 | 110 | 0 | 41 | 352 | 101 | 51 |
| Binary | 100100 | 110001 | 10101100 | 1001111 | 1001000 | 0 | 100001 | 11101010 | 1000001 | 101001 |
Color Harmonies of #2431AC
Complementary color
Monochromatic Colors of #2431AC
Black with #2431AC
Text Example
Text Example
White with #2431AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431AC; }
p { color: rgb(36,49,172); }
H1.HeaderClassName
{
color: #2431AC;
}
.AnyTagClassName
{
color: #2431AC;
}
</style>
background-color css
<style>
a { background-color: #2431AC; }
a { background-color: rgb(36,49,172); }
div.DivClassName
{
background-color: #2431AC;
}
.BgClassName
{
background-color: #2431AC;
}
</style>
border-color css
<style>
span { border-color: #2431AC; }
span { border-color: rgb(36,49,172); }
td.TdClassName
{
border-color: #2431AC;
}
.TagClassName
{
border-color: #2431AC;
}
</style>