Html Css Color HEX #293394 Jacksons Purple

📋 copy color: '#293394'

red 41 ◦ green 51 ◦ blue 148

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

Shades of Jacksons Purple #293394

Tints of Jacksons Purple #293394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 17.08%
G = 21.25%
B = 61.67%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293394 (or 0x293394) is known color: Jacksons Purple. HEX triplet: 29, 33 and 94. RGB value is (41,51,148). Sum of RGB (Red+Green+Blue) = 41+51+148=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #293394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293394 is #D6CC6B. Grayscale: #3A3A3A. Windows color (decimal): -14077036 or 9712425. OLE color: 9712425.

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

Color convert

RGB 41 51 148 -
CMYK 0.72 0.66 0 0.42
HSL 234.39º 0.57% 0.37% -
HSV(B) 234.39º 0.72% 0.58% -
XYZ 7.44 4.98 28.59 -
YUV 59.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 41 51 148 0.72 0.66 0 0.42 234.39 0.57 0.37
Hex 29 33 94 48 42 0 2A EA 39 25
Octal 51 63 224 110 102 0 52 352 71 45
Binary 101001 110011 10010100 1001000 1000010 0 101010 11101010 111001 100101

Color Harmonies of #293394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293394

Black with #293394

Text Example


Text Example

White with #293394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293394; }

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

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

background-color css

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

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

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

border-color css

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

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

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