Html Css Color HEX #293593 Jacksons Purple

📋 copy color: '#293593'

red 41 ◦ green 53 ◦ blue 147

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

Shades of Jacksons Purple #293593

Tints of Jacksons Purple #293593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 17.01%
G = 21.99%
B = 61%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293593 (or 0x293593) is known color: Jacksons Purple. HEX triplet: 29, 35 and 93. RGB value is (41,53,147). Sum of RGB (Red+Green+Blue) = 41+53+147=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #293593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293593 is #D6CA6C. Grayscale: #3B3B3B. Windows color (decimal): -14076525 or 9647401. OLE color: 9647401.

HSL color Cylindrical-coordinate representation of color #293593: hue angle of 233.21º degrees, saturation: 0.56, 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 #293593 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 53 147 -
CMYK 0.72 0.64 0 0.42
HSL 233.21º 0.56% 0.37% -
HSV(B) 233.21º 0.72% 0.58% -
XYZ 7.45 5.12 28.2 -
YUV 60.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 41 53 147 0.72 0.64 0 0.42 233.21 0.56 0.37
Hex 29 35 93 48 40 0 2A E9 38 25
Octal 51 65 223 110 100 0 52 351 70 45
Binary 101001 110101 10010011 1001000 1000000 0 101010 11101001 111000 100101

Color Harmonies of #293593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293593

Black with #293593

Text Example


Text Example

White with #293593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293593; }

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

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

background-color css

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

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

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

border-color css

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

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

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