Shades of Persian Blue #3218CA
Tints of Persian Blue #3218CA
RGB
CMYK
RGB Variations
Color information
#3218CA (or 0x3218CA) is known color: Persian Blue. HEX triplet: 32, 18 and CA. RGB value is (50,24,202). Sum of RGB (Red+Green+Blue) = 50+24+202=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #3218CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218CA is #CDE735. Grayscale: #333333. Windows color (decimal): -13494070 or 13244466. OLE color: 13244466.
HSL color Cylindrical-coordinate representation of color #3218CA: hue angle of 248.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3218CA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 24 | 202 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.21 |
| HSL | 248.76º | 0.79% | 0.44% | - |
| HSV(B) | 248.76º | 0.88% | 0.79% | - |
| XYZ | 12.3 | 5.6 | 56.31 | - |
| YUV | 52.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 202 | 0.75 | 0.88 | 0 | 0.21 | 248.76 | 0.79 | 0.44 |
| Hex | 32 | 18 | CA | 4B | 58 | 0 | 15 | F9 | 4F | 2C |
| Octal | 62 | 30 | 312 | 113 | 130 | 0 | 25 | 371 | 117 | 54 |
| Binary | 110010 | 11000 | 11001010 | 1001011 | 1011000 | 0 | 10101 | 11111001 | 1001111 | 101100 |
Color Harmonies of #3218CA
Complementary color
Monochromatic Colors of #3218CA
Black with #3218CA
Text Example
Text Example
White with #3218CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218CA; }
p { color: rgb(50,24,202); }
H1.HeaderClassName
{
color: #3218CA;
}
.AnyTagClassName
{
color: #3218CA;
}
</style>
background-color css
<style>
a { background-color: #3218CA; }
a { background-color: rgb(50,24,202); }
div.DivClassName
{
background-color: #3218CA;
}
.BgClassName
{
background-color: #3218CA;
}
</style>
border-color css
<style>
span { border-color: #3218CA; }
span { border-color: rgb(50,24,202); }
td.TdClassName
{
border-color: #3218CA;
}
.TagClassName
{
border-color: #3218CA;
}
</style>