Html Css Color HEX #292D8D Jacksons Purple

📋 copy color: '#292D8D'

red 41 ◦ green 45 ◦ blue 141

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

Shades of Jacksons Purple #292D8D

Tints of Jacksons Purple #292D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 18.06%
G = 19.82%
B = 62.11%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#292D8D (or 0x292D8D) is known color: Jacksons Purple. HEX triplet: 29, 2D and 8D. RGB value is (41,45,141). Sum of RGB (Red+Green+Blue) = 41+45+141=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #292D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D8D is #D6D272. Grayscale: #363636. Windows color (decimal): -14078579 or 9252137. OLE color: 9252137.

HSL color Cylindrical-coordinate representation of color #292D8D: hue angle of 237.6º 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 #292D8D is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 45 141 -
CMYK 0.71 0.68 0 0.45
HSL 237.6º 0.55% 0.36% -
HSV(B) 237.6º 0.71% 0.55% -
XYZ 6.66 4.27 25.67 -
YUV 54.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 41 45 141 0.71 0.68 0 0.45 237.6 0.55 0.36
Hex 29 2D 8D 47 44 0 2D EE 37 24
Octal 51 55 215 107 104 0 55 356 67 44
Binary 101001 101101 10001101 1000111 1000100 0 101101 11101110 110111 100100

Color Harmonies of #292D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D8D

Black with #292D8D

Text Example


Text Example

White with #292D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292D8D; }

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

 H1.HeaderClassName
 {
   color: #292D8D;
 }
 .AnyTagClassName
 {
   color: #292D8D;
 }
</style>

background-color css

<style>
 a { background-color: #292D8D; }

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

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

border-color css

<style>
 span { border-color: #292D8D; }

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

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