Shades of Persian Blue #3427C1
Tints of Persian Blue #3427C1
RGB
CMYK
RGB Variations
Color information
#3427C1 (or 0x3427C1) is known color: Persian Blue. HEX triplet: 34, 27 and C1. RGB value is (52,39,193). Sum of RGB (Red+Green+Blue) = 52+39+193=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #3427C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427C1 is #CBD83E. Grayscale: #3B3B3B. Windows color (decimal): -13359167 or 12658484. OLE color: 12658484.
HSL color Cylindrical-coordinate representation of color #3427C1: hue angle of 245.06º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3427C1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 39 | 193 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.24 |
| HSL | 245.06º | 0.66% | 0.45% | - |
| HSV(B) | 245.06º | 0.8% | 0.76% | - |
| XYZ | 11.77 | 6.03 | 51 | - |
| YUV | 60.44 | 202.81 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 193 | 0.73 | 0.80 | 0 | 0.24 | 245.06 | 0.66 | 0.45 |
| Hex | 34 | 27 | C1 | 49 | 50 | 0 | 18 | F5 | 42 | 2D |
| Octal | 64 | 47 | 301 | 111 | 120 | 0 | 30 | 365 | 102 | 55 |
| Binary | 110100 | 100111 | 11000001 | 1001001 | 1010000 | 0 | 11000 | 11110101 | 1000010 | 101101 |
Color Harmonies of #3427C1
Complementary color
Monochromatic Colors of #3427C1
Black with #3427C1
Text Example
Text Example
White with #3427C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3427C1; }
p { color: rgb(52,39,193); }
H1.HeaderClassName
{
color: #3427C1;
}
.AnyTagClassName
{
color: #3427C1;
}
</style>
background-color css
<style>
a { background-color: #3427C1; }
a { background-color: rgb(52,39,193); }
div.DivClassName
{
background-color: #3427C1;
}
.BgClassName
{
background-color: #3427C1;
}
</style>
border-color css
<style>
span { border-color: #3427C1; }
span { border-color: rgb(52,39,193); }
td.TdClassName
{
border-color: #3427C1;
}
.TagClassName
{
border-color: #3427C1;
}
</style>