Shades of Persian Blue #2D1FCC
Tints of Persian Blue #2D1FCC
RGB
CMYK
RGB Variations
Color information
#2D1FCC (or 0x2D1FCC) is known color: Persian Blue. HEX triplet: 2D, 1F and CC. RGB value is (45,31,204). Sum of RGB (Red+Green+Blue) = 45+31+204=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D1FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FCC is #D2E033. Grayscale: #363636. Windows color (decimal): -13819956 or 13377325. OLE color: 13377325.
HSL color Cylindrical-coordinate representation of color #2D1FCC: hue angle of 244.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1FCC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 31 | 204 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.2 |
| HSL | 244.86º | 0.74% | 0.46% | - |
| HSV(B) | 244.86º | 0.85% | 0.8% | - |
| XYZ | 12.47 | 5.9 | 57.61 | - |
| YUV | 54.91 | 212.14 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 204 | 0.78 | 0.85 | 0 | 0.2 | 244.86 | 0.74 | 0.46 |
| Hex | 2D | 1F | CC | 4E | 55 | 0 | 14 | F5 | 4A | 2E |
| Octal | 55 | 37 | 314 | 116 | 125 | 0 | 24 | 365 | 112 | 56 |
| Binary | 101101 | 11111 | 11001100 | 1001110 | 1010101 | 0 | 10100 | 11110101 | 1001010 | 101110 |
Color Harmonies of #2D1FCC
Complementary color
Monochromatic Colors of #2D1FCC
Black with #2D1FCC
Text Example
Text Example
White with #2D1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FCC; }
p { color: rgb(45,31,204); }
H1.HeaderClassName
{
color: #2D1FCC;
}
.AnyTagClassName
{
color: #2D1FCC;
}
</style>
background-color css
<style>
a { background-color: #2D1FCC; }
a { background-color: rgb(45,31,204); }
div.DivClassName
{
background-color: #2D1FCC;
}
.BgClassName
{
background-color: #2D1FCC;
}
</style>
border-color css
<style>
span { border-color: #2D1FCC; }
span { border-color: rgb(45,31,204); }
td.TdClassName
{
border-color: #2D1FCC;
}
.TagClassName
{
border-color: #2D1FCC;
}
</style>