Html Css Color HEX #29328F Jacksons Purple

📋 copy color: '#29328F'

red 41 ◦ green 50 ◦ blue 143

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

Shades of Jacksons Purple #29328F

Tints of Jacksons Purple #29328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 143 (56.25% from 255) = 61.11%

R = 17.52%
G = 21.37%
B = 61.11%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29328F (or 0x29328F) is known color: Jacksons Purple. HEX triplet: 29, 32 and 8F. RGB value is (41,50,143). Sum of RGB (Red+Green+Blue) = 41+50+143=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #29328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29328F is #D6CD70. Grayscale: #393939. Windows color (decimal): -14077297 or 9384489. OLE color: 9384489.

HSL color Cylindrical-coordinate representation of color #29328F: hue angle of 234.71º 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 #29328F is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 50 143 -
CMYK 0.71 0.65 0 0.44
HSL 234.71º 0.55% 0.36% -
HSV(B) 234.71º 0.71% 0.56% -
XYZ 7.01 4.74 26.53 -
YUV 57.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 41 50 143 0.71 0.65 0 0.44 234.71 0.55 0.36
Hex 29 32 8F 47 41 0 2C EB 37 24
Octal 51 62 217 107 101 0 54 353 67 44
Binary 101001 110010 10001111 1000111 1000001 0 101100 11101011 110111 100100

Color Harmonies of #29328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29328F

Black with #29328F

Text Example


Text Example

White with #29328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29328F; }

 p { color: rgb(41,50,143); }

 H1.HeaderClassName
 {
   color: #29328F;
 }
 .AnyTagClassName
 {
   color: #29328F;
 }
</style>

background-color css

<style>
 a { background-color: #29328F; }

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

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

border-color css

<style>
 span { border-color: #29328F; }

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

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