Shades of Persian Blue #3218C3
Tints of Persian Blue #3218C3
RGB
CMYK
RGB Variations
Color information
#3218C3 (or 0x3218C3) is known color: Persian Blue. HEX triplet: 32, 18 and C3. RGB value is (50,24,195). Sum of RGB (Red+Green+Blue) = 50+24+195=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 195 (76.56% from 255 or 72.49% from 269); Max value from RGB is 195 - color contains mainly: blue. Hex color #3218C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218C3 is #CDE73C. Grayscale: #323232. Windows color (decimal): -13494077 or 12785714. OLE color: 12785714.
HSL color Cylindrical-coordinate representation of color #3218C3: hue angle of 249.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3218C3 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 24 | 195 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.24 |
| HSL | 249.12º | 0.78% | 0.43% | - |
| HSV(B) | 249.12º | 0.88% | 0.76% | - |
| XYZ | 11.49 | 5.27 | 52.04 | - |
| YUV | 51.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 195 | 0.74 | 0.88 | 0 | 0.24 | 249.12 | 0.78 | 0.43 |
| Hex | 32 | 18 | C3 | 4A | 58 | 0 | 18 | F9 | 4E | 2B |
| Octal | 62 | 30 | 303 | 112 | 130 | 0 | 30 | 371 | 116 | 53 |
| Binary | 110010 | 11000 | 11000011 | 1001010 | 1011000 | 0 | 11000 | 11111001 | 1001110 | 101011 |
Color Harmonies of #3218C3
Complementary color
Monochromatic Colors of #3218C3
Black with #3218C3
Text Example
Text Example
White with #3218C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218C3; }
p { color: rgb(50,24,195); }
H1.HeaderClassName
{
color: #3218C3;
}
.AnyTagClassName
{
color: #3218C3;
}
</style>
background-color css
<style>
a { background-color: #3218C3; }
a { background-color: rgb(50,24,195); }
div.DivClassName
{
background-color: #3218C3;
}
.BgClassName
{
background-color: #3218C3;
}
</style>
border-color css
<style>
span { border-color: #3218C3; }
span { border-color: rgb(50,24,195); }
td.TdClassName
{
border-color: #3218C3;
}
.TagClassName
{
border-color: #3218C3;
}
</style>