Html Css Color HEX #2B268E Jacksons Purple

📋 copy color: '#2B268E'

red 43 ◦ green 38 ◦ blue 142

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

Shades of Jacksons Purple #2B268E

Tints of Jacksons Purple #2B268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 63.68%

R = 19.28%
G = 17.04%
B = 63.68%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B268E (or 0x2B268E) is known color: Jacksons Purple. HEX triplet: 2B, 26 and 8E. RGB value is (43,38,142). Sum of RGB (Red+Green+Blue) = 43+38+142=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B268E is #D4D971. Grayscale: #323232. Windows color (decimal): -13949298 or 9315883. OLE color: 9315883.

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

Color convert

RGB 43 38 142 -
CMYK 0.70 0.73 0 0.44
HSL 242.88º 0.58% 0.35% -
HSV(B) 242.88º 0.73% 0.56% -
XYZ 6.57 3.85 25.99 -
YUV 51.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 43 38 142 0.70 0.73 0 0.44 242.88 0.58 0.35
Hex 2B 26 8E 46 49 0 2C F3 3A 23
Octal 53 46 216 106 111 0 54 363 72 43
Binary 101011 100110 10001110 1000110 1001001 0 101100 11110011 111010 100011

Color Harmonies of #2B268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B268E

Black with #2B268E

Text Example


Text Example

White with #2B268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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