Html Css Color HEX #2B3197 Jacksons Purple

📋 copy color: '#2B3197'

red 43 ◦ green 49 ◦ blue 151

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

Shades of Jacksons Purple #2B3197

Tints of Jacksons Purple #2B3197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 151 (59.38% from 255) = 62.14%

R = 17.7%
G = 20.16%
B = 62.14%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B3197 (or 0x2B3197) is known color: Jacksons Purple. HEX triplet: 2B, 31 and 97. RGB value is (43,49,151). Sum of RGB (Red+Green+Blue) = 43+49+151=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B3197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3197 is #D4CE68. Grayscale: #3A3A3A. Windows color (decimal): -13946473 or 9908523. OLE color: 9908523.

HSL color Cylindrical-coordinate representation of color #2B3197: hue angle of 236.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B3197 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 49 151 -
CMYK 0.72 0.68 0 0.41
HSL 236.67º 0.56% 0.38% -
HSV(B) 236.67º 0.72% 0.59% -
XYZ 7.68 4.94 29.83 -
YUV 58.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 43 49 151 0.72 0.68 0 0.41 236.67 0.56 0.38
Hex 2B 31 97 48 44 0 29 ED 38 26
Octal 53 61 227 110 104 0 51 355 70 46
Binary 101011 110001 10010111 1001000 1000100 0 101001 11101101 111000 100110

Color Harmonies of #2B3197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3197

Black with #2B3197

Text Example


Text Example

White with #2B3197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,49,151); }

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

background-color css

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

 a { background-color: rgb(43,49,151); }

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

border-color css

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

 span { border-color: rgb(43,49,151); }

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