#2B2F8B

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

Shades of Jacksons Purple #2B2F8B

Tints of Jacksons Purple #2B2F8B

Color information

#2B2F8B (or 0x2B2F8B) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 2F and 8B. RGB value is (43,47,139). Sum of RGB (Red+Green+Blue) = 43+47+139=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B2F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2F8B is #D4D074. Grayscale: #373737. Windows color (decimal): -13946997 or 9121579. OLE color: 9121579.

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

Color convert

RGB4347139-
CMYK0.690.6600.45
HSL237.5º52.75%35.69%-
HSV(B)237.5º69.06%54.51%-
XYZ6.674.4124.93-
YUV56.29174.67118.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=18.78%
G=20.52%
B=60.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43471390.690.6600.45237.552.7535.69
Hex2B2F8B454202Dee3524
Octal53572131051020553566544
Binary1010111011111000101110001011000010010110111101110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,47,139); }

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

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

 a { background-color: rgb(43,47,139); }

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

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

 span { border-color: rgb(43,47,139); }

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