Html Css Color HEX #2B328E Jacksons Purple

📋 copy color: '#2B328E'

red 43 ◦ green 50 ◦ blue 142

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

Shades of Jacksons Purple #2B328E

Tints of Jacksons Purple #2B328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 18.3%
G = 21.28%
B = 60.43%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B328E (or 0x2B328E) is known color: Jacksons Purple. HEX triplet: 2B, 32 and 8E. RGB value is (43,50,142). Sum of RGB (Red+Green+Blue) = 43+50+142=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B328E is #D4CD71. Grayscale: #3A3A3A. Windows color (decimal): -13946226 or 9318955. OLE color: 9318955.

HSL color Cylindrical-coordinate representation of color #2B328E: hue angle of 235.76º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B328E is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 50 142 -
CMYK 0.70 0.65 0 0.44
HSL 235.76º 0.54% 0.36% -
HSV(B) 235.76º 0.7% 0.56% -
XYZ 7.02 4.75 26.14 -
YUV 58.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 43 50 142 0.70 0.65 0 0.44 235.76 0.54 0.36
Hex 2B 32 8E 46 41 0 2C EC 36 24
Octal 53 62 216 106 101 0 54 354 66 44
Binary 101011 110010 10001110 1000110 1000001 0 101100 11101100 110110 100100

Color Harmonies of #2B328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B328E

Black with #2B328E

Text Example


Text Example

White with #2B328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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