Shades of Jacksons Purple #262B8F
Tints of Jacksons Purple #262B8F
RGB
CMYK
RGB Variations
Color information
#262B8F (or 0x262B8F) is known color: Jacksons Purple. HEX triplet: 26, 2B and 8F. RGB value is (38,43,143). Sum of RGB (Red+Green+Blue) = 38+43+143=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #262B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B8F is #D9D470. Grayscale: #343434. Windows color (decimal): -14275697 or 9382694. OLE color: 9382694.
HSL color Cylindrical-coordinate representation of color #262B8F: hue angle of 237.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #262B8F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 43 | 143 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.44 |
| HSL | 237.14º | 0.58% | 0.35% | - |
| HSV(B) | 237.14º | 0.73% | 0.56% | - |
| XYZ | 6.62 | 4.12 | 26.43 | - |
| YUV | 52.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 143 | 0.73 | 0.70 | 0 | 0.44 | 237.14 | 0.58 | 0.35 |
| Hex | 26 | 2B | 8F | 49 | 46 | 0 | 2C | ED | 3A | 23 |
| Octal | 46 | 53 | 217 | 111 | 106 | 0 | 54 | 355 | 72 | 43 |
| Binary | 100110 | 101011 | 10001111 | 1001001 | 1000110 | 0 | 101100 | 11101101 | 111010 | 100011 |
Color Harmonies of #262B8F
Complementary color
Monochromatic Colors of #262B8F
Black with #262B8F
Text Example
Text Example
White with #262B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B8F; }
p { color: rgb(38,43,143); }
H1.HeaderClassName
{
color: #262B8F;
}
.AnyTagClassName
{
color: #262B8F;
}
</style>
background-color css
<style>
a { background-color: #262B8F; }
a { background-color: rgb(38,43,143); }
div.DivClassName
{
background-color: #262B8F;
}
.BgClassName
{
background-color: #262B8F;
}
</style>
border-color css
<style>
span { border-color: #262B8F; }
span { border-color: rgb(38,43,143); }
td.TdClassName
{
border-color: #262B8F;
}
.TagClassName
{
border-color: #262B8F;
}
</style>