Shades of Persian Blue #2A26AD
Tints of Persian Blue #2A26AD
RGB
CMYK
RGB Variations
Color information
#2A26AD (or 0x2A26AD) is known color: Persian Blue. HEX triplet: 2A, 26 and AD. RGB value is (42,38,173). Sum of RGB (Red+Green+Blue) = 42+38+173=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A26AD is #D5D952. Grayscale: #363636. Windows color (decimal): -14014803 or 11347498. OLE color: 11347498.
HSL color Cylindrical-coordinate representation of color #2A26AD: hue angle of 241.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A26AD is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 38 | 173 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.32 |
| HSL | 241.78º | 0.64% | 0.41% | - |
| HSV(B) | 241.78º | 0.78% | 0.68% | - |
| XYZ | 9.19 | 4.9 | 40 | - |
| YUV | 54.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 173 | 0.76 | 0.78 | 0 | 0.32 | 241.78 | 0.64 | 0.41 |
| Hex | 2A | 26 | AD | 4C | 4E | 0 | 20 | F2 | 40 | 29 |
| Octal | 52 | 46 | 255 | 114 | 116 | 0 | 40 | 362 | 100 | 51 |
| Binary | 101010 | 100110 | 10101101 | 1001100 | 1001110 | 0 | 100000 | 11110010 | 1000000 | 101001 |
Color Harmonies of #2A26AD
Complementary color
Monochromatic Colors of #2A26AD
Black with #2A26AD
Text Example
Text Example
White with #2A26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A26AD; }
p { color: rgb(42,38,173); }
H1.HeaderClassName
{
color: #2A26AD;
}
.AnyTagClassName
{
color: #2A26AD;
}
</style>
background-color css
<style>
a { background-color: #2A26AD; }
a { background-color: rgb(42,38,173); }
div.DivClassName
{
background-color: #2A26AD;
}
.BgClassName
{
background-color: #2A26AD;
}
</style>
border-color css
<style>
span { border-color: #2A26AD; }
span { border-color: rgb(42,38,173); }
td.TdClassName
{
border-color: #2A26AD;
}
.TagClassName
{
border-color: #2A26AD;
}
</style>