Shades of Persian Blue #2C25E2
Tints of Persian Blue #2C25E2
RGB
CMYK
RGB Variations
Color information
#2C25E2 (or 0x2C25E2) is known color: Persian Blue. HEX triplet: 2C, 25 and E2. RGB value is (44,37,226). Sum of RGB (Red+Green+Blue) = 44+37+226=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 226 (88.67% from 255 or 73.62% from 307); Max value from RGB is 226 - color contains mainly: blue. Hex color #2C25E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C25E2 is #D3DA1D. Grayscale: #3B3B3B. Windows color (decimal): -13883934 or 14820652. OLE color: 14820652.
HSL color Cylindrical-coordinate representation of color #2C25E2: hue angle of 242.22º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C25E2 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 37 | 226 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.11 |
| HSL | 242.22º | 0.77% | 0.52% | - |
| HSV(B) | 242.22º | 0.84% | 0.89% | - |
| XYZ | 15.43 | 7.35 | 72.56 | - |
| YUV | 60.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 226 | 0.81 | 0.84 | 0 | 0.11 | 242.22 | 0.77 | 0.52 |
| Hex | 2C | 25 | E2 | 51 | 54 | 0 | B | F2 | 4D | 34 |
| Octal | 54 | 45 | 342 | 121 | 124 | 0 | 13 | 362 | 115 | 64 |
| Binary | 101100 | 100101 | 11100010 | 1010001 | 1010100 | 0 | 1011 | 11110010 | 1001101 | 110100 |
Color Harmonies of #2C25E2
Complementary color
Monochromatic Colors of #2C25E2
Black with #2C25E2
Text Example
Text Example
White with #2C25E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C25E2; }
p { color: rgb(44,37,226); }
H1.HeaderClassName
{
color: #2C25E2;
}
.AnyTagClassName
{
color: #2C25E2;
}
</style>
background-color css
<style>
a { background-color: #2C25E2; }
a { background-color: rgb(44,37,226); }
div.DivClassName
{
background-color: #2C25E2;
}
.BgClassName
{
background-color: #2C25E2;
}
</style>
border-color css
<style>
span { border-color: #2C25E2; }
span { border-color: rgb(44,37,226); }
td.TdClassName
{
border-color: #2C25E2;
}
.TagClassName
{
border-color: #2C25E2;
}
</style>