Html Css Color HEX #2D2891 Jacksons Purple

📋 copy color: '#2D2891'

red 45 ◦ green 40 ◦ blue 145

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

Shades of Jacksons Purple #2D2891

Tints of Jacksons Purple #2D2891

RGB

 RED value IS 45 (17.97% from 255) = 19.57%

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

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 19.57%
G = 17.39%
B = 63.04%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D2891 (or 0x2D2891) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 91. RGB value is (45,40,145). Sum of RGB (Red+Green+Blue) = 45+40+145=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D2891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2891 is #D2D76E. Grayscale: #353535. Windows color (decimal): -13817711 or 9513005. OLE color: 9513005.

HSL color Cylindrical-coordinate representation of color #2D2891: hue angle of 242.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2891 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 40 145 -
CMYK 0.69 0.72 0 0.43
HSL 242.86º 0.57% 0.36% -
HSV(B) 242.86º 0.72% 0.57% -
XYZ 6.95 4.12 27.22 -
YUV 53.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 45 40 145 0.69 0.72 0 0.43 242.86 0.57 0.36
Hex 2D 28 91 45 48 0 2B F3 39 24
Octal 55 50 221 105 110 0 53 363 71 44
Binary 101101 101000 10010001 1000101 1001000 0 101011 11110011 111001 100100

Color Harmonies of #2D2891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2891

Black with #2D2891

Text Example


Text Example

White with #2D2891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,40,145); }

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

background-color css

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

 a { background-color: rgb(45,40,145); }

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

border-color css

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

 span { border-color: rgb(45,40,145); }

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