Shades of Persian Blue #2D1ACE
Tints of Persian Blue #2D1ACE
RGB
CMYK
RGB Variations
Color information
#2D1ACE (or 0x2D1ACE) is known color: Persian Blue. HEX triplet: 2D, 1A and CE. RGB value is (45,26,206). Sum of RGB (Red+Green+Blue) = 45+26+206=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ACE is #D2E531. Grayscale: #333333. Windows color (decimal): -13821234 or 13507117. OLE color: 13507117.
HSL color Cylindrical-coordinate representation of color #2D1ACE: hue angle of 246.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1ACE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 26 | 206 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.19 |
| HSL | 246.33º | 0.78% | 0.45% | - |
| HSV(B) | 246.33º | 0.87% | 0.81% | - |
| XYZ | 12.59 | 5.75 | 58.84 | - |
| YUV | 52.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 206 | 0.78 | 0.87 | 0 | 0.19 | 246.33 | 0.78 | 0.45 |
| Hex | 2D | 1A | CE | 4E | 57 | 0 | 13 | F6 | 4E | 2D |
| Octal | 55 | 32 | 316 | 116 | 127 | 0 | 23 | 366 | 116 | 55 |
| Binary | 101101 | 11010 | 11001110 | 1001110 | 1010111 | 0 | 10011 | 11110110 | 1001110 | 101101 |
Color Harmonies of #2D1ACE
Complementary color
Monochromatic Colors of #2D1ACE
Black with #2D1ACE
Text Example
Text Example
White with #2D1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1ACE; }
p { color: rgb(45,26,206); }
H1.HeaderClassName
{
color: #2D1ACE;
}
.AnyTagClassName
{
color: #2D1ACE;
}
</style>
background-color css
<style>
a { background-color: #2D1ACE; }
a { background-color: rgb(45,26,206); }
div.DivClassName
{
background-color: #2D1ACE;
}
.BgClassName
{
background-color: #2D1ACE;
}
</style>
border-color css
<style>
span { border-color: #2D1ACE; }
span { border-color: rgb(45,26,206); }
td.TdClassName
{
border-color: #2D1ACE;
}
.TagClassName
{
border-color: #2D1ACE;
}
</style>