Shades of Persian Blue #2642C1
Tints of Persian Blue #2642C1
RGB
CMYK
RGB Variations
Color information
#2642C1 (or 0x2642C1) is known color: Persian Blue. HEX triplet: 26, 42 and C1. RGB value is (38,66,193). Sum of RGB (Red+Green+Blue) = 38+66+193=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #2642C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642C1 is #D9BD3E. Grayscale: #474747. Windows color (decimal): -14269759 or 12665382. OLE color: 12665382.
HSL color Cylindrical-coordinate representation of color #2642C1: hue angle of 229.16º degrees, saturation: 0.67, 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 #2642C1 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 66 | 193 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.24 |
| HSL | 229.16º | 0.67% | 0.45% | - |
| HSV(B) | 229.16º | 0.8% | 0.76% | - |
| XYZ | 12.37 | 8.16 | 51.37 | - |
| YUV | 72.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 193 | 0.80 | 0.66 | 0 | 0.24 | 229.16 | 0.67 | 0.45 |
| Hex | 26 | 42 | C1 | 50 | 42 | 0 | 18 | E5 | 43 | 2D |
| Octal | 46 | 102 | 301 | 120 | 102 | 0 | 30 | 345 | 103 | 55 |
| Binary | 100110 | 1000010 | 11000001 | 1010000 | 1000010 | 0 | 11000 | 11100101 | 1000011 | 101101 |
Color Harmonies of #2642C1
Complementary color
Monochromatic Colors of #2642C1
Black with #2642C1
Text Example
Text Example
White with #2642C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642C1; }
p { color: rgb(38,66,193); }
H1.HeaderClassName
{
color: #2642C1;
}
.AnyTagClassName
{
color: #2642C1;
}
</style>
background-color css
<style>
a { background-color: #2642C1; }
a { background-color: rgb(38,66,193); }
div.DivClassName
{
background-color: #2642C1;
}
.BgClassName
{
background-color: #2642C1;
}
</style>
border-color css
<style>
span { border-color: #2642C1; }
span { border-color: rgb(38,66,193); }
td.TdClassName
{
border-color: #2642C1;
}
.TagClassName
{
border-color: #2642C1;
}
</style>