#2C2E95

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

Shades of Jacksons Purple #2C2E95

Tints of Jacksons Purple #2C2E95

Color information

#2C2E95 (or 0x2C2E95) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 2E and 95. RGB value is (44,46,149). Sum of RGB (Red+Green+Blue) = 44+46+149=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 46 (18.36% from 255 or 19.25% 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 #2C2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2E95 is #D3D16A. Grayscale: #383838. Windows color (decimal): -13881707 or 9776684. OLE color: 9776684.

HSL color Cylindrical-coordinate representation of color #2C2E95: hue angle of 238.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2E95 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4446149-
CMYK0.700.6900.42
HSL238.86º54.4%37.84%-
HSV(B)238.86º70.47%58.43%-
XYZ7.444.6628.94-
YUV57.14179.84118.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=18.41%
G=19.25%
B=62.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44461490.700.6900.42238.8654.437.84
Hex2C2E95464502Aef3626
Octal54562251061050523576646
Binary1011001011101001010110001101000101010101011101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,46,149); }

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

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

 a { background-color: rgb(44,46,149); }

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

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

 span { border-color: rgb(44,46,149); }

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