Html Css Color HEX #292C8D Jacksons Purple

📋 copy color: '#292C8D'

red 41 ◦ green 44 ◦ blue 141

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

Shades of Jacksons Purple #292C8D

Tints of Jacksons Purple #292C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 18.14%
G = 19.47%
B = 62.39%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#292C8D (or 0x292C8D) is known color: Jacksons Purple. HEX triplet: 29, 2C and 8D. RGB value is (41,44,141). Sum of RGB (Red+Green+Blue) = 41+44+141=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #292C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C8D is #D6D372. Grayscale: #353535. Windows color (decimal): -14078835 or 9251881. OLE color: 9251881.

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

Color convert

RGB 41 44 141 -
CMYK 0.71 0.69 0 0.45
HSL 238.2º 0.55% 0.36% -
HSV(B) 238.2º 0.71% 0.55% -
XYZ 6.62 4.2 25.66 -
YUV 54.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 41 44 141 0.71 0.69 0 0.45 238.2 0.55 0.36
Hex 29 2C 8D 47 45 0 2D EE 37 24
Octal 51 54 215 107 105 0 55 356 67 44
Binary 101001 101100 10001101 1000111 1000101 0 101101 11101110 110111 100100

Color Harmonies of #292C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C8D

Black with #292C8D

Text Example


Text Example

White with #292C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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