Html Css Color HEX #292D90 Jacksons Purple

📋 copy color: '#292D90'

red 41 ◦ green 45 ◦ blue 144

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

Shades of Jacksons Purple #292D90

Tints of Jacksons Purple #292D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 17.83%
G = 19.57%
B = 62.61%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292D90 (or 0x292D90) is known color: Jacksons Purple. HEX triplet: 29, 2D and 90. RGB value is (41,45,144). Sum of RGB (Red+Green+Blue) = 41+45+144=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #292D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D90 is #D6D26F. Grayscale: #363636. Windows color (decimal): -14078576 or 9448745. OLE color: 9448745.

HSL color Cylindrical-coordinate representation of color #292D90: hue angle of 237.67º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292D90 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 45 144 -
CMYK 0.72 0.69 0 0.44
HSL 237.67º 0.56% 0.36% -
HSV(B) 237.67º 0.72% 0.56% -
XYZ 6.89 4.36 26.86 -
YUV 55.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 41 45 144 0.72 0.69 0 0.44 237.67 0.56 0.36
Hex 29 2D 90 48 45 0 2C EE 38 24
Octal 51 55 220 110 105 0 54 356 70 44
Binary 101001 101101 10010000 1001000 1000101 0 101100 11101110 111000 100100

Color Harmonies of #292D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D90

Black with #292D90

Text Example


Text Example

White with #292D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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