Html Css Color HEX #2D2886 Jacksons Purple

📋 copy color: '#2D2886'

red 45 ◦ green 40 ◦ blue 134

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

Shades of Jacksons Purple #2D2886

Tints of Jacksons Purple #2D2886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.19%

R = 20.55%
G = 18.26%
B = 61.19%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D2886 (or 0x2D2886) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 86. RGB value is (45,40,134). Sum of RGB (Red+Green+Blue) = 45+40+134=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D2886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2886 is #D2D779. Grayscale: #333333. Windows color (decimal): -13817722 or 8792109. OLE color: 8792109.

HSL color Cylindrical-coordinate representation of color #2D2886: hue angle of 243.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2886 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 40 134 -
CMYK 0.66 0.70 0 0.47
HSL 243.19º 0.54% 0.34% -
HSV(B) 243.19º 0.7% 0.53% -
XYZ 6.14 3.8 22.96 -
YUV 52.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 45 40 134 0.66 0.70 0 0.47 243.19 0.54 0.34
Hex 2D 28 86 42 46 0 2F F3 36 22
Octal 55 50 206 102 106 0 57 363 66 42
Binary 101101 101000 10000110 1000010 1000110 0 101111 11110011 110110 100010

Color Harmonies of #2D2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2886

Black with #2D2886

Text Example


Text Example

White with #2D2886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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