Html Css Color HEX #292890 Jacksons Purple

📋 copy color: '#292890'

red 41 ◦ green 40 ◦ blue 144

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

Shades of Jacksons Purple #292890

Tints of Jacksons Purple #292890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 18.22%
G = 17.78%
B = 64%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292890 (or 0x292890) is known color: Jacksons Purple. HEX triplet: 29, 28 and 90. RGB value is (41,40,144). Sum of RGB (Red+Green+Blue) = 41+40+144=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #292890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292890 is #D6D76F. Grayscale: #333333. Windows color (decimal): -14079856 or 9447465. OLE color: 9447465.

HSL color Cylindrical-coordinate representation of color #292890: hue angle of 240.58º degrees, saturation: 0.57, 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 #292890 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 40 144 -
CMYK 0.72 0.72 0 0.44
HSL 240.58º 0.57% 0.36% -
HSV(B) 240.58º 0.72% 0.56% -
XYZ 6.71 4 26.8 -
YUV 52.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 41 40 144 0.72 0.72 0 0.44 240.58 0.57 0.36
Hex 29 28 90 48 48 0 2C F1 39 24
Octal 51 50 220 110 110 0 54 361 71 44
Binary 101001 101000 10010000 1001000 1001000 0 101100 11110001 111001 100100

Color Harmonies of #292890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292890

Black with #292890

Text Example


Text Example

White with #292890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292890; }

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

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

background-color css

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

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

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

border-color css

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

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

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