Html Css Color HEX #292D8E Jacksons Purple

📋 copy color: '#292D8E'

red 41 ◦ green 45 ◦ blue 142

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

Shades of Jacksons Purple #292D8E

Tints of Jacksons Purple #292D8E

RGB

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

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

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

R = 17.98%
G = 19.74%
B = 62.28%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292D8E (or 0x292D8E) is known color: Jacksons Purple. HEX triplet: 29, 2D and 8E. RGB value is (41,45,142). Sum of RGB (Red+Green+Blue) = 41+45+142=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #292D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D8E is #D6D271. Grayscale: #363636. Windows color (decimal): -14078578 or 9317673. OLE color: 9317673.

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

Color convert

RGB 41 45 142 -
CMYK 0.71 0.68 0 0.44
HSL 237.62º 0.55% 0.36% -
HSV(B) 237.62º 0.71% 0.56% -
XYZ 6.74 4.3 26.07 -
YUV 54.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 41 45 142 0.71 0.68 0 0.44 237.62 0.55 0.36
Hex 29 2D 8E 47 44 0 2C EE 37 24
Octal 51 55 216 107 104 0 54 356 67 44
Binary 101001 101101 10001110 1000111 1000100 0 101100 11101110 110111 100100

Color Harmonies of #292D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D8E

Black with #292D8E

Text Example


Text Example

White with #292D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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