Html Css Color HEX #293290 Jacksons Purple

📋 copy color: '#293290'

red 41 ◦ green 50 ◦ blue 144

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

Shades of Jacksons Purple #293290

Tints of Jacksons Purple #293290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 17.45%
G = 21.28%
B = 61.28%

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

#293290 (or 0x293290) is known color: Jacksons Purple. HEX triplet: 29, 32 and 90. RGB value is (41,50,144). Sum of RGB (Red+Green+Blue) = 41+50+144=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #293290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293290 is #D6CD6F. Grayscale: #393939. Windows color (decimal): -14077296 or 9450025. OLE color: 9450025.

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

Color convert

RGB 41 50 144 -
CMYK 0.72 0.65 0 0.44
HSL 234.76º 0.56% 0.36% -
HSV(B) 234.76º 0.72% 0.56% -
XYZ 7.09 4.77 26.93 -
YUV 58.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 41 50 144 0.72 0.65 0 0.44 234.76 0.56 0.36
Hex 29 32 90 48 41 0 2C EB 38 24
Octal 51 62 220 110 101 0 54 353 70 44
Binary 101001 110010 10010000 1001000 1000001 0 101100 11101011 111000 100100

Color Harmonies of #293290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293290

Black with #293290

Text Example


Text Example

White with #293290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293290; }

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

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

background-color css

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

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

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

border-color css

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

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

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