#2C388E

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

Shades of Jacksons Purple #2C388E

Tints of Jacksons Purple #2C388E

Color information

#2C388E (or 0x2C388E) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 38 and 8E. RGB value is (44,56,142). Sum of RGB (Red+Green+Blue) = 44+56+142=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C388E is #D3C771. Grayscale: #3D3D3D. Windows color (decimal): -13879154 or 9320492. OLE color: 9320492.

HSL color Cylindrical-coordinate representation of color #2C388E: hue angle of 232.65º 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 #2C388E is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4456142-
CMYK0.690.6100.44
HSL232.65º52.69%36.47%-
HSV(B)232.65º69.01%55.69%-
XYZ7.345.3226.23-
YUV62.22173.02115.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=18.18%
G=23.14%
B=58.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44561420.690.6100.44232.6552.6936.47
Hex2C388E453D02Ce93524
Octal5470216105750543516544
Binary101100111000100011101000101111101010110011101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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