Shades of Persian Blue #2D1CAE
Tints of Persian Blue #2D1CAE
RGB
CMYK
RGB Variations
Color information
#2D1CAE (or 0x2D1CAE) is known color: Persian Blue. HEX triplet: 2D, 1C and AE. RGB value is (45,28,174). Sum of RGB (Red+Green+Blue) = 45+28+174=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D1CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CAE is #D2E351. Grayscale: #313131. Windows color (decimal): -13820754 or 11410477. OLE color: 11410477.
HSL color Cylindrical-coordinate representation of color #2D1CAE: hue angle of 246.99º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1CAE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 28 | 174 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.32 |
| HSL | 246.99º | 0.72% | 0.4% | - |
| HSV(B) | 246.99º | 0.84% | 0.68% | - |
| XYZ | 9.14 | 4.44 | 40.42 | - |
| YUV | 49.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 174 | 0.74 | 0.84 | 0 | 0.32 | 246.99 | 0.72 | 0.4 |
| Hex | 2D | 1C | AE | 4A | 54 | 0 | 20 | F7 | 48 | 28 |
| Octal | 55 | 34 | 256 | 112 | 124 | 0 | 40 | 367 | 110 | 50 |
| Binary | 101101 | 11100 | 10101110 | 1001010 | 1010100 | 0 | 100000 | 11110111 | 1001000 | 101000 |
Color Harmonies of #2D1CAE
Complementary color
Monochromatic Colors of #2D1CAE
Black with #2D1CAE
Text Example
Text Example
White with #2D1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CAE; }
p { color: rgb(45,28,174); }
H1.HeaderClassName
{
color: #2D1CAE;
}
.AnyTagClassName
{
color: #2D1CAE;
}
</style>
background-color css
<style>
a { background-color: #2D1CAE; }
a { background-color: rgb(45,28,174); }
div.DivClassName
{
background-color: #2D1CAE;
}
.BgClassName
{
background-color: #2D1CAE;
}
</style>
border-color css
<style>
span { border-color: #2D1CAE; }
span { border-color: rgb(45,28,174); }
td.TdClassName
{
border-color: #2D1CAE;
}
.TagClassName
{
border-color: #2D1CAE;
}
</style>