#2A2992

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

Shades of Jacksons Purple #2A2992

Tints of Jacksons Purple #2A2992

Color information

#2A2992 (or 0x2A2992) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 29 and 92. RGB value is (42,41,146). Sum of RGB (Red+Green+Blue) = 42+41+146=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2992 is #D5D66D. Grayscale: #343434. Windows color (decimal): -14014062 or 9578794. OLE color: 9578794.

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

Color convert

RGB4241146-
CMYK0.710.7200.43
HSL240.57º56.15%36.67%-
HSV(B)240.57º71.92%57.25%-
XYZ6.944.1527.63-
YUV53.27180.33119.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=18.34%
G=17.90%
B=63.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42411460.710.7200.43240.5756.1536.67
Hex2A2992474802Bf13825
Octal52512221071100533617045
Binary1010101010011001001010001111001000010101111110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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