Html Css Color HEX #293590 Jacksons Purple

📋 copy color: '#293590'

red 41 ◦ green 53 ◦ blue 144

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

Shades of Jacksons Purple #293590

Tints of Jacksons Purple #293590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 17.23%
G = 22.27%
B = 60.5%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293590 (or 0x293590) is known color: Jacksons Purple. HEX triplet: 29, 35 and 90. RGB value is (41,53,144). Sum of RGB (Red+Green+Blue) = 41+53+144=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #293590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293590 is #D6CA6F. Grayscale: #3B3B3B. Windows color (decimal): -14076528 or 9450793. OLE color: 9450793.

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

Color convert

RGB 41 53 144 -
CMYK 0.72 0.63 0 0.44
HSL 233.01º 0.56% 0.36% -
HSV(B) 233.01º 0.72% 0.56% -
XYZ 7.22 5.03 26.98 -
YUV 59.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 41 53 144 0.72 0.63 0 0.44 233.01 0.56 0.36
Hex 29 35 90 48 3F 0 2C E9 38 24
Octal 51 65 220 110 77 0 54 351 70 44
Binary 101001 110101 10010000 1001000 111111 0 101100 11101001 111000 100100

Color Harmonies of #293590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293590

Black with #293590

Text Example


Text Example

White with #293590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293590; }

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

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

background-color css

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

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

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

border-color css

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

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

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