Shades of Persian Blue #2A26C1
Tints of Persian Blue #2A26C1
RGB
CMYK
RGB Variations
Color information
#2A26C1 (or 0x2A26C1) is known color: Persian Blue. HEX triplet: 2A, 26 and C1. RGB value is (42,38,193). Sum of RGB (Red+Green+Blue) = 42+38+193=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A26C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A26C1 is #D5D93E. Grayscale: #383838. Windows color (decimal): -14014783 or 12658218. OLE color: 12658218.
HSL color Cylindrical-coordinate representation of color #2A26C1: hue angle of 241.55º 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 #2A26C1 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 38 | 193 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.24 |
| HSL | 241.55º | 0.67% | 0.45% | - |
| HSV(B) | 241.55º | 0.8% | 0.76% | - |
| XYZ | 11.27 | 5.73 | 50.96 | - |
| YUV | 56.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 193 | 0.78 | 0.80 | 0 | 0.24 | 241.55 | 0.67 | 0.45 |
| Hex | 2A | 26 | C1 | 4E | 50 | 0 | 18 | F2 | 43 | 2D |
| Octal | 52 | 46 | 301 | 116 | 120 | 0 | 30 | 362 | 103 | 55 |
| Binary | 101010 | 100110 | 11000001 | 1001110 | 1010000 | 0 | 11000 | 11110010 | 1000011 | 101101 |
Color Harmonies of #2A26C1
Complementary color
Monochromatic Colors of #2A26C1
Black with #2A26C1
Text Example
Text Example
White with #2A26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A26C1; }
p { color: rgb(42,38,193); }
H1.HeaderClassName
{
color: #2A26C1;
}
.AnyTagClassName
{
color: #2A26C1;
}
</style>
background-color css
<style>
a { background-color: #2A26C1; }
a { background-color: rgb(42,38,193); }
div.DivClassName
{
background-color: #2A26C1;
}
.BgClassName
{
background-color: #2A26C1;
}
</style>
border-color css
<style>
span { border-color: #2A26C1; }
span { border-color: rgb(42,38,193); }
td.TdClassName
{
border-color: #2A26C1;
}
.TagClassName
{
border-color: #2A26C1;
}
</style>