Shades of Persian Blue #2C32C1
Tints of Persian Blue #2C32C1
RGB
CMYK
RGB Variations
Color information
#2C32C1 (or 0x2C32C1) is known color: Persian Blue. HEX triplet: 2C, 32 and C1. RGB value is (44,50,193). Sum of RGB (Red+Green+Blue) = 44+50+193=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C32C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C32C1 is #D3CD3E. Grayscale: #3F3F3F. Windows color (decimal): -13880639 or 12661292. OLE color: 12661292.
HSL color Cylindrical-coordinate representation of color #2C32C1: hue angle of 237.58º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C32C1 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 50 | 193 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.24 |
| HSL | 237.58º | 0.63% | 0.46% | - |
| HSV(B) | 237.58º | 0.77% | 0.76% | - |
| XYZ | 11.8 | 6.67 | 51.12 | - |
| YUV | 64.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 193 | 0.77 | 0.74 | 0 | 0.24 | 237.58 | 0.63 | 0.46 |
| Hex | 2C | 32 | C1 | 4D | 4A | 0 | 18 | EE | 3F | 2E |
| Octal | 54 | 62 | 301 | 115 | 112 | 0 | 30 | 356 | 77 | 56 |
| Binary | 101100 | 110010 | 11000001 | 1001101 | 1001010 | 0 | 11000 | 11101110 | 111111 | 101110 |
Color Harmonies of #2C32C1
Complementary color
Monochromatic Colors of #2C32C1
Black with #2C32C1
Text Example
Text Example
White with #2C32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C32C1; }
p { color: rgb(44,50,193); }
H1.HeaderClassName
{
color: #2C32C1;
}
.AnyTagClassName
{
color: #2C32C1;
}
</style>
background-color css
<style>
a { background-color: #2C32C1; }
a { background-color: rgb(44,50,193); }
div.DivClassName
{
background-color: #2C32C1;
}
.BgClassName
{
background-color: #2C32C1;
}
</style>
border-color css
<style>
span { border-color: #2C32C1; }
span { border-color: rgb(44,50,193); }
td.TdClassName
{
border-color: #2C32C1;
}
.TagClassName
{
border-color: #2C32C1;
}
</style>