Shades of Persian Blue #3423B1
Tints of Persian Blue #3423B1
RGB
CMYK
RGB Variations
Color information
#3423B1 (or 0x3423B1) is known color: Persian Blue. HEX triplet: 34, 23 and B1. RGB value is (52,35,177). Sum of RGB (Red+Green+Blue) = 52+35+177=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #3423B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423B1 is #CBDC4E. Grayscale: #373737. Windows color (decimal): -13360207 or 11608884. OLE color: 11608884.
HSL color Cylindrical-coordinate representation of color #3423B1: hue angle of 247.18º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3423B1 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 35 | 177 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.31 |
| HSL | 247.18º | 0.67% | 0.42% | - |
| HSV(B) | 247.18º | 0.8% | 0.69% | - |
| XYZ | 9.95 | 5.11 | 42.06 | - |
| YUV | 56.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 177 | 0.71 | 0.80 | 0 | 0.31 | 247.18 | 0.67 | 0.42 |
| Hex | 34 | 23 | B1 | 47 | 50 | 0 | 1F | F7 | 43 | 2A |
| Octal | 64 | 43 | 261 | 107 | 120 | 0 | 37 | 367 | 103 | 52 |
| Binary | 110100 | 100011 | 10110001 | 1000111 | 1010000 | 0 | 11111 | 11110111 | 1000011 | 101010 |
Color Harmonies of #3423B1
Complementary color
Monochromatic Colors of #3423B1
Black with #3423B1
Text Example
Text Example
White with #3423B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423B1; }
p { color: rgb(52,35,177); }
H1.HeaderClassName
{
color: #3423B1;
}
.AnyTagClassName
{
color: #3423B1;
}
</style>
background-color css
<style>
a { background-color: #3423B1; }
a { background-color: rgb(52,35,177); }
div.DivClassName
{
background-color: #3423B1;
}
.BgClassName
{
background-color: #3423B1;
}
</style>
border-color css
<style>
span { border-color: #3423B1; }
span { border-color: rgb(52,35,177); }
td.TdClassName
{
border-color: #3423B1;
}
.TagClassName
{
border-color: #3423B1;
}
</style>