Html Css Color HEX #2B2889 Jacksons Purple

📋 copy color: '#2B2889'

red 43 ◦ green 40 ◦ blue 137

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

Shades of Jacksons Purple #2B2889

Tints of Jacksons Purple #2B2889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 19.55%
G = 18.18%
B = 62.27%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B2889 (or 0x2B2889) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 89. RGB value is (43,40,137). Sum of RGB (Red+Green+Blue) = 43+40+137=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2889 is #D4D776. Grayscale: #333333. Windows color (decimal): -13948791 or 8988715. OLE color: 8988715.

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

Color convert

RGB 43 40 137 -
CMYK 0.69 0.71 0 0.46
HSL 241.86º 0.55% 0.35% -
HSV(B) 241.86º 0.71% 0.54% -
XYZ 6.27 3.84 24.08 -
YUV 51.96 175.99 121.61 -
System Red Green Blue C M Y K H S L
Decimal 43 40 137 0.69 0.71 0 0.46 241.86 0.55 0.35
Hex 2B 28 89 45 47 0 2E F2 37 23
Octal 53 50 211 105 107 0 56 362 67 43
Binary 101011 101000 10001001 1000101 1000111 0 101110 11110010 110111 100011

Color Harmonies of #2B2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2889

Black with #2B2889

Text Example


Text Example

White with #2B2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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