Shades of Persian Blue #2D1CBC
Tints of Persian Blue #2D1CBC
RGB
CMYK
RGB Variations
Color information
#2D1CBC (or 0x2D1CBC) is known color: Persian Blue. HEX triplet: 2D, 1C and BC. RGB value is (45,28,188). Sum of RGB (Red+Green+Blue) = 45+28+188=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D1CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1CBC is #D2E343. Grayscale: #323232. Windows color (decimal): -13820740 or 12327981. OLE color: 12327981.
HSL color Cylindrical-coordinate representation of color #2D1CBC: hue angle of 246.37º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1CBC is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 28 | 188 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.26 |
| HSL | 246.38º | 0.74% | 0.42% | - |
| HSV(B) | 246.38º | 0.85% | 0.74% | - |
| XYZ | 10.57 | 5.02 | 47.99 | - |
| YUV | 51.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 188 | 0.76 | 0.85 | 0 | 0.26 | 246.38 | 0.74 | 0.42 |
| Hex | 2D | 1C | BC | 4C | 55 | 0 | 1A | F6 | 4A | 2A |
| Octal | 55 | 34 | 274 | 114 | 125 | 0 | 32 | 366 | 112 | 52 |
| Binary | 101101 | 11100 | 10111100 | 1001100 | 1010101 | 0 | 11010 | 11110110 | 1001010 | 101010 |
Color Harmonies of #2D1CBC
Complementary color
Monochromatic Colors of #2D1CBC
Black with #2D1CBC
Text Example
Text Example
White with #2D1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CBC; }
p { color: rgb(45,28,188); }
H1.HeaderClassName
{
color: #2D1CBC;
}
.AnyTagClassName
{
color: #2D1CBC;
}
</style>
background-color css
<style>
a { background-color: #2D1CBC; }
a { background-color: rgb(45,28,188); }
div.DivClassName
{
background-color: #2D1CBC;
}
.BgClassName
{
background-color: #2D1CBC;
}
</style>
border-color css
<style>
span { border-color: #2D1CBC; }
span { border-color: rgb(45,28,188); }
td.TdClassName
{
border-color: #2D1CBC;
}
.TagClassName
{
border-color: #2D1CBC;
}
</style>