Shades of Persian Blue #1F2DDA
Tints of Persian Blue #1F2DDA
RGB
CMYK
RGB Variations
Color information
#1F2DDA (or 0x1F2DDA) is known color: Persian Blue. HEX triplet: 1F, 2D and DA. RGB value is (31,45,218). Sum of RGB (Red+Green+Blue) = 31+45+218=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F2DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2DDA is #E0D225. Grayscale: #3B3B3B. Windows color (decimal): -14733862 or 14298399. OLE color: 14298399.
HSL color Cylindrical-coordinate representation of color #1F2DDA: hue angle of 235.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F2DDA is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 45 | 218 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.15 |
| HSL | 235.51º | 0.75% | 0.49% | - |
| HSV(B) | 235.51º | 0.86% | 0.85% | - |
| XYZ | 14.16 | 7.23 | 66.98 | - |
| YUV | 60.54 | 216.86 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 218 | 0.86 | 0.79 | 0 | 0.15 | 235.51 | 0.75 | 0.49 |
| Hex | 1F | 2D | DA | 56 | 4F | 0 | F | EC | 4B | 31 |
| Octal | 37 | 55 | 332 | 126 | 117 | 0 | 17 | 354 | 113 | 61 |
| Binary | 11111 | 101101 | 11011010 | 1010110 | 1001111 | 0 | 1111 | 11101100 | 1001011 | 110001 |
Color Harmonies of #1F2DDA
Complementary color
Monochromatic Colors of #1F2DDA
Black with #1F2DDA
Text Example
Text Example
White with #1F2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DDA; }
p { color: rgb(31,45,218); }
H1.HeaderClassName
{
color: #1F2DDA;
}
.AnyTagClassName
{
color: #1F2DDA;
}
</style>
background-color css
<style>
a { background-color: #1F2DDA; }
a { background-color: rgb(31,45,218); }
div.DivClassName
{
background-color: #1F2DDA;
}
.BgClassName
{
background-color: #1F2DDA;
}
</style>
border-color css
<style>
span { border-color: #1F2DDA; }
span { border-color: rgb(31,45,218); }
td.TdClassName
{
border-color: #1F2DDA;
}
.TagClassName
{
border-color: #1F2DDA;
}
</style>