Shades of Persian Blue #2D1EC3
Tints of Persian Blue #2D1EC3
RGB
CMYK
RGB Variations
Color information
#2D1EC3 (or 0x2D1EC3) is known color: Persian Blue. HEX triplet: 2D, 1E and C3. RGB value is (45,30,195). Sum of RGB (Red+Green+Blue) = 45+30+195=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 195 (76.56% from 255 or 72.22% from 270); Max value from RGB is 195 - color contains mainly: blue. Hex color #2D1EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EC3 is #D2E13C. Grayscale: #343434. Windows color (decimal): -13820221 or 12787245. OLE color: 12787245.
HSL color Cylindrical-coordinate representation of color #2D1EC3: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1EC3 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 30 | 195 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.24 |
| HSL | 245.45º | 0.73% | 0.44% | - |
| HSV(B) | 245.45º | 0.85% | 0.76% | - |
| XYZ | 11.4 | 5.43 | 52.08 | - |
| YUV | 53.3 | 207.97 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 195 | 0.77 | 0.85 | 0 | 0.24 | 245.45 | 0.73 | 0.44 |
| Hex | 2D | 1E | C3 | 4D | 55 | 0 | 18 | F5 | 49 | 2C |
| Octal | 55 | 36 | 303 | 115 | 125 | 0 | 30 | 365 | 111 | 54 |
| Binary | 101101 | 11110 | 11000011 | 1001101 | 1010101 | 0 | 11000 | 11110101 | 1001001 | 101100 |
Color Harmonies of #2D1EC3
Complementary color
Monochromatic Colors of #2D1EC3
Black with #2D1EC3
Text Example
Text Example
White with #2D1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EC3; }
p { color: rgb(45,30,195); }
H1.HeaderClassName
{
color: #2D1EC3;
}
.AnyTagClassName
{
color: #2D1EC3;
}
</style>
background-color css
<style>
a { background-color: #2D1EC3; }
a { background-color: rgb(45,30,195); }
div.DivClassName
{
background-color: #2D1EC3;
}
.BgClassName
{
background-color: #2D1EC3;
}
</style>
border-color css
<style>
span { border-color: #2D1EC3; }
span { border-color: rgb(45,30,195); }
td.TdClassName
{
border-color: #2D1EC3;
}
.TagClassName
{
border-color: #2D1EC3;
}
</style>