Html Css Color HEX #29298D Jacksons Purple

📋 copy color: '#29298D'

red 41 ◦ green 41 ◦ blue 141

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

Shades of Jacksons Purple #29298D

Tints of Jacksons Purple #29298D

RGB

 RED value IS 41 (16.41% from 255) = 18.39%

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 18.39%
G = 18.39%
B = 63.23%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29298D (or 0x29298D) is known color: Jacksons Purple. HEX triplet: 29, 29 and 8D. RGB value is (41,41,141). Sum of RGB (Red+Green+Blue) = 41+41+141=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #29298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29298D is #D6D672. Grayscale: #333333. Windows color (decimal): -14079603 or 9251113. OLE color: 9251113.

HSL color Cylindrical-coordinate representation of color #29298D: hue angle of 240º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29298D is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 41 141 -
CMYK 0.71 0.71 0 0.45
HSL 240º 0.55% 0.36% -
HSV(B) 240º 0.71% 0.55% -
XYZ 6.52 3.98 25.62 -
YUV 52.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 41 41 141 0.71 0.71 0 0.45 240 0.55 0.36
Hex 29 29 8D 47 47 0 2D F0 37 24
Octal 51 51 215 107 107 0 55 360 67 44
Binary 101001 101001 10001101 1000111 1000111 0 101101 11110000 110111 100100

Color Harmonies of #29298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29298D

Black with #29298D

Text Example


Text Example

White with #29298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29298D; }

 p { color: rgb(41,41,141); }

 H1.HeaderClassName
 {
   color: #29298D;
 }
 .AnyTagClassName
 {
   color: #29298D;
 }
</style>

background-color css

<style>
 a { background-color: #29298D; }

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

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

border-color css

<style>
 span { border-color: #29298D; }

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

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