Shades of Persian Blue #2621C1
Tints of Persian Blue #2621C1
RGB
CMYK
RGB Variations
Color information
#2621C1 (or 0x2621C1) is known color: Persian Blue. HEX triplet: 26, 21 and C1. RGB value is (38,33,193). Sum of RGB (Red+Green+Blue) = 38+33+193=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #2621C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2621C1 is #D9DE3E. Grayscale: #343434. Windows color (decimal): -14278207 or 12656934. OLE color: 12656934.
HSL color Cylindrical-coordinate representation of color #2621C1: hue angle of 241.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2621C1 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 33 | 193 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.24 |
| HSL | 241.88º | 0.71% | 0.44% | - |
| HSV(B) | 241.88º | 0.83% | 0.76% | - |
| XYZ | 10.97 | 5.35 | 50.91 | - |
| YUV | 52.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 193 | 0.80 | 0.83 | 0 | 0.24 | 241.88 | 0.71 | 0.44 |
| Hex | 26 | 21 | C1 | 50 | 53 | 0 | 18 | F2 | 47 | 2C |
| Octal | 46 | 41 | 301 | 120 | 123 | 0 | 30 | 362 | 107 | 54 |
| Binary | 100110 | 100001 | 11000001 | 1010000 | 1010011 | 0 | 11000 | 11110010 | 1000111 | 101100 |
Color Harmonies of #2621C1
Complementary color
Monochromatic Colors of #2621C1
Black with #2621C1
Text Example
Text Example
White with #2621C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621C1; }
p { color: rgb(38,33,193); }
H1.HeaderClassName
{
color: #2621C1;
}
.AnyTagClassName
{
color: #2621C1;
}
</style>
background-color css
<style>
a { background-color: #2621C1; }
a { background-color: rgb(38,33,193); }
div.DivClassName
{
background-color: #2621C1;
}
.BgClassName
{
background-color: #2621C1;
}
</style>
border-color css
<style>
span { border-color: #2621C1; }
span { border-color: rgb(38,33,193); }
td.TdClassName
{
border-color: #2621C1;
}
.TagClassName
{
border-color: #2621C1;
}
</style>