Shades of Persian Blue #2D1FBC
Tints of Persian Blue #2D1FBC
RGB
CMYK
RGB Variations
Color information
#2D1FBC (or 0x2D1FBC) is known color: Persian Blue. HEX triplet: 2D, 1F and BC. RGB value is (45,31,188). Sum of RGB (Red+Green+Blue) = 45+31+188=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D1FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FBC is #D2E043. Grayscale: #343434. Windows color (decimal): -13819972 or 12328749. OLE color: 12328749.
HSL color Cylindrical-coordinate representation of color #2D1FBC: hue angle of 245.35º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1FBC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 31 | 188 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.26 |
| HSL | 245.35º | 0.72% | 0.43% | - |
| HSV(B) | 245.35º | 0.84% | 0.74% | - |
| XYZ | 10.65 | 5.17 | 48.01 | - |
| YUV | 53.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 188 | 0.76 | 0.84 | 0 | 0.26 | 245.35 | 0.72 | 0.43 |
| Hex | 2D | 1F | BC | 4C | 54 | 0 | 1A | F5 | 48 | 2B |
| Octal | 55 | 37 | 274 | 114 | 124 | 0 | 32 | 365 | 110 | 53 |
| Binary | 101101 | 11111 | 10111100 | 1001100 | 1010100 | 0 | 11010 | 11110101 | 1001000 | 101011 |
Color Harmonies of #2D1FBC
Complementary color
Monochromatic Colors of #2D1FBC
Black with #2D1FBC
Text Example
Text Example
White with #2D1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FBC; }
p { color: rgb(45,31,188); }
H1.HeaderClassName
{
color: #2D1FBC;
}
.AnyTagClassName
{
color: #2D1FBC;
}
</style>
background-color css
<style>
a { background-color: #2D1FBC; }
a { background-color: rgb(45,31,188); }
div.DivClassName
{
background-color: #2D1FBC;
}
.BgClassName
{
background-color: #2D1FBC;
}
</style>
border-color css
<style>
span { border-color: #2D1FBC; }
span { border-color: rgb(45,31,188); }
td.TdClassName
{
border-color: #2D1FBC;
}
.TagClassName
{
border-color: #2D1FBC;
}
</style>