#2A3095

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

Shades of Jacksons Purple #2A3095

Tints of Jacksons Purple #2A3095

Color information

#2A3095 (or 0x2A3095) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 30 and 95. RGB value is (42,48,149). Sum of RGB (Red+Green+Blue) = 42+48+149=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A3095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3095 is #D5CF6A. Grayscale: #393939. Windows color (decimal): -14012267 or 9777194. OLE color: 9777194.

HSL color Cylindrical-coordinate representation of color #2A3095: hue angle of 236.64º 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 #2A3095 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4248149-
CMYK0.720.6800.42
HSL236.64º56.02%37.45%-
HSV(B)236.64º71.81%58.43%-
XYZ7.444.7828.96-
YUV57.72179.51116.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=17.57%
G=20.08%
B=62.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42481490.720.6800.42236.6456.0237.45
Hex2A3095484402Aed3825
Octal52602251101040523557045
Binary1010101100001001010110010001000100010101011101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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