Shades of Persian Blue #2A1CCD
Tints of Persian Blue #2A1CCD
RGB
CMYK
RGB Variations
Color information
#2A1CCD (or 0x2A1CCD) is known color: Persian Blue. HEX triplet: 2A, 1C and CD. RGB value is (42,28,205). Sum of RGB (Red+Green+Blue) = 42+28+205=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1CCD is #D5E332. Grayscale: #333333. Windows color (decimal): -14017331 or 13442090. OLE color: 13442090.
HSL color Cylindrical-coordinate representation of color #2A1CCD: hue angle of 244.75º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1CCD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 28 | 205 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.20 |
| HSL | 244.75º | 0.76% | 0.46% | - |
| HSV(B) | 244.75º | 0.86% | 0.8% | - |
| XYZ | 12.39 | 5.73 | 58.21 | - |
| YUV | 52.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 205 | 0.80 | 0.86 | 0 | 0.20 | 244.75 | 0.76 | 0.46 |
| Hex | 2A | 1C | CD | 50 | 56 | 0 | 14 | F5 | 4C | 2E |
| Octal | 52 | 34 | 315 | 120 | 126 | 0 | 24 | 365 | 114 | 56 |
| Binary | 101010 | 11100 | 11001101 | 1010000 | 1010110 | 0 | 10100 | 11110101 | 1001100 | 101110 |
Color Harmonies of #2A1CCD
Complementary color
Monochromatic Colors of #2A1CCD
Black with #2A1CCD
Text Example
Text Example
White with #2A1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CCD; }
p { color: rgb(42,28,205); }
H1.HeaderClassName
{
color: #2A1CCD;
}
.AnyTagClassName
{
color: #2A1CCD;
}
</style>
background-color css
<style>
a { background-color: #2A1CCD; }
a { background-color: rgb(42,28,205); }
div.DivClassName
{
background-color: #2A1CCD;
}
.BgClassName
{
background-color: #2A1CCD;
}
</style>
border-color css
<style>
span { border-color: #2A1CCD; }
span { border-color: rgb(42,28,205); }
td.TdClassName
{
border-color: #2A1CCD;
}
.TagClassName
{
border-color: #2A1CCD;
}
</style>