Shades of Persian Blue #2A1CB4
Tints of Persian Blue #2A1CB4
RGB
CMYK
RGB Variations
Color information
#2A1CB4 (or 0x2A1CB4) is known color: Persian Blue. HEX triplet: 2A, 1C and B4. RGB value is (42,28,180). Sum of RGB (Red+Green+Blue) = 42+28+180=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A1CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1CB4 is #D5E34B. Grayscale: #303030. Windows color (decimal): -14017356 or 11803690. OLE color: 11803690.
HSL color Cylindrical-coordinate representation of color #2A1CB4: hue angle of 245.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1CB4 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 28 | 180 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.29 |
| HSL | 245.53º | 0.73% | 0.41% | - |
| HSV(B) | 245.53º | 0.84% | 0.71% | - |
| XYZ | 9.61 | 4.62 | 43.56 | - |
| YUV | 49.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 180 | 0.77 | 0.84 | 0 | 0.29 | 245.53 | 0.73 | 0.41 |
| Hex | 2A | 1C | B4 | 4D | 54 | 0 | 1D | F6 | 49 | 29 |
| Octal | 52 | 34 | 264 | 115 | 124 | 0 | 35 | 366 | 111 | 51 |
| Binary | 101010 | 11100 | 10110100 | 1001101 | 1010100 | 0 | 11101 | 11110110 | 1001001 | 101001 |
Color Harmonies of #2A1CB4
Complementary color
Monochromatic Colors of #2A1CB4
Black with #2A1CB4
Text Example
Text Example
White with #2A1CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CB4; }
p { color: rgb(42,28,180); }
H1.HeaderClassName
{
color: #2A1CB4;
}
.AnyTagClassName
{
color: #2A1CB4;
}
</style>
background-color css
<style>
a { background-color: #2A1CB4; }
a { background-color: rgb(42,28,180); }
div.DivClassName
{
background-color: #2A1CB4;
}
.BgClassName
{
background-color: #2A1CB4;
}
</style>
border-color css
<style>
span { border-color: #2A1CB4; }
span { border-color: rgb(42,28,180); }
td.TdClassName
{
border-color: #2A1CB4;
}
.TagClassName
{
border-color: #2A1CB4;
}
</style>