Html Css Color HEX #293194 Jacksons Purple

📋 copy color: '#293194'

red 41 ◦ green 49 ◦ blue 148

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

Shades of Jacksons Purple #293194

Tints of Jacksons Purple #293194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 17.23%
G = 20.59%
B = 62.18%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293194 (or 0x293194) is known color: Jacksons Purple. HEX triplet: 29, 31 and 94. RGB value is (41,49,148). Sum of RGB (Red+Green+Blue) = 41+49+148=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #293194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293194 is #D6CE6B. Grayscale: #393939. Windows color (decimal): -14077548 or 9711913. OLE color: 9711913.

HSL color Cylindrical-coordinate representation of color #293194: hue angle of 235.51º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293194 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 49 148 -
CMYK 0.72 0.67 0 0.42
HSL 235.51º 0.57% 0.37% -
HSV(B) 235.51º 0.72% 0.58% -
XYZ 7.36 4.81 28.56 -
YUV 57.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 41 49 148 0.72 0.67 0 0.42 235.51 0.57 0.37
Hex 29 31 94 48 43 0 2A EC 39 25
Octal 51 61 224 110 103 0 52 354 71 45
Binary 101001 110001 10010100 1001000 1000011 0 101010 11101100 111001 100101

Color Harmonies of #293194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293194

Black with #293194

Text Example


Text Example

White with #293194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293194; }

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

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

background-color css

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

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

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

border-color css

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

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

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