Shades of Jacksons Purple #262A90
Tints of Jacksons Purple #262A90
RGB
CMYK
RGB Variations
Color information
#262A90 (or 0x262A90) is known color: Jacksons Purple. HEX triplet: 26, 2A and 90. RGB value is (38,42,144). Sum of RGB (Red+Green+Blue) = 38+42+144=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #262A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A90 is #D9D56F. Grayscale: #343434. Windows color (decimal): -14275952 or 9447974. OLE color: 9447974.
HSL color Cylindrical-coordinate representation of color #262A90: hue angle of 237.74º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262A90 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 42 | 144 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.44 |
| HSL | 237.74º | 0.58% | 0.36% | - |
| HSV(B) | 237.74º | 0.74% | 0.56% | - |
| XYZ | 6.66 | 4.08 | 26.82 | - |
| YUV | 52.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 144 | 0.74 | 0.71 | 0 | 0.44 | 237.74 | 0.58 | 0.36 |
| Hex | 26 | 2A | 90 | 4A | 47 | 0 | 2C | EE | 3A | 24 |
| Octal | 46 | 52 | 220 | 112 | 107 | 0 | 54 | 356 | 72 | 44 |
| Binary | 100110 | 101010 | 10010000 | 1001010 | 1000111 | 0 | 101100 | 11101110 | 111010 | 100100 |
Color Harmonies of #262A90
Complementary color
Monochromatic Colors of #262A90
Black with #262A90
Text Example
Text Example
White with #262A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A90; }
p { color: rgb(38,42,144); }
H1.HeaderClassName
{
color: #262A90;
}
.AnyTagClassName
{
color: #262A90;
}
</style>
background-color css
<style>
a { background-color: #262A90; }
a { background-color: rgb(38,42,144); }
div.DivClassName
{
background-color: #262A90;
}
.BgClassName
{
background-color: #262A90;
}
</style>
border-color css
<style>
span { border-color: #262A90; }
span { border-color: rgb(38,42,144); }
td.TdClassName
{
border-color: #262A90;
}
.TagClassName
{
border-color: #262A90;
}
</style>