Shades of Persian Blue #3418CA
Tints of Persian Blue #3418CA
RGB
CMYK
RGB Variations
Color information
#3418CA (or 0x3418CA) is known color: Persian Blue. HEX triplet: 34, 18 and CA. RGB value is (52,24,202). Sum of RGB (Red+Green+Blue) = 52+24+202=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #3418CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418CA is #CBE735. Grayscale: #333333. Windows color (decimal): -13362998 or 13244468. OLE color: 13244468.
HSL color Cylindrical-coordinate representation of color #3418CA: hue angle of 249.44º 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 #3418CA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 24 | 202 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.21 |
| HSL | 249.44º | 0.79% | 0.44% | - |
| HSV(B) | 249.44º | 0.88% | 0.79% | - |
| XYZ | 12.4 | 5.65 | 56.31 | - |
| YUV | 52.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 202 | 0.74 | 0.88 | 0 | 0.21 | 249.44 | 0.79 | 0.44 |
| Hex | 34 | 18 | CA | 4A | 58 | 0 | 15 | F9 | 4F | 2C |
| Octal | 64 | 30 | 312 | 112 | 130 | 0 | 25 | 371 | 117 | 54 |
| Binary | 110100 | 11000 | 11001010 | 1001010 | 1011000 | 0 | 10101 | 11111001 | 1001111 | 101100 |
Color Harmonies of #3418CA
Complementary color
Monochromatic Colors of #3418CA
Black with #3418CA
Text Example
Text Example
White with #3418CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3418CA; }
p { color: rgb(52,24,202); }
H1.HeaderClassName
{
color: #3418CA;
}
.AnyTagClassName
{
color: #3418CA;
}
</style>
background-color css
<style>
a { background-color: #3418CA; }
a { background-color: rgb(52,24,202); }
div.DivClassName
{
background-color: #3418CA;
}
.BgClassName
{
background-color: #3418CA;
}
</style>
border-color css
<style>
span { border-color: #3418CA; }
span { border-color: rgb(52,24,202); }
td.TdClassName
{
border-color: #3418CA;
}
.TagClassName
{
border-color: #3418CA;
}
</style>