Shades of Persian Blue #2C1CB3
Tints of Persian Blue #2C1CB3
RGB
CMYK
RGB Variations
Color information
#2C1CB3 (or 0x2C1CB3) is known color: Persian Blue. HEX triplet: 2C, 1C and B3. RGB value is (44,28,179). Sum of RGB (Red+Green+Blue) = 44+28+179=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 179 (70.31% from 255 or 71.31% from 251); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1CB3 is #D3E34C. Grayscale: #313131. Windows color (decimal): -13886285 or 11738156. OLE color: 11738156.
HSL color Cylindrical-coordinate representation of color #2C1CB3: hue angle of 246.36º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1CB3 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 28 | 179 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.30 |
| HSL | 246.36º | 0.73% | 0.41% | - |
| HSV(B) | 246.36º | 0.84% | 0.7% | - |
| XYZ | 9.59 | 4.62 | 43.03 | - |
| YUV | 50 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 179 | 0.75 | 0.84 | 0 | 0.30 | 246.36 | 0.73 | 0.41 |
| Hex | 2C | 1C | B3 | 4B | 54 | 0 | 1E | F6 | 49 | 29 |
| Octal | 54 | 34 | 263 | 113 | 124 | 0 | 36 | 366 | 111 | 51 |
| Binary | 101100 | 11100 | 10110011 | 1001011 | 1010100 | 0 | 11110 | 11110110 | 1001001 | 101001 |
Color Harmonies of #2C1CB3
Complementary color
Monochromatic Colors of #2C1CB3
Black with #2C1CB3
Text Example
Text Example
White with #2C1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1CB3; }
p { color: rgb(44,28,179); }
H1.HeaderClassName
{
color: #2C1CB3;
}
.AnyTagClassName
{
color: #2C1CB3;
}
</style>
background-color css
<style>
a { background-color: #2C1CB3; }
a { background-color: rgb(44,28,179); }
div.DivClassName
{
background-color: #2C1CB3;
}
.BgClassName
{
background-color: #2C1CB3;
}
</style>
border-color css
<style>
span { border-color: #2C1CB3; }
span { border-color: rgb(44,28,179); }
td.TdClassName
{
border-color: #2C1CB3;
}
.TagClassName
{
border-color: #2C1CB3;
}
</style>