Html Css Color HEX #2B288D Jacksons Purple

📋 copy color: '#2B288D'

red 43 ◦ green 40 ◦ blue 141

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

Shades of Jacksons Purple #2B288D

Tints of Jacksons Purple #2B288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 19.2%
G = 17.86%
B = 62.95%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B288D (or 0x2B288D) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 8D. RGB value is (43,40,141). Sum of RGB (Red+Green+Blue) = 43+40+141=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B288D is #D4D772. Grayscale: #343434. Windows color (decimal): -13948787 or 9250859. OLE color: 9250859.

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

Color convert

RGB 43 40 141 -
CMYK 0.70 0.72 0 0.45
HSL 241.78º 0.56% 0.35% -
HSV(B) 241.78º 0.72% 0.55% -
XYZ 6.56 3.95 25.62 -
YUV 52.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 43 40 141 0.70 0.72 0 0.45 241.78 0.56 0.35
Hex 2B 28 8D 46 48 0 2D F2 38 23
Octal 53 50 215 106 110 0 55 362 70 43
Binary 101011 101000 10001101 1000110 1001000 0 101101 11110010 111000 100011

Color Harmonies of #2B288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B288D

Black with #2B288D

Text Example


Text Example

White with #2B288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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