Html Css Color HEX #2D2E95 Jacksons Purple

📋 copy color: '#2D2E95'

red 45 ◦ green 46 ◦ blue 149

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

Shades of Jacksons Purple #2D2E95

Tints of Jacksons Purple #2D2E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

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

R = 18.75%
G = 19.17%
B = 62.08%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D2E95 (or 0x2D2E95) is known color: Jacksons Purple. HEX triplet: 2D, 2E and 95. RGB value is (45,46,149). Sum of RGB (Red+Green+Blue) = 45+46+149=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2E95 is #D2D16A. Grayscale: #393939. Windows color (decimal): -13816171 or 9776685. OLE color: 9776685.

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

Color convert

RGB 45 46 149 -
CMYK 0.70 0.69 0 0.42
HSL 239.42º 0.54% 0.38% -
HSV(B) 239.42º 0.7% 0.58% -
XYZ 7.48 4.68 28.94 -
YUV 57.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 45 46 149 0.70 0.69 0 0.42 239.42 0.54 0.38
Hex 2D 2E 95 46 45 0 2A EF 36 26
Octal 55 56 225 106 105 0 52 357 66 46
Binary 101101 101110 10010101 1000110 1000101 0 101010 11101111 110110 100110

Color Harmonies of #2D2E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2E95

Black with #2D2E95

Text Example


Text Example

White with #2D2E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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