Shades of Persian Blue #2A30AC
Tints of Persian Blue #2A30AC
RGB
CMYK
RGB Variations
Color information
#2A30AC (or 0x2A30AC) is known color: Persian Blue. HEX triplet: 2A, 30 and AC. RGB value is (42,48,172). Sum of RGB (Red+Green+Blue) = 42+48+172=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A30AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A30AC is #D5CF53. Grayscale: #3B3B3B. Windows color (decimal): -14012244 or 11284522. OLE color: 11284522.
HSL color Cylindrical-coordinate representation of color #2A30AC: hue angle of 237.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A30AC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 48 | 172 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.33 |
| HSL | 237.23º | 0.61% | 0.42% | - |
| HSV(B) | 237.23º | 0.76% | 0.67% | - |
| XYZ | 9.46 | 5.58 | 39.61 | - |
| YUV | 60.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 172 | 0.76 | 0.72 | 0 | 0.33 | 237.23 | 0.61 | 0.42 |
| Hex | 2A | 30 | AC | 4C | 48 | 0 | 21 | ED | 3D | 2A |
| Octal | 52 | 60 | 254 | 114 | 110 | 0 | 41 | 355 | 75 | 52 |
| Binary | 101010 | 110000 | 10101100 | 1001100 | 1001000 | 0 | 100001 | 11101101 | 111101 | 101010 |
Color Harmonies of #2A30AC
Complementary color
Monochromatic Colors of #2A30AC
Black with #2A30AC
Text Example
Text Example
White with #2A30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A30AC; }
p { color: rgb(42,48,172); }
H1.HeaderClassName
{
color: #2A30AC;
}
.AnyTagClassName
{
color: #2A30AC;
}
</style>
background-color css
<style>
a { background-color: #2A30AC; }
a { background-color: rgb(42,48,172); }
div.DivClassName
{
background-color: #2A30AC;
}
.BgClassName
{
background-color: #2A30AC;
}
</style>
border-color css
<style>
span { border-color: #2A30AC; }
span { border-color: rgb(42,48,172); }
td.TdClassName
{
border-color: #2A30AC;
}
.TagClassName
{
border-color: #2A30AC;
}
</style>