Html Css Color HEX #293391 Jacksons Purple

📋 copy color: '#293391'

red 41 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #293391

Tints of Jacksons Purple #293391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 17.3%
G = 21.52%
B = 61.18%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293391 (or 0x293391) is known color: Jacksons Purple. HEX triplet: 29, 33 and 91. RGB value is (41,51,145). Sum of RGB (Red+Green+Blue) = 41+51+145=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #293391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293391 is #D6CC6E. Grayscale: #3A3A3A. Windows color (decimal): -14077039 or 9515817. OLE color: 9515817.

HSL color Cylindrical-coordinate representation of color #293391: hue angle of 234.23º 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 #293391 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 51 145 -
CMYK 0.72 0.65 0 0.43
HSL 234.23º 0.56% 0.36% -
HSV(B) 234.23º 0.72% 0.57% -
XYZ 7.21 4.88 27.35 -
YUV 58.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 41 51 145 0.72 0.65 0 0.43 234.23 0.56 0.36
Hex 29 33 91 48 41 0 2B EA 38 24
Octal 51 63 221 110 101 0 53 352 70 44
Binary 101001 110011 10010001 1001000 1000001 0 101011 11101010 111000 100100

Color Harmonies of #293391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293391

Black with #293391

Text Example


Text Example

White with #293391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293391; }

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

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

background-color css

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

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

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

border-color css

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

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

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