Shades of Persian Blue #2A31DA
Tints of Persian Blue #2A31DA
RGB
CMYK
RGB Variations
Color information
#2A31DA (or 0x2A31DA) is known color: Persian Blue. HEX triplet: 2A, 31 and DA. RGB value is (42,49,218). Sum of RGB (Red+Green+Blue) = 42+49+218=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A31DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A31DA is #D5CE25. Grayscale: #414141. Windows color (decimal): -14011942 or 14299434. OLE color: 14299434.
HSL color Cylindrical-coordinate representation of color #2A31DA: hue angle of 237.61º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A31DA is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 49 | 218 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.15 |
| HSL | 237.61º | 0.7% | 0.51% | - |
| HSV(B) | 237.61º | 0.81% | 0.85% | - |
| XYZ | 14.71 | 7.75 | 67.05 | - |
| YUV | 66.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 218 | 0.81 | 0.78 | 0 | 0.15 | 237.61 | 0.7 | 0.51 |
| Hex | 2A | 31 | DA | 51 | 4E | 0 | F | EE | 46 | 33 |
| Octal | 52 | 61 | 332 | 121 | 116 | 0 | 17 | 356 | 106 | 63 |
| Binary | 101010 | 110001 | 11011010 | 1010001 | 1001110 | 0 | 1111 | 11101110 | 1000110 | 110011 |
Color Harmonies of #2A31DA
Complementary color
Monochromatic Colors of #2A31DA
Black with #2A31DA
Text Example
Text Example
White with #2A31DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A31DA; }
p { color: rgb(42,49,218); }
H1.HeaderClassName
{
color: #2A31DA;
}
.AnyTagClassName
{
color: #2A31DA;
}
</style>
background-color css
<style>
a { background-color: #2A31DA; }
a { background-color: rgb(42,49,218); }
div.DivClassName
{
background-color: #2A31DA;
}
.BgClassName
{
background-color: #2A31DA;
}
</style>
border-color css
<style>
span { border-color: #2A31DA; }
span { border-color: rgb(42,49,218); }
td.TdClassName
{
border-color: #2A31DA;
}
.TagClassName
{
border-color: #2A31DA;
}
</style>