Html Css Color HEX #2B328B Jacksons Purple

📋 copy color: '#2B328B'

red 43 ◦ green 50 ◦ blue 139

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

Shades of Jacksons Purple #2B328B

Tints of Jacksons Purple #2B328B

RGB

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

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

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

R = 18.53%
G = 21.55%
B = 59.91%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B328B (or 0x2B328B) is known color: Jacksons Purple. HEX triplet: 2B, 32 and 8B. RGB value is (43,50,139). Sum of RGB (Red+Green+Blue) = 43+50+139=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B328B is #D4CD74. Grayscale: #393939. Windows color (decimal): -13946229 or 9122347. OLE color: 9122347.

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

Color convert

RGB 43 50 139 -
CMYK 0.69 0.64 0 0.45
HSL 235.63º 0.53% 0.36% -
HSV(B) 235.63º 0.69% 0.55% -
XYZ 6.8 4.66 24.97 -
YUV 58.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 43 50 139 0.69 0.64 0 0.45 235.63 0.53 0.36
Hex 2B 32 8B 45 40 0 2D EC 35 24
Octal 53 62 213 105 100 0 55 354 65 44
Binary 101011 110010 10001011 1000101 1000000 0 101101 11101100 110101 100100

Color Harmonies of #2B328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B328B

Black with #2B328B

Text Example


Text Example

White with #2B328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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