Shades of Persian Blue #383DB5
Tints of Persian Blue #383DB5
RGB
CMYK
RGB Variations
Color information
#383DB5 (or 0x383DB5) is known color: Persian Blue. HEX triplet: 38, 3D and B5. RGB value is (56,61,181). Sum of RGB (Red+Green+Blue) = 56+61+181=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #383DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DB5 is #C7C24A. Grayscale: #484848. Windows color (decimal): -13091403 or 11877688. OLE color: 11877688.
HSL color Cylindrical-coordinate representation of color #383DB5: hue angle of 237.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383DB5 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 61 | 181 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.29 |
| HSL | 237.6º | 0.53% | 0.46% | - |
| HSV(B) | 237.6º | 0.69% | 0.71% | - |
| XYZ | 11.64 | 7.51 | 44.55 | - |
| YUV | 73.19 | 188.84 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 181 | 0.69 | 0.66 | 0 | 0.29 | 237.6 | 0.53 | 0.46 |
| Hex | 38 | 3D | B5 | 45 | 42 | 0 | 1D | EE | 35 | 2E |
| Octal | 70 | 75 | 265 | 105 | 102 | 0 | 35 | 356 | 65 | 56 |
| Binary | 111000 | 111101 | 10110101 | 1000101 | 1000010 | 0 | 11101 | 11101110 | 110101 | 101110 |
Color Harmonies of #383DB5
Complementary color
Monochromatic Colors of #383DB5
Black with #383DB5
Text Example
Text Example
White with #383DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DB5; }
p { color: rgb(56,61,181); }
H1.HeaderClassName
{
color: #383DB5;
}
.AnyTagClassName
{
color: #383DB5;
}
</style>
background-color css
<style>
a { background-color: #383DB5; }
a { background-color: rgb(56,61,181); }
div.DivClassName
{
background-color: #383DB5;
}
.BgClassName
{
background-color: #383DB5;
}
</style>
border-color css
<style>
span { border-color: #383DB5; }
span { border-color: rgb(56,61,181); }
td.TdClassName
{
border-color: #383DB5;
}
.TagClassName
{
border-color: #383DB5;
}
</style>