Html Css Color HEX #2B2988 Jacksons Purple

📋 copy color: '#2B2988'

red 43 ◦ green 41 ◦ blue 136

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

Shades of Jacksons Purple #2B2988

Tints of Jacksons Purple #2B2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 19.55%
G = 18.64%
B = 61.82%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B2988 (or 0x2B2988) is known color: Jacksons Purple. HEX triplet: 2B, 29 and 88. RGB value is (43,41,136). Sum of RGB (Red+Green+Blue) = 43+41+136=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2988 is #D4D677. Grayscale: #343434. Windows color (decimal): -13948536 or 8923435. OLE color: 8923435.

HSL color Cylindrical-coordinate representation of color #2B2988: hue angle of 241.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2988 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 41 136 -
CMYK 0.68 0.70 0 0.47
HSL 241.26º 0.54% 0.35% -
HSV(B) 241.26º 0.7% 0.53% -
XYZ 6.23 3.88 23.71 -
YUV 52.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 43 41 136 0.68 0.70 0 0.47 241.26 0.54 0.35
Hex 2B 29 88 44 46 0 2F F1 36 23
Octal 53 51 210 104 106 0 57 361 66 43
Binary 101011 101001 10001000 1000100 1000110 0 101111 11110001 110110 100011

Color Harmonies of #2B2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2988

Black with #2B2988

Text Example


Text Example

White with #2B2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,41,136); }

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

background-color css

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

 a { background-color: rgb(43,41,136); }

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

border-color css

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

 span { border-color: rgb(43,41,136); }

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