Shades of Persian Blue #2A19CC
Tints of Persian Blue #2A19CC
RGB
CMYK
RGB Variations
Color information
#2A19CC (or 0x2A19CC) is known color: Persian Blue. HEX triplet: 2A, 19 and CC. RGB value is (42,25,204). Sum of RGB (Red+Green+Blue) = 42+25+204=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A19CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A19CC is #D5E633. Grayscale: #313131. Windows color (decimal): -14018100 or 13375786. OLE color: 13375786.
HSL color Cylindrical-coordinate representation of color #2A19CC: hue angle of 245.7º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A19CC is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 25 | 204 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.2 |
| HSL | 245.7º | 0.78% | 0.45% | - |
| HSV(B) | 245.7º | 0.88% | 0.8% | - |
| XYZ | 12.2 | 5.55 | 57.55 | - |
| YUV | 50.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 204 | 0.79 | 0.88 | 0 | 0.2 | 245.7 | 0.78 | 0.45 |
| Hex | 2A | 19 | CC | 4F | 58 | 0 | 14 | F6 | 4E | 2D |
| Octal | 52 | 31 | 314 | 117 | 130 | 0 | 24 | 366 | 116 | 55 |
| Binary | 101010 | 11001 | 11001100 | 1001111 | 1011000 | 0 | 10100 | 11110110 | 1001110 | 101101 |
Color Harmonies of #2A19CC
Complementary color
Monochromatic Colors of #2A19CC
Black with #2A19CC
Text Example
Text Example
White with #2A19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A19CC; }
p { color: rgb(42,25,204); }
H1.HeaderClassName
{
color: #2A19CC;
}
.AnyTagClassName
{
color: #2A19CC;
}
</style>
background-color css
<style>
a { background-color: #2A19CC; }
a { background-color: rgb(42,25,204); }
div.DivClassName
{
background-color: #2A19CC;
}
.BgClassName
{
background-color: #2A19CC;
}
</style>
border-color css
<style>
span { border-color: #2A19CC; }
span { border-color: rgb(42,25,204); }
td.TdClassName
{
border-color: #2A19CC;
}
.TagClassName
{
border-color: #2A19CC;
}
</style>