Shades of Persian Blue #1F38DA
Tints of Persian Blue #1F38DA
RGB
CMYK
RGB Variations
Color information
#1F38DA (or 0x1F38DA) is known color: Persian Blue. HEX triplet: 1F, 38 and DA. RGB value is (31,56,218). Sum of RGB (Red+Green+Blue) = 31+56+218=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F38DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F38DA is #E0C725. Grayscale: #424242. Windows color (decimal): -14731046 or 14301215. OLE color: 14301215.
HSL color Cylindrical-coordinate representation of color #1F38DA: hue angle of 231.98º 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 #1F38DA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 56 | 218 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.15 |
| HSL | 231.98º | 0.75% | 0.49% | - |
| HSV(B) | 231.98º | 0.86% | 0.85% | - |
| XYZ | 14.63 | 8.18 | 67.14 | - |
| YUV | 66.99 | 213.22 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 218 | 0.86 | 0.74 | 0 | 0.15 | 231.98 | 0.75 | 0.49 |
| Hex | 1F | 38 | DA | 56 | 4A | 0 | F | E8 | 4B | 31 |
| Octal | 37 | 70 | 332 | 126 | 112 | 0 | 17 | 350 | 113 | 61 |
| Binary | 11111 | 111000 | 11011010 | 1010110 | 1001010 | 0 | 1111 | 11101000 | 1001011 | 110001 |
Color Harmonies of #1F38DA
Complementary color
Monochromatic Colors of #1F38DA
Black with #1F38DA
Text Example
Text Example
White with #1F38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F38DA; }
p { color: rgb(31,56,218); }
H1.HeaderClassName
{
color: #1F38DA;
}
.AnyTagClassName
{
color: #1F38DA;
}
</style>
background-color css
<style>
a { background-color: #1F38DA; }
a { background-color: rgb(31,56,218); }
div.DivClassName
{
background-color: #1F38DA;
}
.BgClassName
{
background-color: #1F38DA;
}
</style>
border-color css
<style>
span { border-color: #1F38DA; }
span { border-color: rgb(31,56,218); }
td.TdClassName
{
border-color: #1F38DA;
}
.TagClassName
{
border-color: #1F38DA;
}
</style>