Html Css Color HEX #2B358D Jacksons Purple

📋 copy color: '#2B358D'

red 43 ◦ green 53 ◦ blue 141

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

Shades of Jacksons Purple #2B358D

Tints of Jacksons Purple #2B358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 18.14%
G = 22.36%
B = 59.49%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B358D (or 0x2B358D) is known color: Jacksons Purple. HEX triplet: 2B, 35 and 8D. RGB value is (43,53,141). Sum of RGB (Red+Green+Blue) = 43+53+141=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B358D is #D4CA72. Grayscale: #3B3B3B. Windows color (decimal): -13945459 or 9254187. OLE color: 9254187.

HSL color Cylindrical-coordinate representation of color #2B358D: hue angle of 233.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B358D is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 53 141 -
CMYK 0.70 0.62 0 0.45
HSL 233.88º 0.53% 0.36% -
HSV(B) 233.88º 0.7% 0.55% -
XYZ 7.08 4.98 25.79 -
YUV 60.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 43 53 141 0.70 0.62 0 0.45 233.88 0.53 0.36
Hex 2B 35 8D 46 3E 0 2D EA 35 24
Octal 53 65 215 106 76 0 55 352 65 44
Binary 101011 110101 10001101 1000110 111110 0 101101 11101010 110101 100100

Color Harmonies of #2B358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B358D

Black with #2B358D

Text Example


Text Example

White with #2B358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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