Html Css Color HEX #2B278B Jacksons Purple

📋 copy color: '#2B278B'

red 43 ◦ green 39 ◦ blue 139

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

Shades of Jacksons Purple #2B278B

Tints of Jacksons Purple #2B278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 19.46%
G = 17.65%
B = 62.9%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B278B (or 0x2B278B) is known color: Jacksons Purple. HEX triplet: 2B, 27 and 8B. RGB value is (43,39,139). Sum of RGB (Red+Green+Blue) = 43+39+139=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B278B is #D4D874. Grayscale: #333333. Windows color (decimal): -13949045 or 9119531. OLE color: 9119531.

HSL color Cylindrical-coordinate representation of color #2B278B: hue angle of 242.4º 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 #2B278B is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 39 139 -
CMYK 0.69 0.72 0 0.45
HSL 242.4º 0.56% 0.35% -
HSV(B) 242.4º 0.72% 0.55% -
XYZ 6.38 3.83 24.83 -
YUV 51.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 43 39 139 0.69 0.72 0 0.45 242.4 0.56 0.35
Hex 2B 27 8B 45 48 0 2D F2 38 23
Octal 53 47 213 105 110 0 55 362 70 43
Binary 101011 100111 10001011 1000101 1001000 0 101101 11110010 111000 100011

Color Harmonies of #2B278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B278B

Black with #2B278B

Text Example


Text Example

White with #2B278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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