Shades of Jacksons Purple #434182
Tints of Jacksons Purple #434182
RGB
CMYK
RGB Variations
Color information
#434182 (or 0x434182) is known color: Jacksons Purple. HEX triplet: 43, 41 and 82. RGB value is (67,65,130). Sum of RGB (Red+Green+Blue) = 67+65+130=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #434182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434182 is #BCBE7D. Grayscale: #484848. Windows color (decimal): -12369534 or 8536387. OLE color: 8536387.
HSL color Cylindrical-coordinate representation of color #434182: hue angle of 241.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434182 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 65 | 130 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.49 |
| HSL | 241.85º | 0.33% | 0.38% | - |
| HSV(B) | 241.85º | 0.5% | 0.51% | - |
| XYZ | 8.23 | 6.59 | 21.96 | - |
| YUV | 73.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 130 | 0.48 | 0.50 | 0 | 0.49 | 241.85 | 0.33 | 0.38 |
| Hex | 43 | 41 | 82 | 30 | 32 | 0 | 31 | F2 | 21 | 26 |
| Octal | 103 | 101 | 202 | 60 | 62 | 0 | 61 | 362 | 41 | 46 |
| Binary | 1000011 | 1000001 | 10000010 | 110000 | 110010 | 0 | 110001 | 11110010 | 100001 | 100110 |
Color Harmonies of #434182
Complementary color
Monochromatic Colors of #434182
Black with #434182
Text Example
Text Example
White with #434182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434182; }
p { color: rgb(67,65,130); }
H1.HeaderClassName
{
color: #434182;
}
.AnyTagClassName
{
color: #434182;
}
</style>
background-color css
<style>
a { background-color: #434182; }
a { background-color: rgb(67,65,130); }
div.DivClassName
{
background-color: #434182;
}
.BgClassName
{
background-color: #434182;
}
</style>
border-color css
<style>
span { border-color: #434182; }
span { border-color: rgb(67,65,130); }
td.TdClassName
{
border-color: #434182;
}
.TagClassName
{
border-color: #434182;
}
</style>