Shades of Persian Blue #2620D2
Tints of Persian Blue #2620D2
RGB
CMYK
RGB Variations
Color information
#2620D2 (or 0x2620D2) is known color: Persian Blue. HEX triplet: 26, 20 and D2. RGB value is (38,32,210). Sum of RGB (Red+Green+Blue) = 38+32+210=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 210 (82.42% from 255 or 75% from 280); Max value from RGB is 210 - color contains mainly: blue. Hex color #2620D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2620D2 is #D9DF2D. Grayscale: #353535. Windows color (decimal): -14278446 or 13770790. OLE color: 13770790.
HSL color Cylindrical-coordinate representation of color #2620D2: hue angle of 242.02º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2620D2 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 32 | 210 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.18 |
| HSL | 242.02º | 0.74% | 0.47% | - |
| HSV(B) | 242.02º | 0.85% | 0.82% | - |
| XYZ | 12.95 | 6.1 | 61.47 | - |
| YUV | 54.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 210 | 0.82 | 0.85 | 0 | 0.18 | 242.02 | 0.74 | 0.47 |
| Hex | 26 | 20 | D2 | 52 | 55 | 0 | 12 | F2 | 4A | 2F |
| Octal | 46 | 40 | 322 | 122 | 125 | 0 | 22 | 362 | 112 | 57 |
| Binary | 100110 | 100000 | 11010010 | 1010010 | 1010101 | 0 | 10010 | 11110010 | 1001010 | 101111 |
Color Harmonies of #2620D2
Complementary color
Monochromatic Colors of #2620D2
Black with #2620D2
Text Example
Text Example
White with #2620D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620D2; }
p { color: rgb(38,32,210); }
H1.HeaderClassName
{
color: #2620D2;
}
.AnyTagClassName
{
color: #2620D2;
}
</style>
background-color css
<style>
a { background-color: #2620D2; }
a { background-color: rgb(38,32,210); }
div.DivClassName
{
background-color: #2620D2;
}
.BgClassName
{
background-color: #2620D2;
}
</style>
border-color css
<style>
span { border-color: #2620D2; }
span { border-color: rgb(38,32,210); }
td.TdClassName
{
border-color: #2620D2;
}
.TagClassName
{
border-color: #2620D2;
}
</style>