Shades of Persian Blue #1D41CC
Tints of Persian Blue #1D41CC
RGB
CMYK
RGB Variations
Color information
#1D41CC (or 0x1D41CC) is known color: Persian Blue. HEX triplet: 1D, 41 and CC. RGB value is (29,65,204). Sum of RGB (Red+Green+Blue) = 29+65+204=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D41CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41CC is #E2BE33. Grayscale: #454545. Windows color (decimal): -14859828 or 13386013. OLE color: 13386013.
HSL color Cylindrical-coordinate representation of color #1D41CC: hue angle of 227.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D41CC is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 65 | 204 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.2 |
| HSL | 227.66º | 0.75% | 0.46% | - |
| HSV(B) | 227.66º | 0.86% | 0.8% | - |
| XYZ | 13.3 | 8.4 | 58.05 | - |
| YUV | 70.08 | 203.57 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 204 | 0.86 | 0.68 | 0 | 0.2 | 227.66 | 0.75 | 0.46 |
| Hex | 1D | 41 | CC | 56 | 44 | 0 | 14 | E4 | 4B | 2E |
| Octal | 35 | 101 | 314 | 126 | 104 | 0 | 24 | 344 | 113 | 56 |
| Binary | 11101 | 1000001 | 11001100 | 1010110 | 1000100 | 0 | 10100 | 11100100 | 1001011 | 101110 |
Color Harmonies of #1D41CC
Complementary color
Monochromatic Colors of #1D41CC
Black with #1D41CC
Text Example
Text Example
White with #1D41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41CC; }
p { color: rgb(29,65,204); }
H1.HeaderClassName
{
color: #1D41CC;
}
.AnyTagClassName
{
color: #1D41CC;
}
</style>
background-color css
<style>
a { background-color: #1D41CC; }
a { background-color: rgb(29,65,204); }
div.DivClassName
{
background-color: #1D41CC;
}
.BgClassName
{
background-color: #1D41CC;
}
</style>
border-color css
<style>
span { border-color: #1D41CC; }
span { border-color: rgb(29,65,204); }
td.TdClassName
{
border-color: #1D41CC;
}
.TagClassName
{
border-color: #1D41CC;
}
</style>