Html Css Color HEX #293792 Jacksons Purple

📋 copy color: '#293792'

red 41 ◦ green 55 ◦ blue 146

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

Shades of Jacksons Purple #293792

Tints of Jacksons Purple #293792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

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

R = 16.94%
G = 22.73%
B = 60.33%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293792 (or 0x293792) is known color: Jacksons Purple. HEX triplet: 29, 37 and 92. RGB value is (41,55,146). Sum of RGB (Red+Green+Blue) = 41+55+146=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #293792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293792 is #D6C86D. Grayscale: #3C3C3C. Windows color (decimal): -14076014 or 9582377. OLE color: 9582377.

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

Color convert

RGB 41 55 146 -
CMYK 0.72 0.62 0 0.43
HSL 232º 0.56% 0.37% -
HSV(B) 232º 0.72% 0.57% -
XYZ 7.47 5.28 27.82 -
YUV 61.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 41 55 146 0.72 0.62 0 0.43 232 0.56 0.37
Hex 29 37 92 48 3E 0 2B E8 38 25
Octal 51 67 222 110 76 0 53 350 70 45
Binary 101001 110111 10010010 1001000 111110 0 101011 11101000 111000 100101

Color Harmonies of #293792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293792

Black with #293792

Text Example


Text Example

White with #293792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293792; }

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

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

background-color css

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

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

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

border-color css

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

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

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