Shades of Persian Blue #2431AF
Tints of Persian Blue #2431AF
RGB
CMYK
RGB Variations
Color information
#2431AF (or 0x2431AF) is known color: Persian Blue. HEX triplet: 24, 31 and AF. RGB value is (36,49,175). Sum of RGB (Red+Green+Blue) = 36+49+175=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #2431AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2431AF is #DBCE50. Grayscale: #3A3A3A. Windows color (decimal): -14405201 or 11481380. OLE color: 11481380.
HSL color Cylindrical-coordinate representation of color #2431AF: hue angle of 234.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2431AF is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 49 | 175 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.31 |
| HSL | 234.39º | 0.66% | 0.41% | - |
| HSV(B) | 234.39º | 0.79% | 0.69% | - |
| XYZ | 9.56 | 5.67 | 41.15 | - |
| YUV | 59.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 175 | 0.79 | 0.72 | 0 | 0.31 | 234.39 | 0.66 | 0.41 |
| Hex | 24 | 31 | AF | 4F | 48 | 0 | 1F | EA | 42 | 29 |
| Octal | 44 | 61 | 257 | 117 | 110 | 0 | 37 | 352 | 102 | 51 |
| Binary | 100100 | 110001 | 10101111 | 1001111 | 1001000 | 0 | 11111 | 11101010 | 1000010 | 101001 |
Color Harmonies of #2431AF
Complementary color
Monochromatic Colors of #2431AF
Black with #2431AF
Text Example
Text Example
White with #2431AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431AF; }
p { color: rgb(36,49,175); }
H1.HeaderClassName
{
color: #2431AF;
}
.AnyTagClassName
{
color: #2431AF;
}
</style>
background-color css
<style>
a { background-color: #2431AF; }
a { background-color: rgb(36,49,175); }
div.DivClassName
{
background-color: #2431AF;
}
.BgClassName
{
background-color: #2431AF;
}
</style>
border-color css
<style>
span { border-color: #2431AF; }
span { border-color: rgb(36,49,175); }
td.TdClassName
{
border-color: #2431AF;
}
.TagClassName
{
border-color: #2431AF;
}
</style>