Html Css Color HEX #2B268A Jacksons Purple

📋 copy color: '#2B268A'

red 43 ◦ green 38 ◦ blue 138

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

Shades of Jacksons Purple #2B268A

Tints of Jacksons Purple #2B268A

RGB

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

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

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

R = 19.63%
G = 17.35%
B = 63.01%

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

#2B268A (or 0x2B268A) is known color: Jacksons Purple. HEX triplet: 2B, 26 and 8A. RGB value is (43,38,138). Sum of RGB (Red+Green+Blue) = 43+38+138=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B268A is #D4D975. Grayscale: #323232. Windows color (decimal): -13949302 or 9053739. OLE color: 9053739.

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

Color convert

RGB 43 38 138 -
CMYK 0.69 0.72 0 0.46
HSL 243º 0.57% 0.35% -
HSV(B) 243º 0.72% 0.54% -
XYZ 6.28 3.73 24.43 -
YUV 50.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 43 38 138 0.69 0.72 0 0.46 243 0.57 0.35
Hex 2B 26 8A 45 48 0 2E F3 39 23
Octal 53 46 212 105 110 0 56 363 71 43
Binary 101011 100110 10001010 1000101 1001000 0 101110 11110011 111001 100011

Color Harmonies of #2B268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B268A

Black with #2B268A

Text Example


Text Example

White with #2B268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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