#2A2B95

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

Shades of Jacksons Purple #2A2B95

Tints of Jacksons Purple #2A2B95

Color information

#2A2B95 (or 0x2A2B95) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 2B and 95. RGB value is (42,43,149). Sum of RGB (Red+Green+Blue) = 42+43+149=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A2B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2B95 is #D5D46A. Grayscale: #363636. Windows color (decimal): -14013547 or 9775914. OLE color: 9775914.

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

Color convert

RGB4243149-
CMYK0.720.7100.42
HSL239.44º56.02%37.45%-
HSV(B)239.44º71.81%58.43%-
XYZ7.244.3928.9-
YUV54.78181.17118.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=17.95%
G=18.38%
B=63.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42431490.720.7100.42239.4456.0237.45
Hex2A2B95484702Aef3825
Octal52532251101070523577045
Binary1010101010111001010110010001000111010101011101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,43,149); }

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

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

 a { background-color: rgb(42,43,149); }

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

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

 span { border-color: rgb(42,43,149); }

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