Shades of Persian Blue #2D1BCE
Tints of Persian Blue #2D1BCE
RGB
CMYK
RGB Variations
Color information
#2D1BCE (or 0x2D1BCE) is known color: Persian Blue. HEX triplet: 2D, 1B and CE. RGB value is (45,27,206). Sum of RGB (Red+Green+Blue) = 45+27+206=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D1BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BCE is #D2E431. Grayscale: #343434. Windows color (decimal): -13820978 or 13507373. OLE color: 13507373.
HSL color Cylindrical-coordinate representation of color #2D1BCE: hue angle of 246.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1BCE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 27 | 206 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.19 |
| HSL | 246.03º | 0.77% | 0.46% | - |
| HSV(B) | 246.03º | 0.87% | 0.81% | - |
| XYZ | 12.61 | 5.8 | 58.85 | - |
| YUV | 52.79 | 214.46 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 206 | 0.78 | 0.87 | 0 | 0.19 | 246.03 | 0.77 | 0.46 |
| Hex | 2D | 1B | CE | 4E | 57 | 0 | 13 | F6 | 4D | 2E |
| Octal | 55 | 33 | 316 | 116 | 127 | 0 | 23 | 366 | 115 | 56 |
| Binary | 101101 | 11011 | 11001110 | 1001110 | 1010111 | 0 | 10011 | 11110110 | 1001101 | 101110 |
Color Harmonies of #2D1BCE
Complementary color
Monochromatic Colors of #2D1BCE
Black with #2D1BCE
Text Example
Text Example
White with #2D1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BCE; }
p { color: rgb(45,27,206); }
H1.HeaderClassName
{
color: #2D1BCE;
}
.AnyTagClassName
{
color: #2D1BCE;
}
</style>
background-color css
<style>
a { background-color: #2D1BCE; }
a { background-color: rgb(45,27,206); }
div.DivClassName
{
background-color: #2D1BCE;
}
.BgClassName
{
background-color: #2D1BCE;
}
</style>
border-color css
<style>
span { border-color: #2D1BCE; }
span { border-color: rgb(45,27,206); }
td.TdClassName
{
border-color: #2D1BCE;
}
.TagClassName
{
border-color: #2D1BCE;
}
</style>