Html Css Color HEX #2B278A Jacksons Purple

📋 copy color: '#2B278A'

red 43 ◦ green 39 ◦ blue 138

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

Shades of Jacksons Purple #2B278A

Tints of Jacksons Purple #2B278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 19.55%
G = 17.73%
B = 62.73%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B278A (or 0x2B278A) is known color: Jacksons Purple. HEX triplet: 2B, 27 and 8A. RGB value is (43,39,138). Sum of RGB (Red+Green+Blue) = 43+39+138=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B278A is #D4D875. Grayscale: #333333. Windows color (decimal): -13949046 or 9053995. OLE color: 9053995.

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

Color convert

RGB 43 39 138 -
CMYK 0.69 0.72 0 0.46
HSL 242.42º 0.56% 0.35% -
HSV(B) 242.42º 0.72% 0.54% -
XYZ 6.31 3.8 24.45 -
YUV 51.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 43 39 138 0.69 0.72 0 0.46 242.42 0.56 0.35
Hex 2B 27 8A 45 48 0 2E F2 38 23
Octal 53 47 212 105 110 0 56 362 70 43
Binary 101011 100111 10001010 1000101 1001000 0 101110 11110010 111000 100011

Color Harmonies of #2B278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B278A

Black with #2B278A

Text Example


Text Example

White with #2B278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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