Html Css Color HEX #292892 Jacksons Purple

📋 copy color: '#292892'

red 41 ◦ green 40 ◦ blue 146

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

Shades of Jacksons Purple #292892

Tints of Jacksons Purple #292892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 18.06%
G = 17.62%
B = 64.32%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292892 (or 0x292892) is known color: Jacksons Purple. HEX triplet: 29, 28 and 92. RGB value is (41,40,146). Sum of RGB (Red+Green+Blue) = 41+40+146=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #292892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292892 is #D6D76D. Grayscale: #333333. Windows color (decimal): -14079854 or 9578537. OLE color: 9578537.

HSL color Cylindrical-coordinate representation of color #292892: hue angle of 240.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292892 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 40 146 -
CMYK 0.72 0.73 0 0.43
HSL 240.57º 0.57% 0.36% -
HSV(B) 240.57º 0.73% 0.57% -
XYZ 6.86 4.06 27.62 -
YUV 52.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 41 40 146 0.72 0.73 0 0.43 240.57 0.57 0.36
Hex 29 28 92 48 49 0 2B F1 39 24
Octal 51 50 222 110 111 0 53 361 71 44
Binary 101001 101000 10010010 1001000 1001001 0 101011 11110001 111001 100100

Color Harmonies of #292892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292892

Black with #292892

Text Example


Text Example

White with #292892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292892; }

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

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

background-color css

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

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

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

border-color css

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

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

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