Shades of Persian Blue #3837C1
Tints of Persian Blue #3837C1
RGB
CMYK
RGB Variations
Color information
#3837C1 (or 0x3837C1) is known color: Persian Blue. HEX triplet: 38, 37 and C1. RGB value is (56,55,193). Sum of RGB (Red+Green+Blue) = 56+55+193=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #3837C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3837C1 is #C7C83E. Grayscale: #464646. Windows color (decimal): -13092927 or 12662584. OLE color: 12662584.
HSL color Cylindrical-coordinate representation of color #3837C1: hue angle of 240.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3837C1 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 55 | 193 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.24 |
| HSL | 240.43º | 0.56% | 0.49% | - |
| HSV(B) | 240.43º | 0.72% | 0.76% | - |
| XYZ | 12.62 | 7.42 | 51.22 | - |
| YUV | 71.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 193 | 0.71 | 0.72 | 0 | 0.24 | 240.43 | 0.56 | 0.49 |
| Hex | 38 | 37 | C1 | 47 | 48 | 0 | 18 | F0 | 38 | 31 |
| Octal | 70 | 67 | 301 | 107 | 110 | 0 | 30 | 360 | 70 | 61 |
| Binary | 111000 | 110111 | 11000001 | 1000111 | 1001000 | 0 | 11000 | 11110000 | 111000 | 110001 |
Color Harmonies of #3837C1
Complementary color
Monochromatic Colors of #3837C1
Black with #3837C1
Text Example
Text Example
White with #3837C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837C1; }
p { color: rgb(56,55,193); }
H1.HeaderClassName
{
color: #3837C1;
}
.AnyTagClassName
{
color: #3837C1;
}
</style>
background-color css
<style>
a { background-color: #3837C1; }
a { background-color: rgb(56,55,193); }
div.DivClassName
{
background-color: #3837C1;
}
.BgClassName
{
background-color: #3837C1;
}
</style>
border-color css
<style>
span { border-color: #3837C1; }
span { border-color: rgb(56,55,193); }
td.TdClassName
{
border-color: #3837C1;
}
.TagClassName
{
border-color: #3837C1;
}
</style>