Html Css Color HEX #293791 Jacksons Purple

📋 copy color: '#293791'

red 41 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #293791

Tints of Jacksons Purple #293791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 17.01%
G = 22.82%
B = 60.17%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293791 (or 0x293791) is known color: Jacksons Purple. HEX triplet: 29, 37 and 91. RGB value is (41,55,145). Sum of RGB (Red+Green+Blue) = 41+55+145=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #293791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293791 is #D6C86E. Grayscale: #3C3C3C. Windows color (decimal): -14076015 or 9516841. OLE color: 9516841.

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

Color convert

RGB 41 55 145 -
CMYK 0.72 0.62 0 0.43
HSL 231.92º 0.56% 0.36% -
HSV(B) 231.92º 0.72% 0.57% -
XYZ 7.39 5.25 27.41 -
YUV 61.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 41 55 145 0.72 0.62 0 0.43 231.92 0.56 0.36
Hex 29 37 91 48 3E 0 2B E8 38 24
Octal 51 67 221 110 76 0 53 350 70 44
Binary 101001 110111 10010001 1001000 111110 0 101011 11101000 111000 100100

Color Harmonies of #293791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293791

Black with #293791

Text Example


Text Example

White with #293791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293791; }

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

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

background-color css

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

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

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

border-color css

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

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

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