Shades of Persian Blue #2C1AD2
Tints of Persian Blue #2C1AD2
RGB
CMYK
RGB Variations
Color information
#2C1AD2 (or 0x2C1AD2) is known color: Persian Blue. HEX triplet: 2C, 1A and D2. RGB value is (44,26,210). Sum of RGB (Red+Green+Blue) = 44+26+210=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 210 (82.42% from 255 or 75% from 280); Max value from RGB is 210 - color contains mainly: blue. Hex color #2C1AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1AD2 is #D3E52D. Grayscale: #333333. Windows color (decimal): -13886766 or 13769260. OLE color: 13769260.
HSL color Cylindrical-coordinate representation of color #2C1AD2: hue angle of 245.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1AD2 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 26 | 210 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.18 |
| HSL | 245.87º | 0.78% | 0.46% | - |
| HSV(B) | 245.87º | 0.88% | 0.82% | - |
| XYZ | 13.04 | 5.93 | 61.43 | - |
| YUV | 52.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 210 | 0.79 | 0.88 | 0 | 0.18 | 245.87 | 0.78 | 0.46 |
| Hex | 2C | 1A | D2 | 4F | 58 | 0 | 12 | F6 | 4E | 2E |
| Octal | 54 | 32 | 322 | 117 | 130 | 0 | 22 | 366 | 116 | 56 |
| Binary | 101100 | 11010 | 11010010 | 1001111 | 1011000 | 0 | 10010 | 11110110 | 1001110 | 101110 |
Color Harmonies of #2C1AD2
Complementary color
Monochromatic Colors of #2C1AD2
Black with #2C1AD2
Text Example
Text Example
White with #2C1AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1AD2; }
p { color: rgb(44,26,210); }
H1.HeaderClassName
{
color: #2C1AD2;
}
.AnyTagClassName
{
color: #2C1AD2;
}
</style>
background-color css
<style>
a { background-color: #2C1AD2; }
a { background-color: rgb(44,26,210); }
div.DivClassName
{
background-color: #2C1AD2;
}
.BgClassName
{
background-color: #2C1AD2;
}
</style>
border-color css
<style>
span { border-color: #2C1AD2; }
span { border-color: rgb(44,26,210); }
td.TdClassName
{
border-color: #2C1AD2;
}
.TagClassName
{
border-color: #2C1AD2;
}
</style>