Html Css Color HEX #293591 Jacksons Purple

📋 copy color: '#293591'

red 41 ◦ green 53 ◦ blue 145

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

Shades of Jacksons Purple #293591

Tints of Jacksons Purple #293591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 17.15%
G = 22.18%
B = 60.67%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293591 (or 0x293591) is known color: Jacksons Purple. HEX triplet: 29, 35 and 91. RGB value is (41,53,145). Sum of RGB (Red+Green+Blue) = 41+53+145=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #293591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293591 is #D6CA6E. Grayscale: #3B3B3B. Windows color (decimal): -14076527 or 9516329. OLE color: 9516329.

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

Color convert

RGB 41 53 145 -
CMYK 0.72 0.63 0 0.43
HSL 233.08º 0.56% 0.36% -
HSV(B) 233.08º 0.72% 0.57% -
XYZ 7.3 5.06 27.38 -
YUV 59.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 41 53 145 0.72 0.63 0 0.43 233.08 0.56 0.36
Hex 29 35 91 48 3F 0 2B E9 38 24
Octal 51 65 221 110 77 0 53 351 70 44
Binary 101001 110101 10010001 1001000 111111 0 101011 11101001 111000 100100

Color Harmonies of #293591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293591

Black with #293591

Text Example


Text Example

White with #293591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293591; }

 p { color: rgb(41,53,145); }

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

background-color css

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

 a { background-color: rgb(41,53,145); }

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

border-color css

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

 span { border-color: rgb(41,53,145); }

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