Html Css Color HEX #293292 Jacksons Purple

📋 copy color: '#293292'

red 41 ◦ green 50 ◦ blue 146

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

Shades of Jacksons Purple #293292

Tints of Jacksons Purple #293292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 17.3%
G = 21.1%
B = 61.6%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293292 (or 0x293292) is known color: Jacksons Purple. HEX triplet: 29, 32 and 92. RGB value is (41,50,146). Sum of RGB (Red+Green+Blue) = 41+50+146=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #293292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293292 is #D6CD6D. Grayscale: #393939. Windows color (decimal): -14077294 or 9581097. OLE color: 9581097.

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

Color convert

RGB 41 50 146 -
CMYK 0.72 0.66 0 0.43
HSL 234.86º 0.56% 0.37% -
HSV(B) 234.86º 0.72% 0.57% -
XYZ 7.24 4.83 27.74 -
YUV 58.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 41 50 146 0.72 0.66 0 0.43 234.86 0.56 0.37
Hex 29 32 92 48 42 0 2B EB 38 25
Octal 51 62 222 110 102 0 53 353 70 45
Binary 101001 110010 10010010 1001000 1000010 0 101011 11101011 111000 100101

Color Harmonies of #293292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293292

Black with #293292

Text Example


Text Example

White with #293292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293292; }

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

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

background-color css

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

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

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

border-color css

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

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

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