Shades of Persian Blue #3827CF
Tints of Persian Blue #3827CF
RGB
CMYK
RGB Variations
Color information
#3827CF (or 0x3827CF) is known color: Persian Blue. HEX triplet: 38, 27 and CF. RGB value is (56,39,207). Sum of RGB (Red+Green+Blue) = 56+39+207=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #3827CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827CF is #C7D830. Grayscale: #3E3E3E. Windows color (decimal): -13097009 or 13575992. OLE color: 13575992.
HSL color Cylindrical-coordinate representation of color #3827CF: hue angle of 246.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3827CF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 39 | 207 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.19 |
| HSL | 246.07º | 0.68% | 0.48% | - |
| HSV(B) | 246.07º | 0.81% | 0.81% | - |
| XYZ | 13.62 | 6.8 | 59.63 | - |
| YUV | 63.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 207 | 0.73 | 0.81 | 0 | 0.19 | 246.07 | 0.68 | 0.48 |
| Hex | 38 | 27 | CF | 49 | 51 | 0 | 13 | F6 | 44 | 30 |
| Octal | 70 | 47 | 317 | 111 | 121 | 0 | 23 | 366 | 104 | 60 |
| Binary | 111000 | 100111 | 11001111 | 1001001 | 1010001 | 0 | 10011 | 11110110 | 1000100 | 110000 |
Color Harmonies of #3827CF
Complementary color
Monochromatic Colors of #3827CF
Black with #3827CF
Text Example
Text Example
White with #3827CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3827CF; }
p { color: rgb(56,39,207); }
H1.HeaderClassName
{
color: #3827CF;
}
.AnyTagClassName
{
color: #3827CF;
}
</style>
background-color css
<style>
a { background-color: #3827CF; }
a { background-color: rgb(56,39,207); }
div.DivClassName
{
background-color: #3827CF;
}
.BgClassName
{
background-color: #3827CF;
}
</style>
border-color css
<style>
span { border-color: #3827CF; }
span { border-color: rgb(56,39,207); }
td.TdClassName
{
border-color: #3827CF;
}
.TagClassName
{
border-color: #3827CF;
}
</style>