Shades of Persian Blue #2D17CB
Tints of Persian Blue #2D17CB
RGB
CMYK
RGB Variations
Color information
#2D17CB (or 0x2D17CB) is known color: Persian Blue. HEX triplet: 2D, 17 and CB. RGB value is (45,23,203). Sum of RGB (Red+Green+Blue) = 45+23+203=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17CB is #D2E834. Grayscale: #313131. Windows color (decimal): -13822005 or 13309741. OLE color: 13309741.
HSL color Cylindrical-coordinate representation of color #2D17CB: hue angle of 247.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D17CB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 23 | 203 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.20 |
| HSL | 247.33º | 0.8% | 0.44% | - |
| HSV(B) | 247.33º | 0.89% | 0.8% | - |
| XYZ | 12.17 | 5.48 | 56.92 | - |
| YUV | 50.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 203 | 0.78 | 0.89 | 0 | 0.20 | 247.33 | 0.8 | 0.44 |
| Hex | 2D | 17 | CB | 4E | 59 | 0 | 14 | F7 | 50 | 2C |
| Octal | 55 | 27 | 313 | 116 | 131 | 0 | 24 | 367 | 120 | 54 |
| Binary | 101101 | 10111 | 11001011 | 1001110 | 1011001 | 0 | 10100 | 11110111 | 1010000 | 101100 |
Color Harmonies of #2D17CB
Complementary color
Monochromatic Colors of #2D17CB
Black with #2D17CB
Text Example
Text Example
White with #2D17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D17CB; }
p { color: rgb(45,23,203); }
H1.HeaderClassName
{
color: #2D17CB;
}
.AnyTagClassName
{
color: #2D17CB;
}
</style>
background-color css
<style>
a { background-color: #2D17CB; }
a { background-color: rgb(45,23,203); }
div.DivClassName
{
background-color: #2D17CB;
}
.BgClassName
{
background-color: #2D17CB;
}
</style>
border-color css
<style>
span { border-color: #2D17CB; }
span { border-color: rgb(45,23,203); }
td.TdClassName
{
border-color: #2D17CB;
}
.TagClassName
{
border-color: #2D17CB;
}
</style>