Shades of Persian Blue #3824CA
Tints of Persian Blue #3824CA
RGB
CMYK
RGB Variations
Color information
#3824CA (or 0x3824CA) is known color: Persian Blue. HEX triplet: 38, 24 and CA. RGB value is (56,36,202). Sum of RGB (Red+Green+Blue) = 56+36+202=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #3824CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824CA is #C7DB35. Grayscale: #3C3C3C. Windows color (decimal): -13097782 or 13247544. OLE color: 13247544.
HSL color Cylindrical-coordinate representation of color #3824CA: hue angle of 247.23º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3824CA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 36 | 202 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.21 |
| HSL | 247.23º | 0.7% | 0.47% | - |
| HSV(B) | 247.23º | 0.82% | 0.79% | - |
| XYZ | 12.92 | 6.37 | 56.42 | - |
| YUV | 60.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 202 | 0.72 | 0.82 | 0 | 0.21 | 247.23 | 0.7 | 0.47 |
| Hex | 38 | 24 | CA | 48 | 52 | 0 | 15 | F7 | 46 | 2F |
| Octal | 70 | 44 | 312 | 110 | 122 | 0 | 25 | 367 | 106 | 57 |
| Binary | 111000 | 100100 | 11001010 | 1001000 | 1010010 | 0 | 10101 | 11110111 | 1000110 | 101111 |
Color Harmonies of #3824CA
Complementary color
Monochromatic Colors of #3824CA
Black with #3824CA
Text Example
Text Example
White with #3824CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3824CA; }
p { color: rgb(56,36,202); }
H1.HeaderClassName
{
color: #3824CA;
}
.AnyTagClassName
{
color: #3824CA;
}
</style>
background-color css
<style>
a { background-color: #3824CA; }
a { background-color: rgb(56,36,202); }
div.DivClassName
{
background-color: #3824CA;
}
.BgClassName
{
background-color: #3824CA;
}
</style>
border-color css
<style>
span { border-color: #3824CA; }
span { border-color: rgb(56,36,202); }
td.TdClassName
{
border-color: #3824CA;
}
.TagClassName
{
border-color: #3824CA;
}
</style>