Html Css Color HEX #2B3791 Jacksons Purple

📋 copy color: '#2B3791'

red 43 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #2B3791

Tints of Jacksons Purple #2B3791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 17.7%
G = 22.63%
B = 59.67%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B3791 (or 0x2B3791) is known color: Jacksons Purple. HEX triplet: 2B, 37 and 91. RGB value is (43,55,145). Sum of RGB (Red+Green+Blue) = 43+55+145=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B3791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3791 is #D4C86E. Grayscale: #3D3D3D. Windows color (decimal): -13944943 or 9516843. OLE color: 9516843.

HSL color Cylindrical-coordinate representation of color #2B3791: hue angle of 232.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3791 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 55 145 -
CMYK 0.70 0.62 0 0.43
HSL 232.94º 0.54% 0.37% -
HSV(B) 232.94º 0.7% 0.57% -
XYZ 7.47 5.29 27.42 -
YUV 61.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 43 55 145 0.70 0.62 0 0.43 232.94 0.54 0.37
Hex 2B 37 91 46 3E 0 2B E9 36 25
Octal 53 67 221 106 76 0 53 351 66 45
Binary 101011 110111 10010001 1000110 111110 0 101011 11101001 110110 100101

Color Harmonies of #2B3791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3791

Black with #2B3791

Text Example


Text Example

White with #2B3791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,145); }

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

background-color css

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

 a { background-color: rgb(43,55,145); }

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

border-color css

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

 span { border-color: rgb(43,55,145); }

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