Html Css Color HEX #293390 Jacksons Purple

📋 copy color: '#293390'

red 41 ◦ green 51 ◦ blue 144

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

Shades of Jacksons Purple #293390

Tints of Jacksons Purple #293390

RGB

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

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

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

R = 17.37%
G = 21.61%
B = 61.02%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293390 (or 0x293390) is known color: Jacksons Purple. HEX triplet: 29, 33 and 90. RGB value is (41,51,144). Sum of RGB (Red+Green+Blue) = 41+51+144=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #293390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293390 is #D6CC6F. Grayscale: #3A3A3A. Windows color (decimal): -14077040 or 9450281. OLE color: 9450281.

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

Color convert

RGB 41 51 144 -
CMYK 0.72 0.65 0 0.44
HSL 234.17º 0.56% 0.36% -
HSV(B) 234.17º 0.72% 0.56% -
XYZ 7.13 4.85 26.95 -
YUV 58.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 41 51 144 0.72 0.65 0 0.44 234.17 0.56 0.36
Hex 29 33 90 48 41 0 2C EA 38 24
Octal 51 63 220 110 101 0 54 352 70 44
Binary 101001 110011 10010000 1001000 1000001 0 101100 11101010 111000 100100

Color Harmonies of #293390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293390

Black with #293390

Text Example


Text Example

White with #293390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293390; }

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

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

background-color css

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

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

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

border-color css

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

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

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