Shades of Persian Blue #2A30AB
Tints of Persian Blue #2A30AB
RGB
CMYK
RGB Variations
Color information
#2A30AB (or 0x2A30AB) is known color: Persian Blue. HEX triplet: 2A, 30 and AB. RGB value is (42,48,171). Sum of RGB (Red+Green+Blue) = 42+48+171=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A30AB is #D5CF54. Grayscale: #3B3B3B. Windows color (decimal): -14012245 or 11218986. OLE color: 11218986.
HSL color Cylindrical-coordinate representation of color #2A30AB: hue angle of 237.21º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A30AB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 48 | 171 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.33 |
| HSL | 237.21º | 0.61% | 0.42% | - |
| HSV(B) | 237.21º | 0.75% | 0.67% | - |
| XYZ | 9.36 | 5.55 | 39.11 | - |
| YUV | 60.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 171 | 0.75 | 0.72 | 0 | 0.33 | 237.21 | 0.61 | 0.42 |
| Hex | 2A | 30 | AB | 4B | 48 | 0 | 21 | ED | 3D | 2A |
| Octal | 52 | 60 | 253 | 113 | 110 | 0 | 41 | 355 | 75 | 52 |
| Binary | 101010 | 110000 | 10101011 | 1001011 | 1001000 | 0 | 100001 | 11101101 | 111101 | 101010 |
Color Harmonies of #2A30AB
Complementary color
Monochromatic Colors of #2A30AB
Black with #2A30AB
Text Example
Text Example
White with #2A30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A30AB; }
p { color: rgb(42,48,171); }
H1.HeaderClassName
{
color: #2A30AB;
}
.AnyTagClassName
{
color: #2A30AB;
}
</style>
background-color css
<style>
a { background-color: #2A30AB; }
a { background-color: rgb(42,48,171); }
div.DivClassName
{
background-color: #2A30AB;
}
.BgClassName
{
background-color: #2A30AB;
}
</style>
border-color css
<style>
span { border-color: #2A30AB; }
span { border-color: rgb(42,48,171); }
td.TdClassName
{
border-color: #2A30AB;
}
.TagClassName
{
border-color: #2A30AB;
}
</style>