Html Css Color HEX #293191 Jacksons Purple

📋 copy color: '#293191'

red 41 ◦ green 49 ◦ blue 145

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

Shades of Jacksons Purple #293191

Tints of Jacksons Purple #293191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 17.45%
G = 20.85%
B = 61.7%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293191 (or 0x293191) is known color: Jacksons Purple. HEX triplet: 29, 31 and 91. RGB value is (41,49,145). Sum of RGB (Red+Green+Blue) = 41+49+145=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #293191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293191 is #D6CE6E. Grayscale: #393939. Windows color (decimal): -14077551 or 9515305. OLE color: 9515305.

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

Color convert

RGB 41 49 145 -
CMYK 0.72 0.66 0 0.43
HSL 235.38º 0.56% 0.36% -
HSV(B) 235.38º 0.72% 0.57% -
XYZ 7.12 4.71 27.32 -
YUV 57.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 41 49 145 0.72 0.66 0 0.43 235.38 0.56 0.36
Hex 29 31 91 48 42 0 2B EB 38 24
Octal 51 61 221 110 102 0 53 353 70 44
Binary 101001 110001 10010001 1001000 1000010 0 101011 11101011 111000 100100

Color Harmonies of #293191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293191

Black with #293191

Text Example


Text Example

White with #293191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293191; }

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

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

background-color css

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

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

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

border-color css

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

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

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