Shades of Persian Blue #2C27DA
Tints of Persian Blue #2C27DA
RGB
CMYK
RGB Variations
Color information
#2C27DA (or 0x2C27DA) is known color: Persian Blue. HEX triplet: 2C, 27 and DA. RGB value is (44,39,218). Sum of RGB (Red+Green+Blue) = 44+39+218=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C27DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C27DA is #D3D825. Grayscale: #3C3C3C. Windows color (decimal): -13883430 or 14296876. OLE color: 14296876.
HSL color Cylindrical-coordinate representation of color #2C27DA: hue angle of 241.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C27DA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 39 | 218 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.15 |
| HSL | 241.68º | 0.71% | 0.5% | - |
| HSV(B) | 241.68º | 0.82% | 0.85% | - |
| XYZ | 14.42 | 7.05 | 66.93 | - |
| YUV | 60.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 218 | 0.80 | 0.82 | 0 | 0.15 | 241.68 | 0.71 | 0.5 |
| Hex | 2C | 27 | DA | 50 | 52 | 0 | F | F2 | 47 | 32 |
| Octal | 54 | 47 | 332 | 120 | 122 | 0 | 17 | 362 | 107 | 62 |
| Binary | 101100 | 100111 | 11011010 | 1010000 | 1010010 | 0 | 1111 | 11110010 | 1000111 | 110010 |
Color Harmonies of #2C27DA
Complementary color
Monochromatic Colors of #2C27DA
Black with #2C27DA
Text Example
Text Example
White with #2C27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C27DA; }
p { color: rgb(44,39,218); }
H1.HeaderClassName
{
color: #2C27DA;
}
.AnyTagClassName
{
color: #2C27DA;
}
</style>
background-color css
<style>
a { background-color: #2C27DA; }
a { background-color: rgb(44,39,218); }
div.DivClassName
{
background-color: #2C27DA;
}
.BgClassName
{
background-color: #2C27DA;
}
</style>
border-color css
<style>
span { border-color: #2C27DA; }
span { border-color: rgb(44,39,218); }
td.TdClassName
{
border-color: #2C27DA;
}
.TagClassName
{
border-color: #2C27DA;
}
</style>