#2C298F

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

Shades of Jacksons Purple #2C298F

Tints of Jacksons Purple #2C298F

Color information

#2C298F (or 0x2C298F) is unknown color: approx Jacksons Purple. HEX triplet: 2C, 29 and 8F. RGB value is (44,41,143). Sum of RGB (Red+Green+Blue) = 44+41+143=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C298F is #D3D670. Grayscale: #353535. Windows color (decimal): -13882993 or 9382188. OLE color: 9382188.

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

Color convert

RGB4441143-
CMYK0.690.7100.44
HSL241.76º55.43%36.08%-
HSV(B)241.76º71.33%56.08%-
XYZ6.794.126.42-
YUV53.52178.49121.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 143 (56.25% from 255) = 62.72%
R=19.30%
G=17.98%
B=62.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44411430.690.7100.44241.7655.4336.08
Hex2C298F454702Cf23724
Octal54512171051070543626744
Binary1011001010011000111110001011000111010110011110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,143); }

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

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

 a { background-color: rgb(44,41,143); }

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

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

 span { border-color: rgb(44,41,143); }

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