Shades of Persian Blue #383AB2
Tints of Persian Blue #383AB2
RGB
CMYK
RGB Variations
Color information
#383AB2 (or 0x383AB2) is known color: Persian Blue. HEX triplet: 38, 3A and B2. RGB value is (56,58,178). Sum of RGB (Red+Green+Blue) = 56+58+178=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #383AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AB2 is #C7C54D. Grayscale: #464646. Windows color (decimal): -13092174 or 11680312. OLE color: 11680312.
HSL color Cylindrical-coordinate representation of color #383AB2: hue angle of 239.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383AB2 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 58 | 178 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.30 |
| HSL | 239.02º | 0.52% | 0.46% | - |
| HSV(B) | 239.02º | 0.69% | 0.7% | - |
| XYZ | 11.18 | 7.08 | 42.9 | - |
| YUV | 71.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 178 | 0.69 | 0.67 | 0 | 0.30 | 239.02 | 0.52 | 0.46 |
| Hex | 38 | 3A | B2 | 45 | 43 | 0 | 1E | EF | 34 | 2E |
| Octal | 70 | 72 | 262 | 105 | 103 | 0 | 36 | 357 | 64 | 56 |
| Binary | 111000 | 111010 | 10110010 | 1000101 | 1000011 | 0 | 11110 | 11101111 | 110100 | 101110 |
Color Harmonies of #383AB2
Complementary color
Monochromatic Colors of #383AB2
Black with #383AB2
Text Example
Text Example
White with #383AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383AB2; }
p { color: rgb(56,58,178); }
H1.HeaderClassName
{
color: #383AB2;
}
.AnyTagClassName
{
color: #383AB2;
}
</style>
background-color css
<style>
a { background-color: #383AB2; }
a { background-color: rgb(56,58,178); }
div.DivClassName
{
background-color: #383AB2;
}
.BgClassName
{
background-color: #383AB2;
}
</style>
border-color css
<style>
span { border-color: #383AB2; }
span { border-color: rgb(56,58,178); }
td.TdClassName
{
border-color: #383AB2;
}
.TagClassName
{
border-color: #383AB2;
}
</style>