Html Css Color HEX #29338E Jacksons Purple

📋 copy color: '#29338E'

red 41 ◦ green 51 ◦ blue 142

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

Shades of Jacksons Purple #29338E

Tints of Jacksons Purple #29338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 17.52%
G = 21.79%
B = 60.68%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29338E (or 0x29338E) is known color: Jacksons Purple. HEX triplet: 29, 33 and 8E. RGB value is (41,51,142). Sum of RGB (Red+Green+Blue) = 41+51+142=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #29338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29338E is #D6CC71. Grayscale: #3A3A3A. Windows color (decimal): -14077042 or 9319209. OLE color: 9319209.

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

Color convert

RGB 41 51 142 -
CMYK 0.71 0.64 0 0.44
HSL 234.06º 0.55% 0.36% -
HSV(B) 234.06º 0.71% 0.56% -
XYZ 6.98 4.79 26.15 -
YUV 58.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 41 51 142 0.71 0.64 0 0.44 234.06 0.55 0.36
Hex 29 33 8E 47 40 0 2C EA 37 24
Octal 51 63 216 107 100 0 54 352 67 44
Binary 101001 110011 10001110 1000111 1000000 0 101100 11101010 110111 100100

Color Harmonies of #29338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29338E

Black with #29338E

Text Example


Text Example

White with #29338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29338E; }

 p { color: rgb(41,51,142); }

 H1.HeaderClassName
 {
   color: #29338E;
 }
 .AnyTagClassName
 {
   color: #29338E;
 }
</style>

background-color css

<style>
 a { background-color: #29338E; }

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

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

border-color css

<style>
 span { border-color: #29338E; }

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

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