Shades of Persian Blue #2D27CA
Tints of Persian Blue #2D27CA
RGB
CMYK
RGB Variations
Color information
#2D27CA (or 0x2D27CA) is known color: Persian Blue. HEX triplet: 2D, 27 and CA. RGB value is (45,39,202). Sum of RGB (Red+Green+Blue) = 45+39+202=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D27CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D27CA is #D2D835. Grayscale: #3A3A3A. Windows color (decimal): -13817910 or 13248301. OLE color: 13248301.
HSL color Cylindrical-coordinate representation of color #2D27CA: hue angle of 242.21º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D27CA is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 39 | 202 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.21 |
| HSL | 242.21º | 0.68% | 0.47% | - |
| HSV(B) | 242.21º | 0.81% | 0.79% | - |
| XYZ | 12.47 | 6.27 | 56.43 | - |
| YUV | 59.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 202 | 0.78 | 0.81 | 0 | 0.21 | 242.21 | 0.68 | 0.47 |
| Hex | 2D | 27 | CA | 4E | 51 | 0 | 15 | F2 | 44 | 2F |
| Octal | 55 | 47 | 312 | 116 | 121 | 0 | 25 | 362 | 104 | 57 |
| Binary | 101101 | 100111 | 11001010 | 1001110 | 1010001 | 0 | 10101 | 11110010 | 1000100 | 101111 |
Color Harmonies of #2D27CA
Complementary color
Monochromatic Colors of #2D27CA
Black with #2D27CA
Text Example
Text Example
White with #2D27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D27CA; }
p { color: rgb(45,39,202); }
H1.HeaderClassName
{
color: #2D27CA;
}
.AnyTagClassName
{
color: #2D27CA;
}
</style>
background-color css
<style>
a { background-color: #2D27CA; }
a { background-color: rgb(45,39,202); }
div.DivClassName
{
background-color: #2D27CA;
}
.BgClassName
{
background-color: #2D27CA;
}
</style>
border-color css
<style>
span { border-color: #2D27CA; }
span { border-color: rgb(45,39,202); }
td.TdClassName
{
border-color: #2D27CA;
}
.TagClassName
{
border-color: #2D27CA;
}
</style>