Shades of Persian Blue #2B25C4
Tints of Persian Blue #2B25C4
RGB
CMYK
RGB Variations
Color information
#2B25C4 (or 0x2B25C4) is known color: Persian Blue. HEX triplet: 2B, 25 and C4. RGB value is (43,37,196). Sum of RGB (Red+Green+Blue) = 43+37+196=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 196 (76.95% from 255 or 71.01% from 276); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B25C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B25C4 is #D4DA3B. Grayscale: #383838. Windows color (decimal): -13949500 or 12854571. OLE color: 12854571.
HSL color Cylindrical-coordinate representation of color #2B25C4: hue angle of 242.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B25C4 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 37 | 196 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.23 |
| HSL | 242.26º | 0.68% | 0.46% | - |
| HSV(B) | 242.26º | 0.81% | 0.77% | - |
| XYZ | 11.62 | 5.82 | 52.74 | - |
| YUV | 56.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 196 | 0.78 | 0.81 | 0 | 0.23 | 242.26 | 0.68 | 0.46 |
| Hex | 2B | 25 | C4 | 4E | 51 | 0 | 17 | F2 | 44 | 2E |
| Octal | 53 | 45 | 304 | 116 | 121 | 0 | 27 | 362 | 104 | 56 |
| Binary | 101011 | 100101 | 11000100 | 1001110 | 1010001 | 0 | 10111 | 11110010 | 1000100 | 101110 |
Color Harmonies of #2B25C4
Complementary color
Monochromatic Colors of #2B25C4
Black with #2B25C4
Text Example
Text Example
White with #2B25C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B25C4; }
p { color: rgb(43,37,196); }
H1.HeaderClassName
{
color: #2B25C4;
}
.AnyTagClassName
{
color: #2B25C4;
}
</style>
background-color css
<style>
a { background-color: #2B25C4; }
a { background-color: rgb(43,37,196); }
div.DivClassName
{
background-color: #2B25C4;
}
.BgClassName
{
background-color: #2B25C4;
}
</style>
border-color css
<style>
span { border-color: #2B25C4; }
span { border-color: rgb(43,37,196); }
td.TdClassName
{
border-color: #2B25C4;
}
.TagClassName
{
border-color: #2B25C4;
}
</style>