Html Css Color HEX #293190 Jacksons Purple

📋 copy color: '#293190'

red 41 ◦ green 49 ◦ blue 144

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

Shades of Jacksons Purple #293190

Tints of Jacksons Purple #293190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 17.52%
G = 20.94%
B = 61.54%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293190 (or 0x293190) is known color: Jacksons Purple. HEX triplet: 29, 31 and 90. RGB value is (41,49,144). Sum of RGB (Red+Green+Blue) = 41+49+144=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #293190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293190 is #D6CE6F. Grayscale: #393939. Windows color (decimal): -14077552 or 9449769. OLE color: 9449769.

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

Color convert

RGB 41 49 144 -
CMYK 0.72 0.66 0 0.44
HSL 235.34º 0.56% 0.36% -
HSV(B) 235.34º 0.72% 0.56% -
XYZ 7.05 4.68 26.92 -
YUV 57.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 41 49 144 0.72 0.66 0 0.44 235.34 0.56 0.36
Hex 29 31 90 48 42 0 2C EB 38 24
Octal 51 61 220 110 102 0 54 353 70 44
Binary 101001 110001 10010000 1001000 1000010 0 101100 11101011 111000 100100

Color Harmonies of #293190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293190

Black with #293190

Text Example


Text Example

White with #293190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293190; }

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

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

background-color css

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

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

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

border-color css

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

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

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