#2B2C8D

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

Shades of Jacksons Purple #2B2C8D

Tints of Jacksons Purple #2B2C8D

Color information

#2B2C8D (or 0x2B2C8D) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 2C and 8D. RGB value is (43,44,141). Sum of RGB (Red+Green+Blue) = 43+44+141=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B2C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2C8D is #D4D372. Grayscale: #363636. Windows color (decimal): -13947763 or 9251883. OLE color: 9251883.

HSL color Cylindrical-coordinate representation of color #2B2C8D: hue angle of 239.39º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2C8D is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4344141-
CMYK0.700.6900.45
HSL239.39º53.26%36.08%-
HSV(B)239.39º69.5%55.29%-
XYZ6.74.2425.66-
YUV54.76176.67119.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=18.86%
G=19.30%
B=61.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43441410.700.6900.45239.3953.2636.08
Hex2B2C8D464502Def3524
Octal53542151061050553576544
Binary1010111011001000110110001101000101010110111101111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,44,141); }

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

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

 a { background-color: rgb(43,44,141); }

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

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

 span { border-color: rgb(43,44,141); }

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