Shades of Persian Blue #1D35C9
Tints of Persian Blue #1D35C9
RGB
CMYK
RGB Variations
Color information
#1D35C9 (or 0x1D35C9) is known color: Persian Blue. HEX triplet: 1D, 35 and C9. RGB value is (29,53,201). Sum of RGB (Red+Green+Blue) = 29+53+201=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D35C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D35C9 is #E2CA36. Grayscale: #3E3E3E. Windows color (decimal): -14862903 or 13186333. OLE color: 13186333.
HSL color Cylindrical-coordinate representation of color #1D35C9: hue angle of 231.63º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D35C9 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 53 | 201 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.21 |
| HSL | 231.63º | 0.75% | 0.45% | - |
| HSV(B) | 231.63º | 0.86% | 0.79% | - |
| XYZ | 12.32 | 7.02 | 55.96 | - |
| YUV | 62.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 201 | 0.86 | 0.74 | 0 | 0.21 | 231.63 | 0.75 | 0.45 |
| Hex | 1D | 35 | C9 | 56 | 4A | 0 | 15 | E8 | 4B | 2D |
| Octal | 35 | 65 | 311 | 126 | 112 | 0 | 25 | 350 | 113 | 55 |
| Binary | 11101 | 110101 | 11001001 | 1010110 | 1001010 | 0 | 10101 | 11101000 | 1001011 | 101101 |
Color Harmonies of #1D35C9
Complementary color
Monochromatic Colors of #1D35C9
Black with #1D35C9
Text Example
Text Example
White with #1D35C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35C9; }
p { color: rgb(29,53,201); }
H1.HeaderClassName
{
color: #1D35C9;
}
.AnyTagClassName
{
color: #1D35C9;
}
</style>
background-color css
<style>
a { background-color: #1D35C9; }
a { background-color: rgb(29,53,201); }
div.DivClassName
{
background-color: #1D35C9;
}
.BgClassName
{
background-color: #1D35C9;
}
</style>
border-color css
<style>
span { border-color: #1D35C9; }
span { border-color: rgb(29,53,201); }
td.TdClassName
{
border-color: #1D35C9;
}
.TagClassName
{
border-color: #1D35C9;
}
</style>