Html Css Color HEX #2B2D95 Jacksons Purple

📋 copy color: '#2B2D95'

red 43 ◦ green 45 ◦ blue 149

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

Shades of Jacksons Purple #2B2D95

Tints of Jacksons Purple #2B2D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 18.14%
G = 18.99%
B = 62.87%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B2D95 (or 0x2B2D95) is known color: Jacksons Purple. HEX triplet: 2B, 2D and 95. RGB value is (43,45,149). Sum of RGB (Red+Green+Blue) = 43+45+149=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B2D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2D95 is #D4D26A. Grayscale: #373737. Windows color (decimal): -13947499 or 9776427. OLE color: 9776427.

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

Color convert

RGB 43 45 149 -
CMYK 0.71 0.70 0 0.42
HSL 238.87º 0.55% 0.38% -
HSV(B) 238.87º 0.71% 0.58% -
XYZ 7.36 4.56 28.93 -
YUV 56.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 43 45 149 0.71 0.70 0 0.42 238.87 0.55 0.38
Hex 2B 2D 95 47 46 0 2A EF 37 26
Octal 53 55 225 107 106 0 52 357 67 46
Binary 101011 101101 10010101 1000111 1000110 0 101010 11101111 110111 100110

Color Harmonies of #2B2D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2D95

Black with #2B2D95

Text Example


Text Example

White with #2B2D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,45,149); }

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

background-color css

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

 a { background-color: rgb(43,45,149); }

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

border-color css

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

 span { border-color: rgb(43,45,149); }

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