Shades of Persian Blue #383FAF
Tints of Persian Blue #383FAF
RGB
CMYK
RGB Variations
Color information
#383FAF (or 0x383FAF) is known color: Persian Blue. HEX triplet: 38, 3F and AF. RGB value is (56,63,175). Sum of RGB (Red+Green+Blue) = 56+63+175=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #383FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383FAF is #C7C050. Grayscale: #494949. Windows color (decimal): -13090897 or 11484984. OLE color: 11484984.
HSL color Cylindrical-coordinate representation of color #383FAF: hue angle of 236.47º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383FAF is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 63 | 175 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.31 |
| HSL | 236.47º | 0.52% | 0.45% | - |
| HSV(B) | 236.47º | 0.68% | 0.69% | - |
| XYZ | 11.15 | 7.49 | 41.42 | - |
| YUV | 73.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 175 | 0.68 | 0.64 | 0 | 0.31 | 236.47 | 0.52 | 0.45 |
| Hex | 38 | 3F | AF | 44 | 40 | 0 | 1F | EC | 34 | 2D |
| Octal | 70 | 77 | 257 | 104 | 100 | 0 | 37 | 354 | 64 | 55 |
| Binary | 111000 | 111111 | 10101111 | 1000100 | 1000000 | 0 | 11111 | 11101100 | 110100 | 101101 |
Color Harmonies of #383FAF
Complementary color
Monochromatic Colors of #383FAF
Black with #383FAF
Text Example
Text Example
White with #383FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FAF; }
p { color: rgb(56,63,175); }
H1.HeaderClassName
{
color: #383FAF;
}
.AnyTagClassName
{
color: #383FAF;
}
</style>
background-color css
<style>
a { background-color: #383FAF; }
a { background-color: rgb(56,63,175); }
div.DivClassName
{
background-color: #383FAF;
}
.BgClassName
{
background-color: #383FAF;
}
</style>
border-color css
<style>
span { border-color: #383FAF; }
span { border-color: rgb(56,63,175); }
td.TdClassName
{
border-color: #383FAF;
}
.TagClassName
{
border-color: #383FAF;
}
</style>