Html Css Color HEX #293392 Jacksons Purple

📋 copy color: '#293392'

red 41 ◦ green 51 ◦ blue 146

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

Shades of Jacksons Purple #293392

Tints of Jacksons Purple #293392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 17.23%
G = 21.43%
B = 61.34%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293392 (or 0x293392) is known color: Jacksons Purple. HEX triplet: 29, 33 and 92. RGB value is (41,51,146). Sum of RGB (Red+Green+Blue) = 41+51+146=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #293392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293392 is #D6CC6D. Grayscale: #3A3A3A. Windows color (decimal): -14077038 or 9581353. OLE color: 9581353.

HSL color Cylindrical-coordinate representation of color #293392: hue angle of 234.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293392 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 51 146 -
CMYK 0.72 0.65 0 0.43
HSL 234.29º 0.56% 0.37% -
HSV(B) 234.29º 0.72% 0.57% -
XYZ 7.29 4.91 27.76 -
YUV 58.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 41 51 146 0.72 0.65 0 0.43 234.29 0.56 0.37
Hex 29 33 92 48 41 0 2B EA 38 25
Octal 51 63 222 110 101 0 53 352 70 45
Binary 101001 110011 10010010 1001000 1000001 0 101011 11101010 111000 100101

Color Harmonies of #293392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293392

Black with #293392

Text Example


Text Example

White with #293392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293392; }

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

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

background-color css

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

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

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

border-color css

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

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

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