Shades of Persian Blue #1D1AC7
Tints of Persian Blue #1D1AC7
RGB
CMYK
RGB Variations
Color information
#1D1AC7 (or 0x1D1AC7) is known color: Persian Blue. HEX triplet: 1D, 1A and C7. RGB value is (29,26,199). Sum of RGB (Red+Green+Blue) = 29+26+199=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 199 (78.12% from 255 or 78.35% from 254); Max value from RGB is 199 - color contains mainly: blue. Hex color #1D1AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1AC7 is #E2E538. Grayscale: #2D2D2D. Windows color (decimal): -14869817 or 13048349. OLE color: 13048349.
HSL color Cylindrical-coordinate representation of color #1D1AC7: hue angle of 241.04º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1AC7 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 26 | 199 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.22 |
| HSL | 241.04º | 0.77% | 0.44% | - |
| HSV(B) | 241.04º | 0.87% | 0.78% | - |
| XYZ | 11.18 | 5.12 | 54.43 | - |
| YUV | 46.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 199 | 0.85 | 0.87 | 0 | 0.22 | 241.04 | 0.77 | 0.44 |
| Hex | 1D | 1A | C7 | 55 | 57 | 0 | 16 | F1 | 4D | 2C |
| Octal | 35 | 32 | 307 | 125 | 127 | 0 | 26 | 361 | 115 | 54 |
| Binary | 11101 | 11010 | 11000111 | 1010101 | 1010111 | 0 | 10110 | 11110001 | 1001101 | 101100 |
Color Harmonies of #1D1AC7
Complementary color
Monochromatic Colors of #1D1AC7
Black with #1D1AC7
Text Example
Text Example
White with #1D1AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AC7; }
p { color: rgb(29,26,199); }
H1.HeaderClassName
{
color: #1D1AC7;
}
.AnyTagClassName
{
color: #1D1AC7;
}
</style>
background-color css
<style>
a { background-color: #1D1AC7; }
a { background-color: rgb(29,26,199); }
div.DivClassName
{
background-color: #1D1AC7;
}
.BgClassName
{
background-color: #1D1AC7;
}
</style>
border-color css
<style>
span { border-color: #1D1AC7; }
span { border-color: rgb(29,26,199); }
td.TdClassName
{
border-color: #1D1AC7;
}
.TagClassName
{
border-color: #1D1AC7;
}
</style>