Shades of Persian Blue #1D1BB4
Tints of Persian Blue #1D1BB4
RGB
CMYK
RGB Variations
Color information
#1D1BB4 (or 0x1D1BB4) is known color: Persian Blue. HEX triplet: 1D, 1B and B4. RGB value is (29,27,180). Sum of RGB (Red+Green+Blue) = 29+27+180=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D1BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1BB4 is #E2E44B. Grayscale: #2C2C2C. Windows color (decimal): -14869580 or 11803421. OLE color: 11803421.
HSL color Cylindrical-coordinate representation of color #1D1BB4: hue angle of 240.78º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1BB4 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 27 | 180 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.29 |
| HSL | 240.78º | 0.74% | 0.41% | - |
| HSV(B) | 240.78º | 0.85% | 0.71% | - |
| XYZ | 9.14 | 4.34 | 43.54 | - |
| YUV | 45.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 180 | 0.84 | 0.85 | 0 | 0.29 | 240.78 | 0.74 | 0.41 |
| Hex | 1D | 1B | B4 | 54 | 55 | 0 | 1D | F1 | 4A | 29 |
| Octal | 35 | 33 | 264 | 124 | 125 | 0 | 35 | 361 | 112 | 51 |
| Binary | 11101 | 11011 | 10110100 | 1010100 | 1010101 | 0 | 11101 | 11110001 | 1001010 | 101001 |
Color Harmonies of #1D1BB4
Complementary color
Monochromatic Colors of #1D1BB4
Black with #1D1BB4
Text Example
Text Example
White with #1D1BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1BB4; }
p { color: rgb(29,27,180); }
H1.HeaderClassName
{
color: #1D1BB4;
}
.AnyTagClassName
{
color: #1D1BB4;
}
</style>
background-color css
<style>
a { background-color: #1D1BB4; }
a { background-color: rgb(29,27,180); }
div.DivClassName
{
background-color: #1D1BB4;
}
.BgClassName
{
background-color: #1D1BB4;
}
</style>
border-color css
<style>
span { border-color: #1D1BB4; }
span { border-color: rgb(29,27,180); }
td.TdClassName
{
border-color: #1D1BB4;
}
.TagClassName
{
border-color: #1D1BB4;
}
</style>