#2A2996

Color #2A2996 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #2A2996

Tints of Jacksons Purple #2A2996

Color information

#2A2996 (or 0x2A2996) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 29 and 96. RGB value is (42,41,150). Sum of RGB (Red+Green+Blue) = 42+41+150=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2996 is #D5D669. Grayscale: #353535. Windows color (decimal): -14014058 or 9840938. OLE color: 9840938.

HSL color Cylindrical-coordinate representation of color #2A2996: hue angle of 240.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A2996 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4241150-
CMYK0.720.7300.41
HSL240.55º57.07%37.45%-
HSV(B)240.55º72.67%58.82%-
XYZ7.254.2829.3-
YUV53.72182.33119.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=18.03%
G=17.60%
B=64.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42411500.720.7300.41240.5557.0737.45
Hex2A29964849029f13925
Octal52512261101110513617145
Binary1010101010011001011010010001001001010100111110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2996; }

 p { color: rgb(42,41,150); }

 H1.HeaderClassName
 {
   color: #2A2996;
 }
 .AnyTagClassName
 {
   color: #2A2996;
 }
</style>
background-color css

<style>
 a { background-color: #2A2996; }

 a { background-color: rgb(42,41,150); }

 div.DivClassName
 {
   background-color: #2A2996;
 }
 .BgClassName
 {
   background-color: #2A2996;
 }
</style>
border-color css

<style>
 span { border-color: #2A2996; }

 span { border-color: rgb(42,41,150); }

 td.TdClassName
 {
   border-color: #2A2996;
 }
 .TagClassName
 {
   border-color: #2A2996;
 }
</style>