Shades of Persian Blue #2A28AB
Tints of Persian Blue #2A28AB
RGB
CMYK
RGB Variations
Color information
#2A28AB (or 0x2A28AB) is known color: Persian Blue. HEX triplet: 2A, 28 and AB. RGB value is (42,40,171). Sum of RGB (Red+Green+Blue) = 42+40+171=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A28AB is #D5D754. Grayscale: #373737. Windows color (decimal): -14014293 or 11216938. OLE color: 11216938.
HSL color Cylindrical-coordinate representation of color #2A28AB: hue angle of 240.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A28AB is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 40 | 171 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.33 |
| HSL | 240.92º | 0.62% | 0.41% | - |
| HSV(B) | 240.92º | 0.77% | 0.67% | - |
| XYZ | 9.06 | 4.95 | 39.01 | - |
| YUV | 55.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 171 | 0.75 | 0.77 | 0 | 0.33 | 240.92 | 0.62 | 0.41 |
| Hex | 2A | 28 | AB | 4B | 4D | 0 | 21 | F1 | 3E | 29 |
| Octal | 52 | 50 | 253 | 113 | 115 | 0 | 41 | 361 | 76 | 51 |
| Binary | 101010 | 101000 | 10101011 | 1001011 | 1001101 | 0 | 100001 | 11110001 | 111110 | 101001 |
Color Harmonies of #2A28AB
Complementary color
Monochromatic Colors of #2A28AB
Black with #2A28AB
Text Example
Text Example
White with #2A28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A28AB; }
p { color: rgb(42,40,171); }
H1.HeaderClassName
{
color: #2A28AB;
}
.AnyTagClassName
{
color: #2A28AB;
}
</style>
background-color css
<style>
a { background-color: #2A28AB; }
a { background-color: rgb(42,40,171); }
div.DivClassName
{
background-color: #2A28AB;
}
.BgClassName
{
background-color: #2A28AB;
}
</style>
border-color css
<style>
span { border-color: #2A28AB; }
span { border-color: rgb(42,40,171); }
td.TdClassName
{
border-color: #2A28AB;
}
.TagClassName
{
border-color: #2A28AB;
}
</style>