Html Css Color HEX #29288C Jacksons Purple

📋 copy color: '#29288C'

red 41 ◦ green 40 ◦ blue 140

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

Shades of Jacksons Purple #29288C

Tints of Jacksons Purple #29288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.35%

R = 18.55%
G = 18.1%
B = 63.35%

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

#29288C (or 0x29288C) is known color: Jacksons Purple. HEX triplet: 29, 28 and 8C. RGB value is (41,40,140). Sum of RGB (Red+Green+Blue) = 41+40+140=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #29288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29288C is #D6D773. Grayscale: #333333. Windows color (decimal): -14079860 or 9185321. OLE color: 9185321.

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

Color convert

RGB 41 40 140 -
CMYK 0.71 0.71 0 0.45
HSL 240.6º 0.56% 0.35% -
HSV(B) 240.6º 0.71% 0.55% -
XYZ 6.41 3.88 25.22 -
YUV 51.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 41 40 140 0.71 0.71 0 0.45 240.6 0.56 0.35
Hex 29 28 8C 47 47 0 2D F1 38 23
Octal 51 50 214 107 107 0 55 361 70 43
Binary 101001 101000 10001100 1000111 1000111 0 101101 11110001 111000 100011

Color Harmonies of #29288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29288C

Black with #29288C

Text Example


Text Example

White with #29288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29288C; }

 p { color: rgb(41,40,140); }

 H1.HeaderClassName
 {
   color: #29288C;
 }
 .AnyTagClassName
 {
   color: #29288C;
 }
</style>

background-color css

<style>
 a { background-color: #29288C; }

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

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

border-color css

<style>
 span { border-color: #29288C; }

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

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