Shades of Persian Blue #2B1DC3
Tints of Persian Blue #2B1DC3
RGB
CMYK
RGB Variations
Color information
#2B1DC3 (or 0x2B1DC3) is known color: Persian Blue. HEX triplet: 2B, 1D and C3. RGB value is (43,29,195). Sum of RGB (Red+Green+Blue) = 43+29+195=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 195 (76.56% from 255 or 73.03% from 267); Max value from RGB is 195 - color contains mainly: blue. Hex color #2B1DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1DC3 is #D4E23C. Grayscale: #333333. Windows color (decimal): -13951549 or 12786987. OLE color: 12786987.
HSL color Cylindrical-coordinate representation of color #2B1DC3: hue angle of 245.06º degrees, saturation: 0.74, 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 #2B1DC3 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 29 | 195 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.24 |
| HSL | 245.06º | 0.74% | 0.44% | - |
| HSV(B) | 245.06º | 0.85% | 0.76% | - |
| XYZ | 11.29 | 5.33 | 52.06 | - |
| YUV | 52.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 195 | 0.78 | 0.85 | 0 | 0.24 | 245.06 | 0.74 | 0.44 |
| Hex | 2B | 1D | C3 | 4E | 55 | 0 | 18 | F5 | 4A | 2C |
| Octal | 53 | 35 | 303 | 116 | 125 | 0 | 30 | 365 | 112 | 54 |
| Binary | 101011 | 11101 | 11000011 | 1001110 | 1010101 | 0 | 11000 | 11110101 | 1001010 | 101100 |
Color Harmonies of #2B1DC3
Complementary color
Monochromatic Colors of #2B1DC3
Black with #2B1DC3
Text Example
Text Example
White with #2B1DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DC3; }
p { color: rgb(43,29,195); }
H1.HeaderClassName
{
color: #2B1DC3;
}
.AnyTagClassName
{
color: #2B1DC3;
}
</style>
background-color css
<style>
a { background-color: #2B1DC3; }
a { background-color: rgb(43,29,195); }
div.DivClassName
{
background-color: #2B1DC3;
}
.BgClassName
{
background-color: #2B1DC3;
}
</style>
border-color css
<style>
span { border-color: #2B1DC3; }
span { border-color: rgb(43,29,195); }
td.TdClassName
{
border-color: #2B1DC3;
}
.TagClassName
{
border-color: #2B1DC3;
}
</style>