Html Css Color HEX #293393 Jacksons Purple

📋 copy color: '#293393'

red 41 ◦ green 51 ◦ blue 147

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

Shades of Jacksons Purple #293393

Tints of Jacksons Purple #293393

RGB

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

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

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

R = 17.15%
G = 21.34%
B = 61.51%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293393 (or 0x293393) is known color: Jacksons Purple. HEX triplet: 29, 33 and 93. RGB value is (41,51,147). Sum of RGB (Red+Green+Blue) = 41+51+147=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #293393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293393 is #D6CC6C. Grayscale: #3A3A3A. Windows color (decimal): -14077037 or 9646889. OLE color: 9646889.

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

Color convert

RGB 41 51 147 -
CMYK 0.72 0.65 0 0.42
HSL 234.34º 0.56% 0.37% -
HSV(B) 234.34º 0.72% 0.58% -
XYZ 7.36 4.95 28.17 -
YUV 58.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 41 51 147 0.72 0.65 0 0.42 234.34 0.56 0.37
Hex 29 33 93 48 41 0 2A EA 38 25
Octal 51 63 223 110 101 0 52 352 70 45
Binary 101001 110011 10010011 1001000 1000001 0 101010 11101010 111000 100101

Color Harmonies of #293393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293393

Black with #293393

Text Example


Text Example

White with #293393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293393; }

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

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

background-color css

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

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

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

border-color css

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

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

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