Shades of Persian Blue #2B1ECE
Tints of Persian Blue #2B1ECE
RGB
CMYK
RGB Variations
Color information
#2B1ECE (or 0x2B1ECE) is known color: Persian Blue. HEX triplet: 2B, 1E and CE. RGB value is (43,30,206). Sum of RGB (Red+Green+Blue) = 43+30+206=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ECE is #D4E131. Grayscale: #353535. Windows color (decimal): -13951282 or 13508139. OLE color: 13508139.
HSL color Cylindrical-coordinate representation of color #2B1ECE: hue angle of 244.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B1ECE is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 30 | 206 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.19 |
| HSL | 244.43º | 0.75% | 0.46% | - |
| HSV(B) | 244.43º | 0.85% | 0.81% | - |
| XYZ | 12.6 | 5.9 | 58.87 | - |
| YUV | 53.95 | 213.81 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 206 | 0.79 | 0.85 | 0 | 0.19 | 244.43 | 0.75 | 0.46 |
| Hex | 2B | 1E | CE | 4F | 55 | 0 | 13 | F4 | 4B | 2E |
| Octal | 53 | 36 | 316 | 117 | 125 | 0 | 23 | 364 | 113 | 56 |
| Binary | 101011 | 11110 | 11001110 | 1001111 | 1010101 | 0 | 10011 | 11110100 | 1001011 | 101110 |
Color Harmonies of #2B1ECE
Complementary color
Monochromatic Colors of #2B1ECE
Black with #2B1ECE
Text Example
Text Example
White with #2B1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ECE; }
p { color: rgb(43,30,206); }
H1.HeaderClassName
{
color: #2B1ECE;
}
.AnyTagClassName
{
color: #2B1ECE;
}
</style>
background-color css
<style>
a { background-color: #2B1ECE; }
a { background-color: rgb(43,30,206); }
div.DivClassName
{
background-color: #2B1ECE;
}
.BgClassName
{
background-color: #2B1ECE;
}
</style>
border-color css
<style>
span { border-color: #2B1ECE; }
span { border-color: rgb(43,30,206); }
td.TdClassName
{
border-color: #2B1ECE;
}
.TagClassName
{
border-color: #2B1ECE;
}
</style>