#2D2C8E

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

Shades of Jacksons Purple #2D2C8E

Tints of Jacksons Purple #2D2C8E

Color information

#2D2C8E (or 0x2D2C8E) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 2C and 8E. RGB value is (45,44,142). Sum of RGB (Red+Green+Blue) = 45+44+142=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D2C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2C8E is #D2D371. Grayscale: #373737. Windows color (decimal): -13816690 or 9317421. OLE color: 9317421.

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

Color convert

RGB4544142-
CMYK0.680.6900.44
HSL240.61º52.69%36.47%-
HSV(B)240.61º69.01%55.69%-
XYZ6.874.3126.06-
YUV55.47176.83120.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=19.48%
G=19.05%
B=61.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45441420.680.6900.44240.6152.6936.47
Hex2D2C8E444502Cf13524
Octal55542161041050543616544
Binary1011011011001000111010001001000101010110011110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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