Html Css Color HEX #2B288B Jacksons Purple

📋 copy color: '#2B288B'

red 43 ◦ green 40 ◦ blue 139

#2B288B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #2B288B

Tints of Jacksons Purple #2B288B

RGB

 RED value IS 43 (17.19% from 255) = 19.37%

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 139 (54.69% from 255) = 62.61%

R = 19.37%
G = 18.02%
B = 62.61%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B288B (or 0x2B288B) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 8B. RGB value is (43,40,139). Sum of RGB (Red+Green+Blue) = 43+40+139=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B288B is #D4D774. Grayscale: #333333. Windows color (decimal): -13948789 or 9119787. OLE color: 9119787.

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

Color convert

RGB 43 40 139 -
CMYK 0.69 0.71 0 0.45
HSL 241.82º 0.55% 0.35% -
HSV(B) 241.82º 0.71% 0.55% -
XYZ 6.42 3.9 24.84 -
YUV 52.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 43 40 139 0.69 0.71 0 0.45 241.82 0.55 0.35
Hex 2B 28 8B 45 47 0 2D F2 37 23
Octal 53 50 213 105 107 0 55 362 67 43
Binary 101011 101000 10001011 1000101 1000111 0 101101 11110010 110111 100011

Color Harmonies of #2B288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B288B

Black with #2B288B

Text Example


Text Example

White with #2B288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B288B;
 }
 .AnyTagClassName
 {
   color: #2B288B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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