#2A268E

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

Shades of Jacksons Purple #2A268E

Tints of Jacksons Purple #2A268E

Color information

#2A268E (or 0x2A268E) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 26 and 8E. RGB value is (42,38,142). Sum of RGB (Red+Green+Blue) = 42+38+142=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A268E is #D5D971. Grayscale: #323232. Windows color (decimal): -14014834 or 9315882. OLE color: 9315882.

HSL color Cylindrical-coordinate representation of color #2A268E: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A268E is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4238142-
CMYK0.700.7300.44
HSL242.31º57.78%35.29%-
HSV(B)242.31º73.24%55.69%-
XYZ6.533.8325.99-
YUV51.05179.33121.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=18.92%
G=17.12%
B=63.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42381420.700.7300.44242.3157.7835.29
Hex2A268E464902Cf23a23
Octal52462161061110543627243
Binary1010101001101000111010001101001001010110011110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,142); }

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

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

 a { background-color: rgb(42,38,142); }

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

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

 span { border-color: rgb(42,38,142); }

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