Html Css Color HEX #2B268B Jacksons Purple

📋 copy color: '#2B268B'

red 43 ◦ green 38 ◦ blue 139

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

Shades of Jacksons Purple #2B268B

Tints of Jacksons Purple #2B268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 19.55%
G = 17.27%
B = 63.18%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B268B (or 0x2B268B) is known color: Jacksons Purple. HEX triplet: 2B, 26 and 8B. RGB value is (43,38,139). Sum of RGB (Red+Green+Blue) = 43+38+139=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B268B is #D4D974. Grayscale: #323232. Windows color (decimal): -13949301 or 9119275. OLE color: 9119275.

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

Color convert

RGB 43 38 139 -
CMYK 0.69 0.73 0 0.45
HSL 242.97º 0.57% 0.35% -
HSV(B) 242.97º 0.73% 0.55% -
XYZ 6.35 3.76 24.82 -
YUV 51.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 43 38 139 0.69 0.73 0 0.45 242.97 0.57 0.35
Hex 2B 26 8B 45 49 0 2D F3 39 23
Octal 53 46 213 105 111 0 55 363 71 43
Binary 101011 100110 10001011 1000101 1001001 0 101101 11110011 111001 100011

Color Harmonies of #2B268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B268B

Black with #2B268B

Text Example


Text Example

White with #2B268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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