Shades of Persian Blue #3530C3
Tints of Persian Blue #3530C3
RGB
CMYK
RGB Variations
Color information
#3530C3 (or 0x3530C3) is known color: Persian Blue. HEX triplet: 35, 30 and C3. RGB value is (53,48,195). Sum of RGB (Red+Green+Blue) = 53+48+195=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 195 (76.56% from 255 or 65.88% from 296); Max value from RGB is 195 - color contains mainly: blue. Hex color #3530C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530C3 is #CACF3C. Grayscale: #414141. Windows color (decimal): -13291325 or 12791861. OLE color: 12791861.
HSL color Cylindrical-coordinate representation of color #3530C3: hue angle of 242.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3530C3 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 48 | 195 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.24 |
| HSL | 242.04º | 0.6% | 0.48% | - |
| HSV(B) | 242.04º | 0.75% | 0.76% | - |
| XYZ | 12.38 | 6.81 | 52.29 | - |
| YUV | 66.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 195 | 0.73 | 0.75 | 0 | 0.24 | 242.04 | 0.6 | 0.48 |
| Hex | 35 | 30 | C3 | 49 | 4B | 0 | 18 | F2 | 3C | 30 |
| Octal | 65 | 60 | 303 | 111 | 113 | 0 | 30 | 362 | 74 | 60 |
| Binary | 110101 | 110000 | 11000011 | 1001001 | 1001011 | 0 | 11000 | 11110010 | 111100 | 110000 |
Color Harmonies of #3530C3
Complementary color
Monochromatic Colors of #3530C3
Black with #3530C3
Text Example
Text Example
White with #3530C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530C3; }
p { color: rgb(53,48,195); }
H1.HeaderClassName
{
color: #3530C3;
}
.AnyTagClassName
{
color: #3530C3;
}
</style>
background-color css
<style>
a { background-color: #3530C3; }
a { background-color: rgb(53,48,195); }
div.DivClassName
{
background-color: #3530C3;
}
.BgClassName
{
background-color: #3530C3;
}
</style>
border-color css
<style>
span { border-color: #3530C3; }
span { border-color: rgb(53,48,195); }
td.TdClassName
{
border-color: #3530C3;
}
.TagClassName
{
border-color: #3530C3;
}
</style>