Html Css Color HEX #2B2893 Jacksons Purple

📋 copy color: '#2B2893'

red 43 ◦ green 40 ◦ blue 147

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

Shades of Jacksons Purple #2B2893

Tints of Jacksons Purple #2B2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 147 (57.81% from 255) = 63.91%

R = 18.7%
G = 17.39%
B = 63.91%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B2893 (or 0x2B2893) is known color: Jacksons Purple. HEX triplet: 2B, 28 and 93. RGB value is (43,40,147). Sum of RGB (Red+Green+Blue) = 43+40+147=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2893 is #D4D76C. Grayscale: #343434. Windows color (decimal): -13948781 or 9644075. OLE color: 9644075.

HSL color Cylindrical-coordinate representation of color #2B2893: hue angle of 241.68º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2893 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 40 147 -
CMYK 0.71 0.73 0 0.42
HSL 241.68º 0.57% 0.37% -
HSV(B) 241.68º 0.73% 0.58% -
XYZ 7.02 4.14 28.03 -
YUV 53.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 43 40 147 0.71 0.73 0 0.42 241.68 0.57 0.37
Hex 2B 28 93 47 49 0 2A F2 39 25
Octal 53 50 223 107 111 0 52 362 71 45
Binary 101011 101000 10010011 1000111 1001001 0 101010 11110010 111001 100101

Color Harmonies of #2B2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2893

Black with #2B2893

Text Example


Text Example

White with #2B2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,40,147); }

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

background-color css

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

 a { background-color: rgb(43,40,147); }

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

border-color css

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

 span { border-color: rgb(43,40,147); }

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