#2C398E

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

Shades of Jacksons Purple #2C398E

Tints of Jacksons Purple #2C398E

Color information

#2C398E (or 0x2C398E) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 39 and 8E. RGB value is (44,57,142). Sum of RGB (Red+Green+Blue) = 44+57+142=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C398E is #D3C671. Grayscale: #3E3E3E. Windows color (decimal): -13878898 or 9320748. OLE color: 9320748.

HSL color Cylindrical-coordinate representation of color #2C398E: hue angle of 232.04º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C398E is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4457142-
CMYK0.690.6000.44
HSL232.04º52.69%36.47%-
HSV(B)232.04º69.01%55.69%-
XYZ7.385.4126.25-
YUV62.8172.69114.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=18.11%
G=23.46%
B=58.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44571420.690.6000.44232.0452.6936.47
Hex2C398E453C02Ce83524
Octal5471216105740543506544
Binary101100111001100011101000101111100010110011101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,142); }

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

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

 a { background-color: rgb(44,57,142); }

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

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

 span { border-color: rgb(44,57,142); }

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