Html Css Color HEX #2B3590 Jacksons Purple

📋 copy color: '#2B3590'

red 43 ◦ green 53 ◦ blue 144

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

Shades of Jacksons Purple #2B3590

Tints of Jacksons Purple #2B3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 144 (56.64% from 255) = 60%

R = 17.92%
G = 22.08%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B3590 (or 0x2B3590) is known color: Jacksons Purple. HEX triplet: 2B, 35 and 90. RGB value is (43,53,144). Sum of RGB (Red+Green+Blue) = 43+53+144=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3590 is #D4CA6F. Grayscale: #3C3C3C. Windows color (decimal): -13945456 or 9450795. OLE color: 9450795.

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

Color convert

RGB 43 53 144 -
CMYK 0.70 0.63 0 0.44
HSL 234.06º 0.54% 0.37% -
HSV(B) 234.06º 0.7% 0.56% -
XYZ 7.3 5.07 26.98 -
YUV 60.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 43 53 144 0.70 0.63 0 0.44 234.06 0.54 0.37
Hex 2B 35 90 46 3F 0 2C EA 36 25
Octal 53 65 220 106 77 0 54 352 66 45
Binary 101011 110101 10010000 1000110 111111 0 101100 11101010 110110 100101

Color Harmonies of #2B3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3590

Black with #2B3590

Text Example


Text Example

White with #2B3590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,144); }

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

background-color css

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

 a { background-color: rgb(43,53,144); }

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

border-color css

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

 span { border-color: rgb(43,53,144); }

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