Shades of Persian Blue #1D1DD6
Tints of Persian Blue #1D1DD6
RGB
CMYK
RGB Variations
Color information
#1D1DD6 (or 0x1D1DD6) is known color: Persian Blue. HEX triplet: 1D, 1D and D6. RGB value is (29,29,214). Sum of RGB (Red+Green+Blue) = 29+29+214=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 214 (83.98% from 255 or 78.68% from 272); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D1DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1DD6 is #E2E229. Grayscale: #313131. Windows color (decimal): -14869034 or 14032157. OLE color: 14032157.
HSL color Cylindrical-coordinate representation of color #1D1DD6: hue angle of 240º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1DD6 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 29 | 214 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.16 |
| HSL | 240º | 0.76% | 0.48% | - |
| HSV(B) | 240º | 0.86% | 0.84% | - |
| XYZ | 13.08 | 5.99 | 64.09 | - |
| YUV | 50.09 | 220.5 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 214 | 0.86 | 0.86 | 0 | 0.16 | 240 | 0.76 | 0.48 |
| Hex | 1D | 1D | D6 | 56 | 56 | 0 | 10 | F0 | 4C | 30 |
| Octal | 35 | 35 | 326 | 126 | 126 | 0 | 20 | 360 | 114 | 60 |
| Binary | 11101 | 11101 | 11010110 | 1010110 | 1010110 | 0 | 10000 | 11110000 | 1001100 | 110000 |
Color Harmonies of #1D1DD6
Complementary color
Monochromatic Colors of #1D1DD6
Black with #1D1DD6
Text Example
Text Example
White with #1D1DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1DD6; }
p { color: rgb(29,29,214); }
H1.HeaderClassName
{
color: #1D1DD6;
}
.AnyTagClassName
{
color: #1D1DD6;
}
</style>
background-color css
<style>
a { background-color: #1D1DD6; }
a { background-color: rgb(29,29,214); }
div.DivClassName
{
background-color: #1D1DD6;
}
.BgClassName
{
background-color: #1D1DD6;
}
</style>
border-color css
<style>
span { border-color: #1D1DD6; }
span { border-color: rgb(29,29,214); }
td.TdClassName
{
border-color: #1D1DD6;
}
.TagClassName
{
border-color: #1D1DD6;
}
</style>