Shades of Persian Blue #2A1DBC
Tints of Persian Blue #2A1DBC
RGB
CMYK
RGB Variations
Color information
#2A1DBC (or 0x2A1DBC) is known color: Persian Blue. HEX triplet: 2A, 1D and BC. RGB value is (42,29,188). Sum of RGB (Red+Green+Blue) = 42+29+188=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A1DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1DBC is #D5E243. Grayscale: #323232. Windows color (decimal): -14017092 or 12328234. OLE color: 12328234.
HSL color Cylindrical-coordinate representation of color #2A1DBC: hue angle of 244.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1DBC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 29 | 188 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.26 |
| HSL | 244.91º | 0.73% | 0.43% | - |
| HSV(B) | 244.91º | 0.85% | 0.74% | - |
| XYZ | 10.47 | 5 | 47.99 | - |
| YUV | 51.01 | 205.31 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 188 | 0.78 | 0.85 | 0 | 0.26 | 244.91 | 0.73 | 0.43 |
| Hex | 2A | 1D | BC | 4E | 55 | 0 | 1A | F5 | 49 | 2B |
| Octal | 52 | 35 | 274 | 116 | 125 | 0 | 32 | 365 | 111 | 53 |
| Binary | 101010 | 11101 | 10111100 | 1001110 | 1010101 | 0 | 11010 | 11110101 | 1001001 | 101011 |
Color Harmonies of #2A1DBC
Complementary color
Monochromatic Colors of #2A1DBC
Black with #2A1DBC
Text Example
Text Example
White with #2A1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DBC; }
p { color: rgb(42,29,188); }
H1.HeaderClassName
{
color: #2A1DBC;
}
.AnyTagClassName
{
color: #2A1DBC;
}
</style>
background-color css
<style>
a { background-color: #2A1DBC; }
a { background-color: rgb(42,29,188); }
div.DivClassName
{
background-color: #2A1DBC;
}
.BgClassName
{
background-color: #2A1DBC;
}
</style>
border-color css
<style>
span { border-color: #2A1DBC; }
span { border-color: rgb(42,29,188); }
td.TdClassName
{
border-color: #2A1DBC;
}
.TagClassName
{
border-color: #2A1DBC;
}
</style>